pwncollege
DojosLeaderboardCommunity
Back to pwntools~9b09c9dc

Pwntools

pwntools~9b09c9dc
0/12 challenges completed

Pwntools is a toolkit (including various handy tools) and a software library designed to simplify the process of exploitation in CTF competitions as much as possible, while also enhancing the readability of the exploit code.

  • send, recv
  • pack, unpack
  • Assembly & Disassembly
  • ELF parsing
  • cyclic
  • ShellCode & ROP

You can use the following python code to import the pwntools library:

from pwn import *
References
1
Level 0.0
2
Level 1.0
3
Level 1.1
4
Level 2.0
5
Level 2.1
6
Level 2.2
7
Level 2.3
8
Level 2.4
9
Level 2.5
10
Level 2.6
11
Level 3.0
12
Level 4.0