Python library and command-line utility for Vulners (https://vulners.com)


Keywords
security, network, vulners, vulnerability, CVE, database, exploits, python, python-wrapper, scanner, vulnerability-detection, vulners-api
License
GPL-3.0
Install
pip install vulners==2.1.5

Documentation

Vulners API v3 Python wrapper

Description

Python 2/3 library for the Vulners Database 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

You can use pip for the installation

pip install -U vulners

Obtaining Vulners API key

Please, sign up at Vulners website. 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

Documentation

Up-to-date docs about python library and API here