Reconnaissance
Common reconnaissance phase steps on HackTheBox machines or during penetration testing.
NmapAutomator
nmapAutomator.sh --host 10.10.11.11 --output nmapautomator_res --type ReconPort Scanning
TCP ports
rustscan -a 10.10.11.33 -- -Pn -sVC -oN 10.10.11.33_scanUDP Ports
sudo nmap -Pn -sU --top-ports 1000 -sV -sC -vv --min-rate=5000 \
-oA udpinitial target.htbDirectory Scanning
feroxbuster -C 404 --random-agent --auto-tune -k --wordlist /usr/share/wordlists/seclists/Discovery/Web-Content/common.txt -x php --threads 100 -u http://testphp.vulnweb.comSubdomain / Virtualhost Brute
FFuF
PureDNS
Subfinder
Technology Detection
WAF Detection
JavaScript Analyze
LinkFinder
SecretFinder
Web Crawling
Vulnerability Assessment
Last updated