diff --git a/remote_shell/expl.py b/remote_shell/expl.py index 37068cd..a32a093 100755 --- a/remote_shell/expl.py +++ b/remote_shell/expl.py @@ -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) diff --git a/remote_shell/writeup.md b/remote_shell/writeup_en.md similarity index 100% rename from remote_shell/writeup.md rename to remote_shell/writeup_en.md