zap-cli
zap-cli copied to clipboard
A simple tool for interacting with OWASP ZAP from the commandline.
Hi team! Are there any ways to stop the running active scan? The reason is that sometimes a scan takes too long to execute an it would be nice if...
I have a bash script in which I run the following: ``` docker run -i owasp/zap2docker-weekly zap-cli quick-scan \ --self-contained \ --start-options '-config api.disablekey=true' \ -s all \ -e /*\.js$/i...
I have a scenario where proxy port 8080 is occupied. ``` zap.sh -daemon -config proxy.port=9090 ``` succeeds, while ``` zap-cli start --start-options '-config proxy.port=9090' ``` yields ``` [INFO] Starting ZAP...
Resolves #85.
A feature which would be ideal is the ability to the import scan policies into ZAP through zap-cli. Currently, I have to ability to enable sub-categories of scan polices through...
Hi! I'm running the zap-cli active scan in the OWASP zap docker container. The zap scan took more than 3 hour / a day due to the authentication URL in...
Hello everyone, I'm actually testing for some vulns with the official OWASP ZAP container (Docker image) and i'm experiencing an issue : When importing a context (created and exported with...
Hi, I am running the zap-cli inside docker : $ docker run -it -v $(pwd)/zap/contexts:/zapcontext -v $(pwd)/zap/sessions:/zapsession owasp/zap2docker-stable bash and the following is the step of commands that I executed...
With a custom session cookie, I'm not able to tell the spider to crawl properly even with a user set in a context that authenticates via form. I tried logging...