mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
17 lines
373 B
Markdown
17 lines
373 B
Markdown
---
|
|
description: The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files.
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
soelim "$LFILE"
|
|
suid:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
./soelim "$LFILE"
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo soelim "$LFILE"
|
|
---
|