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 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T14:13:45.000Z (about 1 month ago)
- Last Synced: 2025-05-16T00:08:26.123Z (about 1 month ago)
- Topics: database, exploits, python, python-wrapper, scanner, vulnerability, vulnerability-detection, vulners-api
- Language: Python
- Size: 211 KB
- Stars: 361
- Watchers: 26
- Forks: 59
- 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 3 library for the [Vulners Database](https://vulners.com).
It provides *search, data retrieval, archive and vulnerability scanning* API's for the integration purposes.
With this library you can create powerful security tools and get access to the world largest security database.## 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, register at [Vulners website](https://vulners.com).
Go to the personal menu by clicking at your name at the right top corner.
Follow "API KEYS" tab.
Generate API key with scope "api" and use it with the library.# Documentation
The full API methods description, usage examples, and integration guide are available in the official documentation: [API Reference](https://vulners.com/docs/api_reference/api/).