The Wayback Machine - http://web.archive.org/web/20220403101255/https://github.com/topics/pwntools
Here are
68 public repositories
matching this topic...
CTF framework and exploit development library
Updated
Mar 23, 2022
Python
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers
Updated
Apr 2, 2022
Python
An in depth tutorial on how to do binary exploitation
unified io lib for pwning development written in python
Updated
Dec 25, 2021
Python
Updated
Apr 2, 2022
Python
How to build an efficient pwn development environment in 2020
Updated
Jan 21, 2021
Shell
Updated
Mar 10, 2022
Python
Exploiting challenges in Linux and Windows
Updated
Dec 22, 2019
Python
Very simple script(s) to hasten binary exploit creation
Updated
May 27, 2021
Python
a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn
Updated
Feb 27, 2019
Python
Netcat as a python library
Updated
May 3, 2021
Python
Updated
Nov 25, 2021
HTML
🍗 An interactive way of pwnning.
ELF parser library implemented in pure Ruby!
Updated
Mar 27, 2022
Ruby
Intel x86_64 assembly language and pwntools dash docset
Writeups of CTF challenges
Updated
Sep 30, 2020
Python
CTF中Pwn的快速利用模板(包含awd pwn)
Updated
Oct 15, 2021
Python
Vagrant setup for building a machine for CTF/exploit development
My CTF tools & some other stuff
Updated
Jul 8, 2021
Shell
Launch radare2 like a boss from pwntools in tmux
Updated
Aug 27, 2019
Python
Reverse/ Bind Shell Generator for cross platform systems
Updated
Sep 2, 2018
Python
Writeups and solver scripts wrote for CTFS and Wargames, mostly memory corruption and reverse engineering tasks.
Updated
Dec 27, 2021
Assembly
From Wordpress admin to pty automatically!
Updated
Jan 3, 2022
Python
SSH brute-force script created for HackTheBox
Updated
Mar 26, 2020
Python
My solutions for the ROP Emporium challenges (https://ropemporium.com/ ). For each challenge, a solution based on plain Python (exp_plain.py) and based on Pwntools is provided.
Updated
Jan 2, 2018
Python
Perl IRC Bot for scanning and exploiting VNC servers on several ports using Mojo::IRC module.
Updated
Oct 27, 2021
Perl
A tool for patching binaries to use specific versions of glibc
Updated
Jun 16, 2019
Python
Updated
Mar 18, 2022
Shell
A collection of random notes so I don't forget stuff! :)
Updated
Aug 16, 2019
Python
Improve this page
Add a description, image, and links to the
pwntools
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pwntools
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge).
Adding unit tests, which test each component in isolation, can help us spot and fix bugs easier and faster. In particular, the
arutil(utilities) module would be a good start.This could be done by adding tests to pytest (the
testsdirectory) or via [doctest](https://