mirror of https://github.com/OWASP/Nettacker.git
Merge pull request #890 from OWASP/securestep9-subdomains-2024-update-patch-1
Updated subdomain.yaml removing defunct services
This commit is contained in:
commit
5fe4b03725
|
|
@ -49,7 +49,7 @@ payloads:
|
|||
headers:
|
||||
User-Agent: "{user_agent}"
|
||||
ssl: false
|
||||
url: "https://www.threatcrowd.org/searchApi/v2/domain/report/?domain={target}"
|
||||
url: "https://api.subdomain.center/?domain={target}"
|
||||
response:
|
||||
condition_type: and
|
||||
conditions:
|
||||
|
|
@ -81,7 +81,7 @@ payloads:
|
|||
headers:
|
||||
User-Agent: "{user_agent}"
|
||||
ssl: false
|
||||
url: "https://dns.bufferover.run/dns?q={target}"
|
||||
url: "https://app.netlas.io/api/domains/?q=*.{target}"
|
||||
response:
|
||||
condition_type: and
|
||||
conditions:
|
||||
|
|
@ -113,7 +113,7 @@ payloads:
|
|||
headers:
|
||||
User-Agent: "{user_agent}"
|
||||
ssl: false
|
||||
url: "https://api.threatminer.org/v2/domain.php?q={target}&api=True&rt=5"
|
||||
url: "https://api.hackertarget.com/hostsearch/?q={target}"
|
||||
response:
|
||||
condition_type: and
|
||||
conditions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue