GitBook: [master] one page modified

This commit is contained in:
CPol 2021-03-22 11:06:28 +00:00 committed by gitbook-bot
parent 8d5fe988a1
commit 307eb099ba
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -23,7 +23,7 @@ if LOCAL:
ROP_LOADED = ROP(ELF_LOADED)# Find ROP gadgets
elif REMOTETTCP:
P = remote('137.74.161.131',1339) # start the vuln binary
P = remote('10.10.10.10',1339) # start the vuln binary
ELF_LOADED = ELF(LOCAL_BIN)# Extract data from binary
ROP_LOADED = ROP(ELF_LOADED)# Find ROP gadgets