Skip to main content

6 posts tagged with "ctf"

View All Tags

· 3 min read

Lazy Admin CTF Write-Up

This document provides a comprehensive write-up of the Lazy Admin room on TryHackMe, highlighting a methodical approach to penetration testing within a controlled environment. The challenge is tagged as easy and focuses on exploiting common vulnerabilities found in web applications and misconfigurations within Unix systems.

· 4 min read

Solving the Mustacchio Room on TryHackMe

This post details a comprehensive walkthrough of identifying and exploiting vulnerabilities within the as 'easy' tagged Mustacchio room on TryHackMe. The objective is to systematically enumerate services, exploit found vulnerabilities for initial access, escalate privileges, and capture flags, providing a technical perspective on ethical hacking practices.

· 9 min read

Solving the Mr. Robot CTF on TryHackMe

Hello fellow IT security enthusiasts! Today, I'm going to walk you through my process of solving the Mr. Robot CTF challenge on TryHackMe. This challenge is inspired by the popular TV series and it's all about recruiting you for fsociety. Let's dive in!

Enumeration through nmap

· 2 min read

A Deep Dive into Linux Privilege Escalation - Workshop now on GitHub!

In 2022, I had the pleasure of conducting a workshop on Linux Privilege Escalation (LPE) at my workplace. The special thing about it? We’ve made all the materials available on GitHub so that anyone can conduct this workshop themselves!

Together with a colleague, we spent an exciting time delving deep into this complex and fascinating topic. The workshop lasted about 1.5 to 2 hours - a short but intense period where we immersed ourselves in the depths of Linux permissions, kernel exploits, and much more.

What did we do?