我已将我的谷歌chroome浏览器配置为 ZAP 默认端口“8080”和“LocalHost”找到谷歌。 在输入任何http请求时,它会显示Look代理设置 已经在使用:JVM_Bind
我已经检查了系统var result = from a in mycollection
from b in a.BItems
where a.Name == b.BName
select b;
中的命令,它显示端口netstat -an
是侦听模式。
也无法添加将证书添加到我的浏览器,从谷歌检查了很多东西,也尝试重新安装软件,所以请帮助我正确的解决方案。
Plz了解问题和正确的解决方案。
提前致谢。
答案 0 :(得分:1)
这意味着另一个进程正在侦听端口8080。 您可以更改任何进程,但可能更容易更改ZAP以侦听另一个端口,例如8090
答案 1 :(得分:0)
我还遇到了JVM_bind问题,后来解决了这个问题。所以你的下一个问题的答案
Q2>如何在我的浏览器中开始录制
Q3>是否有任何选项可以更改ZAP工具的默认代理设置
1. Launch OWASP ZAP
2. Navigate to Tools>> Options>> Local Proxy
3. Change the port number (default 8080) >> make it something else like 8888[make sure other application is not using 8888 port]
4. Restart zap.
5. Configure the firefox Manual proxy configuration: as 8888
6. Browse the application you want to perform security test
希望以上配置能解决您的问题。