zap-cli
zap-cli copied to clipboard
A simple tool for interacting with OWASP ZAP from the commandline.
`zap-cli -v --zap-path /opt/zaproxy/ scripts load -n Auth -e "Mozilla Zest" -t Authentication -f /home/Auth.zst` `[DEBUG] Loading script "Auth" from "/home/Auth.zst"` `[ERROR] Error loading script: Does Not Exist` `$ ls...
**Describe the bug** zap-cli does not allow attacking an https site **To Reproduce** Steps to reproduce the behavior: 1. zapcli-0.10.0]# zap-cli open-url https://10.10.10.10 [INFO] Accessing URL https://10.10.10.10 Traceback (most recent...
I am trying to import a saved context into Zap-cli and any command involving 'context' returns the below error. Also, running a regular zap-cli quick scan command works just fine,...
I try to launch zap-cli on the WebGoat application. It just detect near 20 vulnerabilities. In fact, it does not seems to scan the url behind the authentication (basics form...
I use ZAP CLI mostly from the docker on my devops pipelines. I t would be great if we can add an option to the quickscan to generate also a...
sudo zap-cli active-scan '-config api.disablekey=true' "http://localhost/test/rest.php?applicationKey=12345&user_id=1&access_token=444444&methodName=xxxx" gives the issues 
I lunch the same command like you : zap-cli quick-scan --self-contained --spider -r -s xss http://.... I defined environment variables ZAP_PATH and ZAP_PORT. But I have error python like this...

Question: How to load zap plugin to be used with ZAP-CLI
I try the following commands: zap-cli session load myproject.session zap-cli open-url https://www.myproject.com zap-cli context import NewContext.context zap-cli active-scan --recursive -c "NewContext" --user-name manager1 https://www.myproject.com But session file not loaded, Can...