1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
d4t4s3c 2022-01-09 12:05:21 +01:00 committed by GitHub
parent 9251c6a603
commit b226bbfc5d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

12
_gtfobins/efax.md Normal file
View File

@ -0,0 +1,12 @@
---
description: The content is actually parsed by the command, thus it may not be suitable for reading arbitrary files.
functions:
suid:
- code: |
LFILE=file_to_read
./efax -d "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo efax -d "$LFILE"
---