mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
8e9b57ccbd
(with SUID permissions does not allow reading )
12 lines
215 B
Markdown
12 lines
215 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
ascii85 "$LFILE" | ascii85 --decode
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo ascii85 "$LFILE" | ascii85 --decode
|
|
---
|