OWASP Zap插件开发

OWASP Zap Plug-In Development

我需要为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.

我明白了,psf was removed


查看这些说明 > https://github.com/zaproxy/zaproxy/wiki/Contributing-Changes 请记住,目前扩展库中的 master/beta/alpha 分支都是完全独立的东西(基于 status/quality 的扩展名)。

还有一系列您可能感兴趣的博客文章:


编辑 2022-05-03:此处有更新的开发者文档:https://www.zaproxy.org/docs/developer/ including Creating a New Add-on in zap-extensions


编辑 2022-05-24:现在有一个示例附加回购可用:https://github.com/zaproxy/addon-java