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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user