gobuster dir -u http://<IP>/ -w /usr/share/seclists/Discovery/Web-Content/big.txt -t 42 -b 400,401,403,404 -f -o VM#<>.gobuster
gobuster dir -u http://<IP>/ -w /usr/share/seclists/Discovery/Web-Content/big.txt -x php,txt,xml,asp,aspx -t 42 -b 400,401,403,404 -f -o VM#<>.gobuster
gobuster dir -u http://<IP>/ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -x php,txt,xml,asp,aspx -t 42 -b 400,401,403,404 -f -o VM#<>.gobuster
gobuster dir -u https://<IP>/ -k -w /usr/share/seclists/Discovery/Web-Content/big.txt -x php,txt,xml,asp,aspx -t 42 -b 400,401,403,404 -f -o VM#<>.gobuster
gobuster dir -u https://<IP>/ -k -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-big.txt -x php,txt,xml,asp,aspx -t 42 -b 400,401,403,404 -f -o VM#<>.gobuster
cat VM#<>.gobuster | grep -i Found:
ffuf -c -u http:///FUZZ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt
nmap -p80 --script http-headers <IP>
nmap -p80 --script http-title <IP>
nmap -p80 -sV -script vulners -Pn <IP>
wpscan --url http://<IP> --enumerate ap u
wpscan --url http://<IP> --enumerate p --plugins-detection aggressive