Commit 2c59dd6b authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

Updated with the general logo, added the public cve-search demo site.

parent d3a48253
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
cve-search
==========

![cve-search logo](https://avatars3.githubusercontent.com/u/15033728?v=3&s=200)

cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and
CPE (Common Platform Enumeration) into a MongoDB to facilitate search
and processing of CVEs.
@@ -9,9 +11,11 @@ The main objective of the software is to avoid doing direct and public lookup
into the public CVE databases. This is usually faster to do local lookups and
limits your sensitive queries via the Internet.

![cve-search visualization](https://farm9.staticflickr.com/8109/8603509755_c7690c2de4_n.jpg "CVE Keywords Visualization Using Data From cve-search")
cve-search includes a back-end to store vulnerabilities and related information,
an intuitive web interface for search and managing vulnerabilities,
a series of tools to query the system and a web API interface.

http://www.foo.be/cve/
cve-search is used by many organizations including the [public CVE services of CIRCL](https://cve.circl.lu/).

Requirements
------------
@@ -207,6 +211,8 @@ exists but you need to use the alpha version of NLTK.

    ./python3.3 search_fulltext.py  -g -s >cve.json

![cve-search visualization](https://farm9.staticflickr.com/8109/8603509755_c7690c2de4_n.jpg "CVE Keywords Visualization Using Data From cve-search")

You can see a visualization on the [demo site](http://www.foo.be/cve/).

Web interface
@@ -225,6 +231,7 @@ Web API interface
-----------------

The web interface includes a minimal JSON API to get CVE by ID, by vendor or product.
A public version of the API is also accessible on [cve.circl.lu](https://cve.circl.lu/).

List the know vendors in JSON