HackTheBox Sherlock: Subatomic
Challenge: https://app.hackthebox.com/sherlocks/Subatomic Introduction Forela is in need of your assistance. They were informed by an employee that their Discord account had been used to send a...
10 posts
Challenge: https://app.hackthebox.com/sherlocks/Subatomic Introduction Forela is in need of your assistance. They were informed by an employee that their Discord account had been used to send a...
This challenge is currently active on HackTheBox, thus is required to be password protected. You will need to wait until the challenge is retired for the full solution. In special circumstances,...
This is currently an active challenge/machine on HackTheBox. Per their ToS, active writeups are not allowed to be shared. In order to unlock this content, you will need to provide the final flag.
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...
Note: I am stumped on this particular challenge. Below is how far I've gotten. Link: https://app.hackthebox.com/challenges/red-failure During a recent red team engagement one of our servers got...
Link: https://app.hackthebox.com/challenges/marketdump This challenge provides us with a .zip that only contains a single MarketDump.pcapng file. The challenge description reads: We have got...
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...
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...
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...
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...