mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Improve pr
This commit is contained in:
parent
c6502e8ddc
commit
2475ea0a5a
@ -1,17 +1,16 @@
|
|||||||
---
|
---
|
||||||
description: |
|
description: Some bytes are altered so it might not be suitable for binary files.
|
||||||
The read file content is corrupted by additional output.
|
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
pr $LFILE
|
pr -T $LFILE
|
||||||
suid:
|
suid:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
pr $LFILE
|
pr -T $LFILE
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
pr $LFILE
|
pr -T $LFILE
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user