Update Recon.md

This commit is contained in:
Mehdi 2023-10-17 16:18:59 +03:30 committed by GitHub
parent aa6930e138
commit cb62e05324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,6 +478,9 @@ assetfinder target.com subs-only | massdns -r resolvers.txt -o S -w resolved.
# bruteforcing dns # bruteforcing dns
gobuster dns -d target.com -t 50 -w subdomains.txt gobuster dns -d target.com -t 50 -w subdomains.txt
# bruteforcing url and excluding status code (e.g. 302)
gobuster dir -u target.com -w /usr/share/wordlists/dirbuster/directory-list-1.0.txt -b 302
``` ```
* [shuffledns](https://github.com/projectdiscovery/shuffledns) * [shuffledns](https://github.com/projectdiscovery/shuffledns)