An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
Project description
pyExploitDb (https://govanguard.io) ==
[](https://travis-ci.com/GoVanguard/pyExploitDb) [](https://snyk.io/test/github/GoVanguard/pyExploitDb?targetFile=requirements.txt) [](https://codeclimate.com/github/GoVanguard/pyExploitDb/maintainability)
## Authors: Shane William Scott
## About pyExploitDb An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
## Upcoming features > CPE database, indexes and mappings
## Installation pip install pyExploitDb > Note: This assumes pip is for your python3 environment. Use pip3 if pip is for your python2 environment.
## Example Usage `python from pyExploitDb import PyExploitDb pEdb = PyExploitDb() pEdb.debug = False pEdb.openFile() results = pEdb.searchCve("CVE-2018-1459") print(results) `
## Example debug/verbose output CVE-2018-1459 Found Exploit DB Id: 45447 File: ./exploit-database/exploits/php/webapps/45447.txt Date: 2018-09-24 Author: Haboob Team Platform: webapps Type: php Port: 80 {‘edbid’: ‘45447’, ‘exploit’: ‘./exploit-database/exploits/php/webapps/45447.txt’, ‘date’: ‘2018-09-24’, ‘author’: ‘Haboob Team’, ‘platform’: ‘webapps’, ‘type’: ‘php’, ‘port’: ‘80’}
## Credits Originally based on fork of cve_searchsploit by Andrea Fioraldi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyExploitDb-0.1.5-py3-none-any.whl.
File metadata
- Download URL: pyExploitDb-0.1.5-py3-none-any.whl
- Upload date:
- Size: 378.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcac0236bb8ca245afcdefcae106721dad777cee318702d0f90ba6781e6afcf4
|
|
| MD5 |
8f80489db486c0d9939a4d0a83b1741d
|
|
| BLAKE2b-256 |
f0230b0b8011b30b63d3b6f67c97bddb828481f6b25a98117207a773aa319ad3
|