HTB-PERMX
Last updated
Last updated
Enumeration
we need a host entry here for permx.htb - simply create one inside your /etc/hosts file first
now we should be able to access the website at first. seems like we face an e-learning plattform here
By further enumeration with Submain-Fuzzing we find out two different ones which are interesting.
try fuff for this
ffuf -u <URL> -w <wordlist> -fw 18 -100 -H "HOST: FUZZ.permx.htb"
By entering the Found subdomain lms.permx.htb you will face a logon page
also try to check out the /robots.txt, which always can be interesting.