Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 17 hours ago
JSON representation
Vulners Python API wrapper
- Host: GitHub
- URL: https://github.com/vulnerscom/api
- Owner: vulnersCom
- License: gpl-3.0
- Created: 2017-09-07T10:27:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:08:06.000Z (23 days ago)
- Last Synced: 2024-11-03T03:31:41.600Z (10 days ago)
- Topics: database, exploits, python, python-wrapper, scanner, vulnerability, vulnerability-detection, vulners-api
- Language: Python
- Size: 176 KB
- Stars: 356
- Watchers: 25
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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/)