80

s
adot@pwndot:~$ cat /etc/hosts
127.0.0.1       localhost
127.0.1.1       Pixel7

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
10.10.10.222 delivery.htb
adot@pwndot:~$ ffuf -H 'Host: FUZZ.delivery.htb' -w ~/opt/wordlists/subdomains_custom.txt:FUZZ -u http://delivery.htb/ -fs 10850

        /'___\  /'___\           /'___\
       /\ \__/ /\ \__/  __  __  /\ \__/
       \ \ ,__\\ \ ,__\/\ \/\ \ \ \ ,__\
        \ \ \_/ \ \ \_/\ \ \_\ \ \ \ \_/
         \ \_\   \ \_\  \ \____/  \ \_\
          \/_/    \/_/   \/___/    \/_/

       v2.1.0-dev
________________________________________________

 :: Method           : GET
 :: URL              : http://delivery.htb/
 :: Wordlist         : FUZZ: /home/adot/opt/wordlists/subdomains_custom.txt
 :: Header           : Host: FUZZ.delivery.htb
 :: Follow redirects : false
 :: Calibration      : false
 :: Timeout          : 10
 :: Threads          : 40
 :: Matcher          : Response status: 200-299,301,302,307,401,403,405,500
 :: Filter           : Response size: 10850
________________________________________________

helpdesk                [Status: 200, Size: 4933, Words: 781, Lines: 103, Duration: 62ms]
adot@pwndot:~$ cat /etc/hosts
127.0.0.1       localhost
127.0.1.1       Pixel7

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
10.10.10.222 delivery.htb helpdesk.delivery.htb

Last updated

Was this helpful?