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.com) ==
[](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. Last DB Refresh: 05/25/2022
## 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-14592") 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 Distribution
Built Distribution
Hashes for pyExploitDb-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47a3e03db08dcc8e62a4ce75ab03610b9e8018f5ae4d2c31acf08bbef967cc61 |
|
MD5 | 84a70bb3602c655ee04cc91ffd1dad73 |
|
BLAKE2b-256 | 403e4a64f4aa3796539b71a532bc4e290e671faba44435cf763f1de49c551a55 |