Questions tagged [zapproxy]
21 questions
0
votes
1 answer
zap proxy scanner and excregexes options not being set via -config flag?
I'm trying to set configs when I start zap.sh as described here.
docker run -p 8090:8090 -i owasp/zap2docker-stable zap.sh -daemon -port 8090 -host 0.0.0.0 -config api.key=0123456789 -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true…

Cynic
- 6,779
- 2
- 30
- 49
0
votes
2 answers
Connecting to Zap Proxy Docker Image, "Max retries exceeded with url: Caused by ProxyError('Cannot connect to proxy
I'm trying to use zap proxy via Docker
Pulled it down with:
docker pull owasp/zap2docker-stable
Ran it with the command described in "Accessing the API from outside of the Docker container" section:
docker run -p 8090:8090 -i…

Cynic
- 6,779
- 2
- 30
- 49
0
votes
1 answer
zap active scan task interrupted by save session task
I am trying to automate zap tasks into my build process. Here is what I do:
run zap
run selenium tests
run zap spider
run zap activeScan
save zap session
run zap alert check and report it
end zap
And here is the target of my ant build.xml :
…

amine al
- 11
- 1
- 3
0
votes
1 answer
ZAP Proxy Not Working
I am trying to Proxy my browser traffic through the ZAP Proxy tool. I have setup my browser proxy according to the user docs on ZAP site and the same as the instructions in the post below. My site I am trying to scan just hangs at the login page,…

Shiloh
- 1,816
- 4
- 24
- 29
0
votes
1 answer
How to delete all resources related to a specified url in zapproxy scan?
I'm using the java client api of zapproxy to detect the vulnerability of many websites automatically and dynamically.I need to release all resources(alerts,spider result,active scan result,memory usage) for the specified url and not interfere scans…

BlackJoker
- 3,099
- 2
- 20
- 27
-1
votes
1 answer
ZAP docker passive scanning results
I have created a Zap container (inside docker) using the command
docker run -u zap -p 8080:8080 -i owasp/zap2docker-stable zap-x.sh -daemon -host 0.0.0.0 -port 8080 -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config…

Inter_forever
- 5
- 2