projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.
https://github.com/projectdiscovery/nuclei
MIT License
9.08k stars 2.59k forks source link

Subdomain Takeover Addition #7415

Closed KingOfTheNOPs closed 4 months ago

KingOfTheNOPs commented 1 year ago

Template Information:

Subdomain takeover template: https://github.com/projectdiscovery/nuclei-templates/blob/8b2bc8ab8ef801d4342bb4ec4fedb5460296da29/subdomain-takeover/detect-all-takeovers.yaml

In some cases, the page that resolves contains the information listed below. Adding the yaml addition to the current config would help with some false negative situations.

Nuclei Template:

      - type: word
        name: googlebot
        words:
          - <meta name=\"googlebot\"
          - Error. Page cannot be displayed. Please contact your service provider for more details
ritikchaddha commented 4 months ago

Due to inactivity, we are closing this issue. Please feel free to open a new PR with more information.