This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-01 17:29:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c53615b1ab833332e79e8acff9ed06b367effb04
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
Raw
Blame
History
functions
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"
Reference in New Issue
View Git Blame
Copy Permalink