zap-cli icon indicating copy to clipboard operation
zap-cli copied to clipboard

--start-options is giving me: Error: Got unexpected extra argument

Open tractiSec opened this issue 4 years ago • 0 comments

When I run commands with the --start-options or -o such as zap-cli start --start-options '-config api.key=12345' I get the following error: Error: Got unexpected extra argument

The same issue happens when I run it through docker with the following command docker run -i owasp/zap2docker-stable zap-cli quick-scan --self-contained --start-options '-config api.disablekey=true' http://target

tractiSec avatar Jun 10 '21 05:06 tractiSec