Create highlight.md

master
bcoles 2020-03-17 17:52:30 +11:00 committed by Andrea Cardaci
parent 67a562d2aa
commit 8e41380863
1 changed files with 15 additions and 0 deletions

15
_gtfobins/highlight.md Normal file
View File

@ -0,0 +1,15 @@
---
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"
---