Add ips flag to scan (#861)

* add scan -ips flag

* fix usage
This commit is contained in:
Tomoya Amachi
2019-07-04 18:42:12 +09:00
committed by Kota Kanbe
parent 836e4704f8
commit 8a37de0686
3 changed files with 9 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ type Config struct {
CacheDBPath string `json:"cacheDBPath,omitempty"`
Vvv bool `json:"vvv,omitempty"`
UUID bool `json:"uuid,omitempty"`
DetectIPS bool `json:"detectIps,omitempty"`
CveDict GoCveDictConf `json:"cveDict,omitempty"`
OvalDict GovalDictConf `json:"ovalDict,omitempty"`