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

Light – TryHackMe CTF writeup

Description https://tryhackme.com/room/lightroom Welcome to the Light database application! I am working on a database application called Light! Would you like to try it out?If so, the application is running on port 1337. You can connect to it using nc MACHINE_IP 1337You can use the username smokey in order to get started. Solution There is an … Read more