From cb62e05324978bcf349f647b4d05b66edf0daae3 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Tue, 17 Oct 2023 16:18:59 +0330 Subject: [PATCH] Update Recon.md --- Recon.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Recon.md b/Recon.md index f2b9e34..9085a53 100644 --- a/Recon.md +++ b/Recon.md @@ -478,6 +478,9 @@ assetfinder target.com –subs-only | massdns -r resolvers.txt -o S -w resolved. # bruteforcing dns 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)