zed攻击代理工具eroor:JVM_bind

时间:2016-04-13 14:58:36

标签: security testing jvm zap

我已将我的谷歌chroome浏览器配置为 ZAP 默认端口“8080”和“LocalHost”找到谷歌。 在输入任何http请求时,它会显示Look代理设置     已经在使用:JVM_Bind enter image description here

我已经检查了系统var result = from a in mycollection from b in a.BItems where a.Name == b.BName select b; 中的命令,它显示端口netstat -an是侦听模式。

也无法添加将证书添加到我的浏览器,从谷歌检查了很多东西,也尝试重新安装软件,所以请帮助我正确的解决方案。 enter image description here

  • Q1>启动时 JVM_Bind 错误是什么。
  • Q2>如何在我的浏览器中开始录制。
  • Q3>是否有任何选项可以更改 ZAP工具的默认代理设置。
  • Q4>如何安装证书 “https”类型请求。

Plz了解问题和正确的解决方案。

提前致谢。

2 个答案:

答案 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

希望以上配置能解决您的问题。