cartoon.worker.htb


Webroot of the cartoon.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

Source code of the index.html file contains a few commented dummy blocks

left-sidebar.html


Content appear to be dummy ipsum for a demo website

right-sidebar.html


Content appear to be dummy ipsum for a demo website

no-sidebar.html


Content appear to be dummy ipsum for a demo website

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://cartoon.worker.htb/FUZZ -ic -e .html,.txt
________________________________________________
 :: Method           : GET
 :: URL              : http://cartoon.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
________________________________________________
                        [status: 200, Size: 14803, Words: 927, Lines: 398, Duration: 101ms]
images                  [status: 301, Size: 156, Words: 9, Lines: 2, Duration: 103ms]
index.html              [status: 200, Size: 14803, Words: 927, Lines: 398, Duration: 105ms]
css                     [status: 301, Size: 153, Words: 9, Lines: 2, Duration: 100ms]
license.txt             [status: 200, Size: 17128, Words: 2798, Lines: 64, Duration: 100ms]
js                      [status: 301, Size: 152, Words: 9, Lines: 2, Duration: 99ms]
fonts                   [status: 301, Size: 155, Words: 9, Lines: 2, Duration: 106ms]
:: Progress: [661641/661641] :: Job [1/1] :: 2 req/sec :: Duration: [0:43:56] :: Errors: 740 ::

No additional endpoint discovered