fionn / ares

A python wrapper around https://cve.circl.lu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon ares

PyPi Version

ares is an APACHE licensed library written in Python providing an easy to use wrapper around https://cve.circl.lu. This library has been tested with Python 3.7.

Installation:

From source use

    $ python setup.py install

or install from PyPi

    $ pip install ares

Documentation:

  • GET /api/browse/
  • GET /api/browse/vendor
>>> from ares import CVESearch
>>> cve = CVESearch()
>>> cve.browse(<vendor>)
  • GET /api/search/vendor/product
>>> cve.search('microsoft/office')
  • GET /api/cveid/cveid
>>> cve.id('CVE-2014-0160')
  • GET /api/last
>>> cve.last()
  • GET /api/dbInfo
>>> cve.dbinfo()

License:

Copyright 2014-2018 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

BTC : 1BNFXHPNRtg7LrLUmQWwPUwzoicUi3uP8Q
ETH : 0xd061B7dD794F6EB357bf132172ce06D1B0E5b97B
BCH : qpcmv8vstulfhgdf29fd8sf2g769sszscvaktty2rv

About

A python wrapper around https://cve.circl.lu.

License:Apache License 2.0


Languages

Language:Python 100.0%