If you’ve already authenticated with a website you’re pentesting and you want to brute force other URLs, try something like this:
gobuster -e -u http://<IPADDRESS:PORT> -w <WORDLIST> -c PHPSESSID=<COOKIESTRING>
If you’ve already authenticated with a website you’re pentesting and you want to brute force other URLs, try something like this:
gobuster -e -u http://<IPADDRESS:PORT> -w <WORDLIST> -c PHPSESSID=<COOKIESTRING>