pwntools (@pwntools) 's Twitter Profile
pwntools

@pwntools

CTF Exploit Development Framework || pwntools.com || Discord discord.gg/96VA2zvjCB

ID: 2964049687

linkhttps://pwntools.com calendar_today07-01-2015 21:09:49

34 Tweet

1,1K Followers

28 Following

pwntools (@pwntools) 's Twitter Profile Photo

Pwntools 3.13.0 / 4.0.0beta0 released. 3.13 is mostly bugfixes, but 4 beta finally supports Py3! See github.com/Gallopsled/pwn… for details

ebeip90.cc (@ebeip90) 's Twitter Profile Photo

pwntools pro-tip for an underrated feature: ELF.from_assembly(shellcraft.sh()).debug().interactive() Pops open the debugger automatically, pairs really well with pwndbg Works for any architecture, even automates qemu-user debug stub setup!

<a href="/pwntools/">pwntools</a> pro-tip for an underrated feature:

ELF.from_assembly(shellcraft.sh()).debug().interactive()

Pops open the debugger automatically, pairs really well with <a href="/pwndbg/">pwndbg</a> 

Works for any architecture, even automates qemu-user debug stub setup!
pwntools (@pwntools) 's Twitter Profile Photo

Still starting your exploit scripts from scratch with: from pwn import * You should give `pwn template` a try, it automates setup of exploit scripts for remote, local, and SSH pwnables! Sets up GDB and easily switch remote vs. local: $ ./exploit.py LOCAL DEBUG GDB

Still starting your exploit scripts from scratch with:

    from pwn import *

You should give `pwn template` a try, it automates setup of exploit scripts for remote, local, and SSH pwnables!

Sets up GDB and easily switch remote vs. local:

$ ./exploit.py LOCAL DEBUG GDB
ebeip90.cc (@ebeip90) 's Twitter Profile Photo

Poll: Who would be interested in a blog about how to optimally use @Pwntools to solve CTF challenges, versus the focus being on just the challenge solution?

pwntools (@pwntools) 's Twitter Profile Photo

@Pwntools is considering switching from IRC to Slack or Discord. What’s your preference? Most users pop into IRC via KiwiIRC and leave before their questions can be answered, so something that keeps users connected longer is preferred.

pwndbg (@pwndbg) 's Twitter Profile Photo

Hello all! @Pwndbg has moved to Discord! Come join the community to learn about and help develop Pwndbg! discord.gg/x47DssnGwm We’ve also tagged a new release, 2021-06-22. More information and downloads at pwndbg.com!

pwntools (@pwntools) 's Twitter Profile Photo

New @Pwntools discord link! discord.gg/96VA2zvjCB Related discords for CTF / RE / Vulndev / Exploitation... pwndbg: discord.com/invite/x47Dssn… crazy hugsy GEF: discord.gg/uFbH887g

pwntools (@pwntools) 's Twitter Profile Photo

Pwntools 3.9.1 / 3.10.0beta1 released with a few bugfixes for logging and buffering. See github.com/Gallopsled/pwn… for details.

pwntools (@pwntools) 's Twitter Profile Photo

Pwntools 3.9.2 / 3.10.0beta2 is out. It contains a single new fix related to statically-linked binaries: github.com/Gallopsled/pwn…

pwntools (@pwntools) 's Twitter Profile Photo

Pwntools 3.11.0 and 3.12.0beta0 is out with only 4.5 weeks of holiday-related delays! See github.com/Gallopsled/pwn… for information about what changed.

pwntools (@pwntools) 's Twitter Profile Photo

Pwntools 3.12.0 / 3.13.0beta0 released. We have a few new features in 3.12.0 including labels in fit()! See github.com/Gallopsled/pwn… for details.