GitBook: [master] one page modified

This commit is contained in:
CPol 2021-03-23 12:46:21 +00:00 committed by gitbook-bot
parent bf817b3e5b
commit 1512678ff6
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -2,7 +2,7 @@
```python
from pwn import *
from time import sleep
####################
#### CONNECTION ####
@ -56,6 +56,7 @@ def send_payload(payload):
payload = PREFIX_PAYLOAD + payload + SUFFIX_PAYLOAD
log.info("payload = %s" % repr(payload))
P.sendline(payload)
sleep(0.5)
return P.recv()