OWASP Zap插件开发

时间:2018-10-30 12:14:49

标签: owasp zap

我需要为OWASP-Zap开发一个插件,但无法构建该项目。有一个针对Eclipse的快速设置,但是当我尝试进行团队项目设置时,它失败了,我也不知道。这里有人做过类似的事情吗?如果有人可以帮助我,我将不胜感激。

The quickest way to set up a ZAP development environment is as follows:

1. Ensure you have a recent version of Eclipse - the Eclipse IDE for Java Developers is a good option (Ensure you have a version of Eclipse 4.2 or later installed or if using an earlier version, the "EGit - Git Team Provider" plug-in installed.)
2. Start Eclipse and select a new (empty) workspace
3. Select the menu: "File / Import"
4. Select "Team / Team Project Set" and click "Next >"
5. Select URL and enter: https://raw.githubusercontent.com/zaproxy/zap-admin/master/ZAP-projectSet.psf
6. Click "Finish" and wait for Eclipse to pull down all of the projects and build them.

1 个答案:

答案 0 :(得分:1)

相关问题