简体   繁体   English

OWASP ZAP 代理冻结

[英]OWASP ZAP Proxy freezes

I recently started doing some exercises on Hacking-Lab .我最近开始在Hacking-Lab上做一些练习。

In one task I wanted to do an "active scan" on a website.在一项任务中,我想在网站上进行“主动扫描”。 The scan run up to 100% fairly quickly, but then the ZAP tool was frozen.扫描速度相当快地运行到 100%,但随后 ZAP 工具被冻结。 I could not click on anything but the close button.除了关闭按钮,我无法点击任何东西。 However, the tool still captures packets from the internet.但是,该工具仍会从 Internet 捕获数据包。

The guys from Hacking-Lab suggested to use a different JDK from Oracle instead of the OpenJDK they used. Hacking-Lab 的人建议使用与 Oracle 不同的 JDK,而不是他们使用的 OpenJDK。 Unfortunately, this did not work.不幸的是,这不起作用。

Does someone has the same problem or a hint how to solve that problem?有人有同样的问题或提示如何解决该问题吗?

Thank you!谢谢!

是的,尝试安装 oracle JDK 而不是 Open JDK,然后根据需要在它们之间切换,但如果切换或不切换,请检查 java 版本......这对我有用。

In my case, If I click a large size of JavaScript file (or a link) from the Alert tab then the application freezes instantly or moves slow.就我而言,如果我从“警报”选项卡单击大尺寸的 JavaScript 文件(或链接),则应用程序会立即冻结或移动缓慢。 So, I did the following steps and it relieved the issue:所以,我做了以下步骤,它缓解了这个问题:

  1. Double click an event that doesn't cause the issue from the History tab.从“历史记录”选项卡双击不会导致问题的事件。
  2. Right click in the response body area, go to Syntax, disable Auto Detect and set Plain.右键单击响应正文区域,转到语法,禁用自动检测并设置普通。 Then right click again, go to View, disable Word Wrap.然后再次右键单击,转到查看,禁用自动换行。
  3. Navigate any JavaScript file from the Alert tab to see the difference.从警报选项卡导航任何 JavaScript 文件以查看差异。

If you want more help, try uploading an issue to the GitHub repository .如果您需要更多帮助,请尝试将问题上传到GitHub 存储库

We have a FAQ for that :) https://github.com/zaproxy/zaproxy/wiki/FAQhelp 我们对此有一个常见问题解答:) https://github.com/zaproxy/zaproxy/wiki/FAQhelp

Simon (ZAP Project Lead) Simon(ZAP项目负责人)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM