Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vulnersCom/api

Vulners Python API wrapper
https://github.com/vulnersCom/api

database exploits python python-wrapper scanner vulnerability vulnerability-detection vulners-api

Last synced: about 2 months ago
JSON representation

Vulners Python API wrapper

Awesome Lists containing this project

README

        

# [Vulners API v3](https://vulners.com) Python wrapper

# Description
Python 2/3 library for the [Vulners Database](https://vulners.com)
provides *search, data retrieval, archive and API for vulnerability scanning* for the integration purposes.
Create powerful security tools and get access to the world's largest security database.

## Python version
Library was tested on *python2* and *python3*.

## How to install

Package is available with [PyPI](https://pypi.python.org/pypi)

You can use pip for the installation

```bash
pip install -U vulners
```

## Obtaining Vulners API key

Please, sign up at [Vulners website](https://vulners.com).
Go to the personal menu by clicking on your name in the right top corner.
Follow "API KEYS" tab.
Generate an API key with scope "api" and use it with the library.

[Step-by-step guide](https://vulners.com/docs/apikey/)

# Documentation

Up-to-date docs about python library and API [here](https://vulners.com/docs/API_wrapper/api/)