37 lines
793 B
YAML
37 lines
793 B
YAML
id: coming-soon-page-detect
|
|
|
|
info:
|
|
name: Coming Soon Page Detect
|
|
author: tess
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Coming Soon"
|
|
tags: tech,default-page
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022025a28c2227412f6cc3e78602577558d99cf6b25a960dcedcfd493d888cf69eb3022100fbd0a1b4134a4f95fabd98f0c0b8229baf8417c1fb73e9fc4489c5d64e554b62:922c64590222798bb761d5b6d8e72950
|