Plotted-TMS – TryHackMe CTF writeup

Description Everything here is plotted! https://tryhackme.com/room/plottedtms Happy Hunting! Tip: Enumeration is key! Port scanning nmap -p- -sS -T4 -A 10.81.183.25 Main website Both sites – the one on port 80 and another one on 445 are presenting the default Apache Page. Directories enumeration feroxbuster -u http://10.81.183.25:80 -w /usr/share/wordlists/seclists/Discovery/Web-Content/big.txt feroxbuster -u http://10.81.183.25:445 -w /usr/share/wordlists/seclists/Discovery/Web-Content/big.txt The most … Read more