Skip to content

Commit

Permalink
Updates subdomain.yaml removing defunct services
Browse files Browse the repository at this point in the history
Defunct services: bufferoverflow, threatminer and threatcrowd - replaced

Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
  • Loading branch information
securestep9 authored Sep 5, 2024
1 parent 28f1d90 commit c91d2db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nettacker/modules/scan/subdomain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c91d2db

Please sign in to comment.