story.worker.htb


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

Not much is in the Burp Suite’s passive crawler

Content appear to be dummy ipsum for a demo website

There is the Get in touch section with a non operational POST form

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://story.worker.htb/FUZZ -ic -e .html,.txt
________________________________________________
 :: Method           : GET
 :: URL              : http://story.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
________________________________________________
index.html              [Status: 200, Size: 16045, Words: 1068, Lines: 356, Duration: 98ms]
images                  [Status: 301, Size: 154, Words: 9, Lines: 2, Duration: 102ms]
assets                  [Status: 301, Size: 154, Words: 9, Lines: 2, Duration: 105ms]
license.txt             [Status: 200, Size: 17128, Words: 2798, Lines: 64, Duration: 99ms]
readme.txt              [Status: 200, Size: 1217, Words: 145, Lines: 37, Duration: 117ms]
:: Progress: [661641/661641] :: Job [1/1] :: 2 req/sec :: Duration: [0:43:56] :: Errors: 740 ::

No additional endpoint discovered