1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add ascii85

(with SUID permissions does not allow reading )
This commit is contained in:
d4t4s3c 2022-01-17 14:10:30 +01:00 committed by Andrea Cardaci
parent 53a34f3c47
commit 8e9b57ccbd

11
_gtfobins/ascii85.md Normal file
View File

@ -0,0 +1,11 @@
---
functions:
file-read:
- code: |
LFILE=file_to_read
ascii85 "$LFILE" | ascii85 --decode
sudo:
- code: |
LFILE=file_to_read
sudo ascii85 "$LFILE" | ascii85 --decode
---