-
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...
-
TryHackMe's HackPark Room
TryHackMe’s HackPark Room Introduction In this article, we’ll dive into TryHackMe’s HackPark room, a Windows-based CTF challenge that offers a hands-on experience with various techniques, including login brute-forcing, privilege escalation, and service exploitation. Throughout this walkthrough, we’ll simulate real-world pentesting scenarios, leveraging tools like Hydra for brute-force attacks, exploring web-based...