chainreactors / spray

Next Generation HTTP Dir/File Fuzz Tool
https://chainreactors.github.io/wiki/spray/
GNU General Public License v3.0
381 stars 27 forks source link

启动失败 #2

Closed SexyBeast233 closed 1 year ago

SexyBeast233 commented 1 year ago

image image 提示为 : [-] unexpected end of JSON inputexpected argument for flag/w, /word', but got option`形式 尝试运行 以/w 或-w 或其他形式启动进程均未成功 , 以尝试编译与无编译直接运行.go
大概是环境问题吗?> 还是说开源代码版本与文档版本有出入导致的呢 环境:win11

SexyBeast233 commented 1 year ago

我的问题 , 我尝试了release编译完成版本 , 整成运行 😂

SexyBeast233 commented 1 year ago

已正常运行 ,关闭is

M09Ic commented 1 year ago

自行编译版本报错是因为 spray依赖一个指纹仓库 https://github.com/chainreactors/gogo-templates .

如果需要自行编译, 可以参考 README中的https://github.com/chainreactors/spray#make , 将最后一步的build替换为run即可.