简体   繁体   English

OWASP ZAP导出到CSV吗?

[英]OWASP ZAP export to CSV?

Simon (et al), There is a tool I would like to use, Neuralys but it only takes CSV and NESSUS inputs natively, is there a way to convert a ZAP report into a CSV file? Simon(et al),有一个我想使用的工具,Neuralys,但是它只本地接受CSV和NESSUS输入,有没有办法将ZAP报告转换成CSV文件? Thanks --joe 谢谢-乔

Yes, but it's a bit complicated. 是的,但是有点复杂。 You can use the API ( xmlreport \\ jsonreport ) to generate XML or JSON report, and convert from XML/JSON to CSV. 您可以使用APIxmlreport \\ jsonreport )来生成XML或JSON报告,并从XML / JSON转换成CSV。 Look like there are a few tools out there, like this that can help with converting from XML to CSV. 看起来那里有一些工具,像这样的工具可以帮助将XML转换为CSV。

最简单的选择是创建一个脚本-这样,您就可以以任何喜欢的格式输出警报了:)我们有一个简单的脚本可以在此处循环遍历警报: https : //github.com/zaproxy/community-scripts/blob /master/standalone/Loop%20through%20alerts.js

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

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