1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/pr.md
Andrea Cardaci 2475ea0a5a Improve pr
2020-12-20 21:09:50 +01:00

17 lines
316 B
Markdown

---
description: Some bytes are altered so it might not be suitable for binary files.
functions:
file-read:
- code: |
LFILE=file_to_read
pr -T $LFILE
suid:
- code: |
LFILE=file_to_read
pr -T $LFILE
sudo:
- code: |
LFILE=file_to_read
pr -T $LFILE
---