Skip to content

This is a Rust applet that searches a local .xml CVE database for entries based on description tokens. Enjoy

License

Notifications You must be signed in to change notification settings

QVLx-Labs/CVE_Reverse_Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE_Reverse_Search

This is a Rust applet that searches a local .xml CVE database for entries based on description tokens. Enjoy

Download a .xml of the CVE here from MITRE: https://cve.mitre.org/data/downloads/index.html

Then you can use this tool to search it. Just pass it a string and let it work. Returns nothing if not found

Just a heads up that the CVE database is monstrous in size so have some disk free.

Also, there is an unsafe block in this code that grabs bytes from the .xml file without checking them for valid UTF-8. Don't be worried about it. If you grab the database directly from MITRE, it's on them to ensure its valid and likely will be.

image

About

This is a Rust applet that searches a local .xml CVE database for entries based on description tokens. Enjoy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%