1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Create highlight.md

This commit is contained in:
bcoles 2020-03-17 17:52:30 +11:00 committed by Andrea Cardaci
parent 67a562d2aa
commit 8e41380863

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"
---