Reverse Engineering Binaries - Reversing ELF[THM]

Binary Reverse Engineering with Reversing Elf Description Reverse engineering is the process of analyzing a product, system, or software to understand its design, architecture, functionality, and behavior, often with the goal of replicating, modifying, or improving it. In the context of software, reverse engineering specifically refers to the analysis of compiled code (binaries) to uncover its original source code or to understand its inner workings.The main goal is to understand the program’s logic, identify vulnerabilities, extract useful information, or modify its behavior....

March 17, 2024

Practicing Buffer Overflow with Brainpan 1 [THM]

Practicing Buffer Overflow with Brainpan 1 Description Practicing buffer overflow attack using Immunity debugger. This is also a walkthrough on a THM free trial box called Brainpan 1 Environment and Tools Used Kali Linux Windows 10 Immunity Debugger Python Recon NMAP Scanning the box via Nmap, we could see 2 ports are open, port 10000 where a python http server and something else is running on port 9999....

March 5, 2024