flipkart-incubator / watchdog

Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Apache License 2.0
412 stars 103 forks source link

run.py only scanning the open ports #11

Open Kvinothine opened 6 years ago

Kvinothine commented 6 years ago

Hi,

After the watchdog setup has been done it is scanning only for the open ports it is not finding the cve and cpe the database of this has been populated already.attaching the screenshot

root@ubuntu:~/watchdog# python run.py -u update python3 Tools/cve-search-master/sbin/db_updater.py INFO:root:Starting cve Preparing [##################################################] 621/621 INFO:root:cve has 857 elements (0 update) INFO:root:Starting cpe Not modified INFO:root:cpe has 166181 elements (0 update) INFO:root:Starting cwe Not modified INFO:root:cwe has 722 elements (0 update) INFO:root:Starting capec Not modified INFO:root:capec has 463 elements (0 update) INFO:root:Starting via4 Redis server not running on localhost:6379 INFO:root:via4 has 110830 elements (0 update) INFO:root:Starting ensureindex [+]Success to create index id on cpe [+]Success to create index id on cpeother [+]Success to create index id on cves [+]Success to create index vulnerable_configuration on cves [+]Success to create index Modified on cves [+]Success to create index [('summary', 'text')] on cves [+]Success to create index id on via4 [+]Success to create index id on mgmt_whitelist [+]Success to create index id on mgmt_blacklist [+]Success to create index related_weakness on capec INFO:root: [-] No plugin loader file! root@ubuntu:~/watchdog# python run.py -s Total IPs in database: 2 starting portscan nmap -n -Pn -A --open -oG - 45.33.32.156 | grep Ports starting portscan nmap -n -Pn -A --open -oG - 176.28.50.165 | grep Ports root@ubuntu:~/watchdog#