Skip to content

whoismissing/tinypwntools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinypwntools

because 9MB is too big /s

A tiny, hacky, problematic reimagining of pwntools implementing:

target = process("./example")
target.recvline()
target.recvuntil(b">>")
target.sendline(b"3")
target.interactive()

About

incomplete pwntools in ~100 lines of python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published