Skip to main content

Python wrapper around https://cve.circl.lu.

Project description

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 2.7.x and Python 3.6.x.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ares-0.5.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page