
Footprinting Lab - Hard
This is the last of 3 boxes required to complete the Footprinting module of the CPTS Penetration Tester pathway on HackTheBox Scenario The third server is an MX and management server for the inter...
This is the last of 3 boxes required to complete the Footprinting module of the CPTS Penetration Tester pathway on HackTheBox Scenario The third server is an MX and management server for the inter...
This is the second of 3 boxes required to complete the Footprinting module of the CPTS Penetration Tester pathway on HackTheBox Introduction This second server is a server that everyone on the int...
This is the first of 3 boxes required to complete the Footprinting module of the CPTS Penetration Tester pathway on HackTheBox Scenario We were commissioned by the company Inlanefreight Ltd to tes...
Phase 6 We’ve made it to phase_6(). It hasn’t been easy, but we are here, suited up, ready to defuse the final bomb (hopefully). If you noticed my ‘hopfully’ at the end of the last walk through, ...
Phase 5! This is the longest phase so far. I tried my best to explain my approach in a way it hopefully makes sense. We are now on phase 5 of the infamous CMU Binary Bomb challenge. Let’s be...
Phase 4! Here is a view of the phase_4() assembly code For this phase, I decided to break out the reliable red dragon. Let’s throw this into Ghidra and start inspecting the this function. Note...
Phase 3! 1/2 2/2 Right off the bat we can see our boilerplate instructions and just ignore those. They stress us out for no reason. We also see a function call to sscanf() explode_bomb() ...
Phase 2! Upon stepping into the phase_2() function, we see the initial register saves, stack allocation, what appears to be some base pointer linking, along with some other familiar instructions. ...
Introduction Welcome to the beginning of the Binary Bomb lab walkthrough. I am going to give a comprehensive review of my strategy and through process when going through this challenge, but I am go...
CMU Binary Bomb Lab This is a warning: This folder contains solutions and my personal walk through to this challenge. I do not want to spoil the fun for others, so only proceed if you have done...