niudaii / zpscan

一个有点好用的信息收集工具。A somewhat useful information gathering tool.
MIT License
1.03k stars 99 forks source link

POC有问题 #49

Closed b2522 closed 1 month ago

b2522 commented 1 month ago

直接运行会出错 zpscan_windows.exe pocscan -i 'abc.com' [FTL] initPoc() err, json: cannot unmarshal string into Go struct field Poc.CNNVD of type []interface {}

使用go命令,到这一步下载就会出错 go: downloading go.uber.org/zap v1.23.0

niudaii commented 1 month ago

1、应该是最新的官方模版不支持旧版本的 nuclei sdk,删除该模版或者更新 go.mod 中的 nuclei lib 版本,可能需要调整代码 2、设置 goproxy 后重试