mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add ascii85
(with SUID permissions does not allow reading )
This commit is contained in:
parent
53a34f3c47
commit
8e9b57ccbd
11
_gtfobins/ascii85.md
Normal file
11
_gtfobins/ascii85.md
Normal 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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user