HackTheBox

10 posts

HackTheBox: Context Fortress

Done! After several long days, I finally was able to pwn my first fortress on HackTheBox! Context by Context Information Security! This particular challenge had seven flags and had me exploit my...

HackTheBox: Forensics Challenge - Reminiscent

Link: https://app.hackthebox.com/challenges/reminiscent Our unzipped folder gives us a Resume.eml, imageinfo.txt and flounder-pc-memdump.elf memory dump file. Let's check out the email message. I...

Hack The Box - Driver

Link: https://app.hackthebox.eu/machines/Driver Enumeration TCP Port Scan nmap top 1000 ports with version detection Our port scan reveals a possible windows 7-10 machine with a web server up. I...

HackTheBox - Bolt

Link: https://app.hackthebox.eu/machines/Bolt Enumeration TCP Port Scan nmap top 1000 ports tcp port scan with version detection Preliminary port scan reveals SSH on port 22 and two web servers on...

Hack The Box Academy - Buffer Overflow on Linux x86

While attempting a different reverse engineering / pwn challenge, I realized I needed more background knowledge on how to properly do a buffer overflow, thus I took the Stack-Based Buffer...