Merge pull request #5953 from tess-ss/patch-55

Create coming-soon-page-detect.yaml
patch-1
Dhiyaneshwaran 2022-11-03 07:20:38 +05:30 committed by GitHub
commit b2b9a84f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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