Subwiz
https://github.com/hadriansecurity/subwiz can predict possible subdomains via a LLM.
subwiz -d auto -o output.txt -i input.txt // input.txt has one domain a line
Subfinder
https://github.com/projectdiscovery/subfinder tries to get subdomains via passive information gathering.
Gobuster
Gobuster can brute-force subdomains.
Leave a Reply
You must be logged in to post a comment.