Writeups

Capture the flag challenges and security research.

All
bruteforce
ctf
enumeration
eternalblue
fundamentals
general
linux
metasploit
nmap
picoctf
privesc
sqli
tools
tryhackme
web
windows
writeups
Posted Oct 31, 2023 · 1 min read

picoCTF - General Challenges

Solutions to picoCTF general challenges involving netcat, ASCII conversion, and basic file execution.

picoctf
ctf
general
writeups
Posted Jun 17, 2020 · 1 min read

TryHackMe - Advent of Cyber

Working through the Advent of Cyber challenges covering cookies, authentication, and directory enumeration.

tryhackme
web
enumeration
writeups
Posted Jun 15, 2020 · 7 min read

TryHackMe - Blue

Exploiting the infamous EternalBlue (MS17-010) vulnerability on a Windows machine using Metasploit.

tryhackme
windows
eternalblue
metasploit
writeups
Posted Jun 15, 2020 · 2 min read

TryHackMe - Nmap

Notes on using nmap for port scanning, service detection, and OS fingerprinting.

tryhackme
nmap
tools
writeups
Posted Jun 12, 2020 · 2 min read

TryHackMe - Hydra

Learning to use Hydra for brute forcing credentials across FTP, SSH, and web forms.

tryhackme
bruteforce
tools
writeups
Posted Jun 12, 2020 · 4 min read

TryHackMe - Vulnversity

Exploiting a web server through file upload vulnerabilities and escalating privileges using SUID.

tryhackme
linux
web
privesc
writeups
Posted Jun 11, 2020 · 5 min read

TryHackMe - Learning Linux

Notes on essential Linux commands, file permissions, environment variables, and important system paths.

tryhackme
linux
fundamentals
writeups
Posted Mar 24, 2020 · 2 min read

TryHackMe - Easy CTF

Exploiting CMS Made Simple via SQL injection, gaining SSH access, and escalating privileges through vim.

tryhackme
linux
sqli
privesc
writeups
Posted Mar 23, 2020 · 1 min read

TryHackMe - Basic Pentesting

A beginner-friendly room covering nmap, gobuster, enum4linux, hydra, and SSH key cracking.

tryhackme
linux
enumeration
bruteforce