alpha.worker.htb


Webroot of the alpha.worker.htb virtual host / sub-domain It was initially enumerated from fuzzing and was also listed in the work section of the dimension.worker.htb virtual host / sub-domain

A few endpoints are picked up by the Burp Suite’s passive crawler

generic.html


Dummy demo page for a website template

elements.html


Dummy demo page for a website template

contact.html


The contact.html file contain a POST form that doesn’t appear operational

Fuzzing


┌──(kali㉿kali)-[~/archive/htb/labs/worker]
└─$ ffuf -c -w /usr/share/wordlists/seclists/discovery/web-content/directory-list-2.3-medium.txt -u http://alpha.worker.htb/FUZZ -ic -e .html,.txt
________________________________________________
 
 :: Method           : GET
 :: URL              : http://alpha.worker.htb/FUZZ
 :: Wordlist         : FUZZ: /usr/share/wordlists/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt
 :: Extensions       : .html .txt 
 :: Follow redirects : false
 :: Calibration      : false
 :: Timeout          : 10
 :: Threads          : 40
 :: Matcher          : Response status: 200-299,301,302,307,401,403,405,500
________________________________________________
contact.html            [status: 200, Size: 3707, Words: 171, Lines: 103, Duration: 105ms]
images                  [status: 301, Size: 154, Words: 9, Lines: 2, Duration: 108ms]
index.html              [status: 200, Size: 6495, Words: 391, Lines: 171, Duration: 112ms]
assets                  [status: 301, Size: 154, Words: 9, Lines: 2, Duration: 96ms]
license.txt             [status: 200, Size: 17128, Words: 2798, Lines: 64, Duration: 99ms]
generic.html            [status: 200, Size: 4742, Words: 362, Lines: 95, Duration: 98ms]
elements.html           [status: 200, Size: 19755, Words: 1127, Lines: 467, Duration: 155ms]
readme.txt              [status: 200, Size: 1050, Words: 120, Lines: 35, Duration: 116ms]
:: Progress: [661641/661641] :: Job [1/1] :: 2 req/sec :: Duration: [0:43:56] :: Errors: 740 ::

No additional endpoint discovered