nuclei-templates/http/technologies/coming-soon-page-detect.yaml

35 lines
598 B
YAML
Raw Normal View History

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:
max-request: 1
2022-11-02 16:26:03 +00:00
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
http:
2022-11-02 16:26:03 +00:00
- 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