-
Notifications
You must be signed in to change notification settings - Fork 669
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
Update stuff #47
base: master
Are you sure you want to change the base?
Update stuff #47
Conversation
Update obsolete databases
@@ -35,7 +35,7 @@ There are the following pre-installed databases available at the moment: | |||
* cve.csv - https://cve.mitre.org | |||
* securityfocus.csv - https://www.securityfocus.com/bid/ | |||
* xforce.csv - https://exchange.xforce.ibmcloud.com/ | |||
* expliotdb.csv - https://www.exploit-db.com | |||
* exploitdb.csv - https://www.exploit-db.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing the typo is great, thanks.
But we do not accept external db updates. They are generated with a tool that implements pre-filtering to optimize performance of scanning. Thank you for your understanding.
@@ -70,7 +72,8 @@ If you want to update your databases, go to the following web site and download | |||
Copy the files into your vulscan folder: | |||
|
|||
/vulscan/ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part needs to remain as we will resume regular updates in the future.
Thanks, but I would recommend updating them yourself then as they are very very obsolete. |
Please share the tool |
Sure. Check these out: |
Using the Any updates here ? |
Hi, the Python code for accessing the CVE database works fine, but the code for ExploitDB seems to be down. Can you please provide it again? Thanks! |
Update CVE and ExploitDB databases,
Update README.