-
TryHackMe's Daily Bugle Room
TryHackMe’s Daily Bugle Room https://tryhackme.com/r/room/dailybugle Introduction The Daily Bugle room on TryHackMe offers a hands-on experience with a vulnerable Joomla-based web application, designed to help you develop your penetration testing and web exploitation skills. In this walkthrough, we’ll cover the end-to-end process of discovering, exploiting, and escalating privileges within the...
-
TryHackMe's Skynet Room
TryHackMe’s Skynet Room https://tryhackme.com/r/room/skynet Introduction This article is a walkthrough of the TryHackMe’s Skynet Room from the Offensive Security learning path. Recon Start with a nmap scan nmap -sV -O -sC -Pn 10.10.102.8 Among other things you will find that port 80 is open with an Apache server running. Enumerate...
-
TryHackMe's Game Zone Room
TryHackMe’s Game Zone Room https://tryhackme.com/r/room/gamezone Introduction The Game Zone room on TryHackMe presents a learning experience for aspiring ethical hackers, simulating a real-world scenario of web application exploitation. This post will guide you through the key stages of the attack, from initial access to escalating privileges, showcasing practical techniques using...