#binary-exploitation
7 posts
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
Checksec
Checks security properties of binaries including NX, RELRO, Stack Canaries, and PIE
#binary-exploitation#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
GDB
GNU Debugger for binary exploitation, reverse engineering, and debugging executables
#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
ltrace
Library call tracer for tracking shared library function calls in binary analysis
#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
pwntools
Python CTF framework and exploit development library for binary exploitation
#binary-exploitation#ctf#python
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
ROPgadget
Searches binary files for ROP gadgets to build Return-Oriented Programming chains
#binary-exploitation#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
Ropper
ROP gadget finder and chain builder for binary exploitation
#binary-exploitation#reverse-engineering
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
strace
System call tracer for analyzing binary behavior and privilege escalation analysis
#binary-exploitation#privilege-escalation#linux