Skip to content

VeronikaKV/Vulnerability_Scanner

Repository files navigation

Vulnerability_Scanner

Vulnerability Scanner

Sorry for my bad english :)

The first step is to unload the vulnerability database from the archives. Unloading is carried out by the command:

Kali : mongorestore --host localhost --port 27017 --db DataCVE* //NVD.bson

The name of the base and collections must match the original one !!! Load archives into ONE database with the name DataCVE!!

For more detailed information on working with the database, you can go to the site: https://docs.mongodb.com/manual/introduction/

Then you can run the script, you need to enter the IP of the scanned device and run the program, you will be provided with information from the collected databases about all the vulnerabilities and exploits found.

Additional modules are fuzzing testing (Nmap NSE).

Releases

No releases published

Packages

No packages published