gobuster dir -u https://example.com -w ~/wordlists/shortlist.txt -x php,txt -b 404,301 -s 200
# -b exclude code ; -s include only code ; -l to have content length
gobuster dns -d mydomain.com -w ~/wordlists/subdom.txt -i
# -i give the ip
gobuster vhost -u mydomain.com -w ~/wordlists/subdoms.txt