zap-cli
zap-cli copied to clipboard
--start-options is giving me: Error: Got unexpected extra argument
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