mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Create redcarpet.md
This commit is contained in:
parent
f1b42310a2
commit
cf9b07bf7b
15
_gtfobins/redcarpet.md
Normal file
15
_gtfobins/redcarpet.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
redcarpet "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./redcarpet "$LFILE"
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo redcarpet "$LFILE"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user