Home
Megachar0x01
Cancel

Fued pcc.nccs.qualify 2022

Purpose : Get The Flag We see that no protection is enabled and binary is 32-bit. Start by analyzing the main function. We can see that it prints the msg and then takes values from the user and...

Facebook CTF 2019 Overfloat

Purpose : Get shell on system Let’s start by checking restrictions on binary. Only Stack is not executable which kills the possibility of putting shellcode in vuln_buffer and jumping to it. ...

Iran Steel Mill malware

Summary : Chaplin.exe runs which disable all network adapters and look for screen.exe then executes it. Screen.exe will delete the lsa registry key. Start the video and open the registry, which st...

Boston Key Part 2016 Simple Calc

Let’s start reversing it with the main function first we see that a value is taken which is stored in the no_loops variable ( Int )  then it is used to create a loop, used as a size for allocating ...

Exploit Education (Protostart Format 1)

Goal Print “you have modified the target :) “ let’s dig into the source code of the binary /* Source Code Of Challenge */ #include <stdlib.h> #include <unistd.h> #include <stdio.h...