Skip to content

Commit 5fe4b03

Browse files
authored
Merge pull request #890 from OWASP/securestep9-subdomains-2024-update-patch-1
Updated subdomain.yaml removing defunct services
2 parents 28f1d90 + c91d2db commit 5fe4b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nettacker/modules/scan/subdomain.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ payloads:
4949
headers:
5050
User-Agent: "{user_agent}"
5151
ssl: false
52-
url: "https://www.threatcrowd.org/searchApi/v2/domain/report/?domain={target}"
52+
url: "https://api.subdomain.center/?domain={target}"
5353
response:
5454
condition_type: and
5555
conditions:
@@ -81,7 +81,7 @@ payloads:
8181
headers:
8282
User-Agent: "{user_agent}"
8383
ssl: false
84-
url: "https://dns.bufferover.run/dns?q={target}"
84+
url: "https://app.netlas.io/api/domains/?q=*.{target}"
8585
response:
8686
condition_type: and
8787
conditions:
@@ -113,7 +113,7 @@ payloads:
113113
headers:
114114
User-Agent: "{user_agent}"
115115
ssl: false
116-
url: "https://api.threatminer.org/v2/domain.php?q={target}&api=True&rt=5"
116+
url: "https://api.hackertarget.com/hostsearch/?q={target}"
117117
response:
118118
condition_type: and
119119
conditions:

0 commit comments

Comments
 (0)