veo / vscan

开源、轻量、快速、跨平台 的网站漏洞扫描工具,帮助您快速检测网站安全隐患。功能 端口扫描(port scan) 指纹识别(fingerprint) 漏洞检测(nday check) 智能爆破 (admin brute) 敏感文件扫描(file fuzz)
https://veo.pub/2021/vscan/
BSD 3-Clause "New" or "Revised" License
1.43k stars 240 forks source link

build command-line-arguments: cannot load embed: malformed module path "embed": missing dot in first path element #28

Closed 4riful closed 2 years ago

4riful commented 2 years ago

i run sudo go run main.go -host 127.0.01/24 -top-ports top-100

this and encounterd with this err

image

4riful commented 2 years ago

could you fix it

veo commented 2 years ago

update your go version maybe fix

4riful commented 2 years ago

i have latest go version installled image i just upgrade mysystem

veo commented 2 years ago

go version must > 1.16 1.17 is better

4riful commented 2 years ago

xie xie it's working !!! just read the documention , but didnt understand what flag should be used to perform a full scan

veo commented 2 years ago

you can see https://github.com/veo/vscan/blob/main/static/running.md some example