commit
b2b9a84f4f
|
@ -0,0 +1,33 @@
|
|||
id: coming-soon-page-detect
|
||||
|
||||
info:
|
||||
name: Coming Soon Page Detect
|
||||
author: tess
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Coming Soon"
|
||||
tags: tech,default-page
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Coming Soon"
|
||||
- "Future home of something quite cool."
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue