Top 13 Python pwn Projects
-
gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
-
-
-
stm32f1-picopwner
Dump read-out protected STM32F1's with a Pi Pico - A Pi Pico implementation of @JohannesObermaier's, Marc Schink's and Kosma Moczek's Glitch and FPB attack to bypass RDP (read-out protection) level 1 on STM32F1 chips
First I'd like to point out that "Decryptor" is an ill-chosen term: there's no encryption mechanism here, RDP is a software lock based on an internal flash state.
This dongle is very likely to be this original attack https://github.com/JohannesObermaier/f103-analysis/tree/mast... but now packaged. If you want to read more this repo has the best doc: https://github.com/CTXz/stm32f1-picopwner. It's a multi-step attack where a payload is executed from persisted SRAM (RDP1 means you can read/write to it) after a quick reset. The fact that they mention freezing the chip heavily weighs in that direction since it's needed for higher clock chips.
-
-
-
-
-
BinV
👓 Yet another binary vulnerbilities checker. An automated vulnerability scanner for ELF based on symbolic execution.
-
ROPemporium
All ROPemporium binaries categorized by architecture, with solving scripts and custom flags
-
pwnagotchi-generator
Synthetic Pwnagotchi fleet generator with multi-threaded AP reporting, Tor support, and comprehensive fleet management system
Project mention: Pwnagotchi Generator: Understanding opwngrid Through Reverse Engineering | dev.to | 2025-11-23git clone https://github.com/4ngel2769/pwnagotchi-generator.git cd pwnagotchi-generator pip3 install -r requirements.txt
Python pwn discussion
Python pwn related posts
Index
What are some of the best open-source pwn projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | gef | 8,187 |
| 2 | CTF | 2,499 |
| 3 | how-to-exploit-a-double-free | 1,384 |
| 4 | like-dbg | 771 |
| 5 | pwndra | 704 |
| 6 | stm32f1-picopwner | 292 |
| 7 | ghidra2dwarf | 222 |
| 8 | Bropper | 208 |
| 9 | LearnPwn | 178 |
| 10 | writeup_factorio | 89 |
| 11 | BinV | 34 |
| 12 | ROPemporium | 25 |
| 13 | pwnagotchi-generator | 6 |