mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
18 lines
324 B
Markdown
18 lines
324 B
Markdown
---
|
|
description: |
|
|
The read file content is corrupted by additional text at the beginning.
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
tbl $LFILE
|
|
suid:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
./tbl $LFILE
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo tbl $LFILE
|
|
---
|