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
When I run commands with the
--start-optionsor-osuch aszap-cli start --start-options '-config api.key=12345'I get the following error:
Error: Got unexpected extra argumentThe 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