OSCP+ Notes
  • đź“™oscp+ notes
  • Reconnaissance
    • Discovery
      • DNS Hostname
      • Subdomain Discovery
      • Directory Discovery
    • Host Scan
      • Nmap
  • Enumeration
    • Services
      • FTP
      • SSH
  • Misc
    • SSH
    • RDP
    • File Transfer
    • Full Interactive Shell
    • Pivoting and Tunneling
Powered by GitBook
On this page
  • FFUF
  • Gobuster
  1. Reconnaissance
  2. Discovery

Subdomain Discovery

FFUF

ffuf -w subdomains.txt -u http://website.com/ -H “Host: FUZZ.website.com”

Gobuster

gobuster dns -d permx.htb -w subdomains-top1million-110000.txt
PreviousDNS HostnameNextDirectory Discovery

Last updated 6 months ago