Web


Nmap discovered a web server running on the target port 8080 The service running is nginx 1.14.2

Webroot It’s the default page for Nginx installation

Fuzzing


┌──(kali㉿kali)-[~/archive/htb/labs/sneakymailer]
└─$ ffuf -c -w /usr/share/wordlists/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -u http://sneakycorp.htb:8080/FUZZ -ic -e .php,.txt,.html
________________________________________________
 
 :: Method           : GET
 :: URL              : http://sneakycorp.htb:8080/FUZZ
 :: Wordlist         : FUZZ: /usr/share/wordlists/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt
 :: Extensions       : .php .txt .html 
 :: Follow redirects : false
 :: Calibration      : false
 :: Timeout          : 10
 :: Threads          : 40
 :: Matcher          : Response status: 200,204,301,302,307,401,403,405,500
________________________________________________
index.html              [Status: 200, Size: 612, Words: 79, Lines: 26, Duration: 34ms]
:: Progress: [882188/882188] :: Job [1/1] :: 1313 req/sec :: Duration: [0:11:26] :: Errors: 0 ::

Nothing found