Subdomain discovery (DNS): gobuster dns -i -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt -d thetoppers.htb
Subdomain discovery (ffuf): ffuf -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt -H "Host: FUZZ.thetoppers.htb" -u http://10.129.109.151 -mc all -fs 11952 (if add to /etc/hosts, can just use -u and the hostname. mc all is to see all HTTP response code. fs 11952 is filter out response size)
Wordpress specific: wpscan --no-update -e ap,at,cb,dbe,u --url IP/xxx --disable-tls-checks (xxx might be blog or something) Normal quick scan just use wpscan --no-update -e vp,u --url IP/xxx
Wordpress plugin version (not 100% can): http://IP/wp-content/plugins/pluginname/readme.txt