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

A simple tool for interacting with OWASP ZAP from the commandline.

Results 38 zap-cli issues
Sort by recently updated
recently updated
newest added

`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 ![image](https://user-images.githubusercontent.com/36848020/88711838-6a4b9980-d136-11ea-83ad-a071369f8893.png)

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

![image](https://user-images.githubusercontent.com/61416876/87048971-4f030380-c1f4-11ea-8096-8b96a4460e56.png)

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...

question