2022-11-02 16:26:03 +00:00
|
|
|
id: coming-soon-page-detect
|
|
|
|
|
|
|
|
info:
|
2022-11-02 22:13:09 +00:00
|
|
|
name: Coming Soon Page Detect
|
2022-11-02 16:26:03 +00:00
|
|
|
author: tess
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Coming Soon"
|
2022-11-02 22:11:13 +00:00
|
|
|
tags: tech,default-page
|
2022-11-02 16:26:03 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-11-02 22:11:13 +00:00
|
|
|
- '{{BaseURL}}'
|
2022-11-02 16:26:03 +00:00
|
|
|
|
|
|
|
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
|