1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Improve pr

This commit is contained in:
Andrea Cardaci 2020-12-20 21:09:50 +01:00
parent c6502e8ddc
commit 2475ea0a5a

View File

@ -1,17 +1,16 @@
---
description: |
The read file content is corrupted by additional output.
description: Some bytes are altered so it might not be suitable for binary files.
functions:
file-read:
- code: |
LFILE=file_to_read
pr $LFILE
pr -T $LFILE
suid:
- code: |
LFILE=file_to_read
pr $LFILE
pr -T $LFILE
sudo:
- code: |
LFILE=file_to_read
pr $LFILE
pr -T $LFILE
---