1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 03:41:34 +01:00
GTFOBins.github.io/_gtfobins/column.md

16 lines
244 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
column $LFILE
suid:
- code: |
LFILE=file_to_read
./column $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo column $LFILE
---