Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run.py only scanning the open ports #11

Open
Kvinothine opened this issue Nov 13, 2018 · 0 comments
Open

run.py only scanning the open ports #11

Kvinothine opened this issue Nov 13, 2018 · 0 comments

Comments

@Kvinothine
Copy link

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#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant