rsh: minors
This commit is contained in:
parent
ea6ee9f1e1
commit
978a5db3ca
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ exe = context.binary = ELF(args.EXE or 'rsh')
|
|||
# for all created processes...
|
||||
# ./exploit.py DEBUG NOASLR
|
||||
# ./exploit.py GDB HOST=example.com PORT=4141 EXE=/tmp/executable
|
||||
host = args.HOST or 'hod-ctf.emvpn.org'
|
||||
host = args.HOST or 'localhost'
|
||||
port = int(args.PORT or 8888)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue