Coming Soon Page Detect
ID: coming-soon-page-detect
Severity: info
Author: tess
Tags: tech,default-page
Description
Section titled “Description”YAML Source
Section titled “YAML Source”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: 4b0a00483046022100a7f2632f1cae7f665a4b6167945563858ab49ef3c3310e0cfe54e88cfb00be24022100a0ac1f5d6c765aba132115971543d00d8241146ecfb1b31b82fbda463dd955e6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/coming-soon-page-detect.yaml"