Pilgrimage - HTB Writeup
Enumeration I started this one out with an nmap scan and a little dirbusting with ffuf, but unfortunately didn't find anything out of the ordinary. I checked out the website and found it was just...
Enumeration I started this one out with an nmap scan and a little dirbusting with ffuf, but unfortunately didn't find anything out of the ordinary. I checked out the website and found it was just...
Enumeration I started this one off by checking out the website to see if I could find anything interesting and after a little investigating noticed some app called searchor listed, it even includ...
Enumeration Doing a nmap scan of the site reveals the two normal ports of 80 and 22, as well as an interesting filtered port 3000 which may come in handy later. $ nmap -sVC -T4 opensource.htb P...
*Note: I went ahead and added dashes to censor things like passwords and flags. Initial Enumeration Naturally this box was started off with a good ole nmap scan. PORT STATE SERVICE VERSION...
Initial Enumeration The foothold of this box was particularly interesting as it required an enumeration tactic I don't typically use on CTF's - subdomain scanning. To start this box up- like a...