Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SimpleCTF-THM-Walkthrough — First CTF successfully completed! This repo documents my walkthrough of TryHackMe's Simple CTF. It covers network reconnaissance (Nmap), web exploitation (CVE-2019-9053), and credential cracking. As a dev, it was great to pivot from SQLi to a Root shell by leveraging Sudo misconfigurations. Educational purposes only. | Kitploit
Tools/GitHubGitHub/paulameg/simplectf-thm-walkthrough
Password CrackingPrivilege EscalationReconnaissanceVulnerability AnalysisWeb Application ExploitationCTFPenetration TestingLearning & Education

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

First CTF successfully completed! This repo documents my walkthrough of TryHackMe's Simple CTF. It covers network reconnaissance (Nmap), web exploitation (CVE-2019-9053), and credential cracking. As a dev, it was great to pivot from SQLi to a Root shell by leveraging Sudo misconfigurations. Educational purposes only.

GitHub
paulameg/simplectf-thm-walkthrough

SimpleCTF-THM-Walkthrough

View Repository
133 months agoNot yet reviewed
Share

SimpleCTF-THM-Relatory

First CTF successfully completed! This repo documents my walkthrough of TryHackMe's Simple CTF. It covers network reconnaissance (Nmap), web exploitation (CVE-2019-9053), and credential cracking. As a dev, it was great to pivot from SQLi to a Root shell by leveraging Sudo misconfigurations. Educational purposes only.

This repository contains my technical documentation and step-by-step walkthrough for the Simple CTF room on TryHackMe. This marks my first successfully completed CTF challenge, covering the full attack lifecycle from initial reconnaissance to root privilege escalation.

Key Skills Applied:

Reconnaissance: Service enumeration with Nmap and directory brute-forcing with Gobuster.

Web Exploitation: Exploiting CVE-2019-9053 (Time-based Blind SQL Injection).

Credential Cracking: Hash analysis and wordlist attacks with Python.

Privilege Escalation: Leveraging misconfigured Sudo permissions (Vim) to gain Root access.

Download Tool