It’s organized by phase (enumeration → resolution → scanning → crawling → JS recon → wordlists → parameter discovery → fuzzing → dorking).
subfinder -d example.com -all -recursive -t 50 -timeout 30 -max-time 20 -silent | unew sub.txt
echo "example.com" | subdog --all --silent | unew sub.txt
assetfinder --subs-only example.com | unew sub.txt
cat sub.txt | dnsx -silent -a -resp -o resolved.txt
cat resolved.txt | awk '{print $1}' | naabu -silent -top-ports 1000 -o ports.txt