From 978a5db3ca4ec3a135b0c00785f73c7f122ac6e9 Mon Sep 17 00:00:00 2001 From: garulf Date: Wed, 4 Dec 2024 22:42:07 +0100 Subject: [PATCH] rsh: minors --- remote_shell/expl.py | 2 +- remote_shell/{writeup.md => writeup_en.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename remote_shell/{writeup.md => writeup_en.md} (100%) 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