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 36 zap-cli issues
Sort by recently updated
recently updated
newest added

Info: Kali Linux Python 3.10 (default) ultimate-version zap and zap-cli zap open browser and start with zap-cli, but not running web sites └─$ sudo python /usr/local/bin/zap-cli -v quick-scan -s xss,sqli...

I am running zap-cli quick-scan with alert-level high, which returns zero issues, but the generated report lists Medium and Low alerts. how can I avoid the generated report, not to...

**Hi, I am trying to add OWASP ZAP scanning at CI/CD pipeline (Azure DevOps Server) by using zap-cli. Steps : Configured ZAP_PATH, ZAP_PORT, ZAP_URL and PYTHON_HOME in environment variable Add...

Hello! I'm trying use zap-cli to scan our application and I succeed to do it on URL which using GET method. However, I met a problem on scanning POST request,...

hi, how do you run `zap-cli ajax-spider` with a context and a user? similar to `zap-cli spider -c context -u user`

Hello, Recently, a vulnerability was found in python3 package urllib3 which is recorded as CVE-2021-33503 The zap-cli package has a dependency on an older version of the requests package which...

Is there a particular reason that the dependency versions are fixed: ```python install_requires=[ 'click==4.0', 'python-owasp-zap-v2.4==0.0.14', 'requests==2.20.1', 'tabulate==0.7.5', 'termcolor==1.1.0', 'six==1.10.0', ] ``` When using zap-cli together with other packages, it would...

I have been able to use zap-cli in the official owasp zap docker container. With a preconfigured context for login against a sample target site (juiceshop for example) the spider...

enhancement

I was able to import a context successfully, but context list shows as empty zap-cli context import bodgeIt-Context.context [INFO] Imported context from bodgeIt-Context.context zap-cli context list [INFO] Available contexts: []

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