Conversation
Update obsolete databases
| * 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 |
marcruef
left a comment
There was a problem hiding this comment.
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.
| Copy the files into your vulscan folder: | ||
|
|
||
| /vulscan/ | ||
|
|
There was a problem hiding this comment.
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! |
|
@ocervell I've designed a workflow on updated version of Vulscan and thinking of making it open source after implementation. It will solve all issues .I thought of rewriting in Go but there aren't any Go packages which will solve issue , so I will stick to Lua. Don't know how much time it will take. I am not getting any medium to contact CVE or MITRE org. Once they answer some questions, then I will get an idea how to update it and modify the workflow . |
Unfortunately they ended CSV support. It's all JSON now... gotta love it. |
Exactly that's what causing issues. Still can't figure it out automated approach on how to process them in CSV format . If only there's any way or workflow to automate |
Try the first comment here: https://stackoverflow.com/questions/1871524/how-can-i-convert-json-to-csv |
This looks good. I hope this solves the issue. Maybe I'll need to integrate it with a GitHub workflow to resolve it. Thanks @destiny-creates for this answer. I'll update my tool in my free time. |
keep us posted cause we might like to use it, if anything make a PR to this repo and implement it as a built in tool. |
Sure brother 🙌 |
Update CVE and ExploitDB databases,
Update README.