go-cve-dictionary
For detail of go-cve-dictionary see vulsio/go-cve-dictionary
Usage: go-cve-dictionary on different server
Run go-cve-dictionary as server mode before scanning on 192.168.10.1
$ go-cve-dictionary server -bind=192.168.10.1 -port=1323
Specify URL of the go-cve-dictionary in config.toml
[cveDict]
type = "http"
url = "http://192.168.0.1:1323"
$ vuls report
Usage: Update NVD Data
see go-cve-dictionary#usage-fetch-nvd-data
Usage: Update JVN Data
see go-cve-dictionary#usage-fetch-jvn-data
Usage: List fetched databases
$ ./go-cve-dictionary list
+-----------+----------+------------+-----------------+-----------------+
| SOURCE | YEAR | STATUS | FETCHED | LATEST |
+-----------+----------+------------+-----------------+-----------------+
| NVD(JSON) | 2017 | Up-to-Date | 2018/7/26-03:12 | 2018/7/26-03:12 |
| NVD(JSON) | 2018 | Up-to-Date | 2018/7/26-03:03 | 2018/7/26-03:03 |
| NVD(JSON) | modified | Up-to-Date | 2018/7/26-20:01 | 2018/7/26-20:01 |
| NVD(JSON) | recent | Up-to-Date | 2018/7/26-20:00 | 2018/7/26-20:00 |
| JVN | modified | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN | recent | Up-to-Date | 2018/7/26-17:00 | 2018/7/26-17:00 |
| JVN | 2014 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2015 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2016 | Up-to-Date | 2018/7/22-09:01 | 2018/7/22-09:01 |
| JVN | 2017 | Up-to-Date | 2018/7/22-09:00 | 2018/7/22-09:00 |
+-----------+----------+------------+-----------------+-----------------+