GTFOBins.github.io/_gtfobins/tbl.md

18 lines
324 B
Markdown
Raw Permalink Normal View History

2020-11-12 14:21:00 +01:00
---
description: |
The read file content is corrupted by additional text at the beginning.
functions:
file-read:
- code: |
LFILE=file_to_read
tbl $LFILE
2020-11-12 14:21:00 +01:00
suid:
- code: |
LFILE=file_to_read
./tbl $LFILE
2020-11-12 14:21:00 +01:00
sudo:
- code: |
LFILE=file_to_read
sudo tbl $LFILE
2020-11-12 14:21:00 +01:00
---