GTFOBins.github.io/_gtfobins/redcarpet.md

13 lines
242 B
Markdown
Raw Normal View History

2020-03-17 07:18:58 +01:00
---
2020-03-17 19:31:48 +01:00
description: The file is actually parsed as a Markdown file.
2020-03-17 07:18:58 +01:00
functions:
file-read:
- code: |
LFILE=file_to_read
redcarpet "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo redcarpet "$LFILE"
---