1
0
mirror of https://github.com/sairson/Yasso.git synced 2026-02-08 04:55:36 +08:00

修改默认属性,使得vulscan扫描默认扫描ms17010和smbghost

This commit is contained in:
sairson
2022-01-09 11:09:40 +08:00
parent f5a4c5dd92
commit db63f152dd

View File

@@ -24,7 +24,7 @@ var VulCmd = &cobra.Command{
return
}
if Hosts != "" {
ips, _ = ResolveIPS(Hosts) // resolve ip to []string ips
ips, _ = ResolveIPS(Hosts)
} else {
Println("Yasso scanner need a hosts")
return