mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Fix redcarpet
This commit is contained in:
parent
cf9b07bf7b
commit
38d7e65264
@ -1,13 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
description: The file is actually parsed as a Markdown file.
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
redcarpet "$LFILE"
|
redcarpet "$LFILE"
|
||||||
suid:
|
|
||||||
- code: |
|
|
||||||
LFILE=file_to_read
|
|
||||||
./redcarpet "$LFILE"
|
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
|
Loading…
Reference in New Issue
Block a user