PwnAtlas is CougarCS InfoSec's multi-API wrapper module for CVE and ExploitDB lookup. It currently features the ability to lookup CVE's by both a keyword search and by it's assigned ID. It returns a dictionary of the most important values, which can be used for many purposes, including:
- Discord Bots
- Websites
- Python Scripts
- etc.
Implementing PwnAtlas into your project is simple.
Clone the github repository:
git clone https://github.com/diante0x7/PwnAtlas.gitThen, install the pwnatlas module using pip locally by running:
cd PwnAtlas
pip install .Grab the most recent .whl file from the Releases tab and install it like this:
For the most recent release: PwnAtlas-0.1b2
pip install PwnAtlas-0.1b2-py3-none-any.whlFetch the newest release of PwnAtlas
pip install pwnatlasYou then use the module by doing this:
from pwnatlas import get as cve_get
dictionary = cve_get.by_id('CVE-2019-1040')Support CougarCS and it's InfoSec team by using, forking, and crediting this project as much as you can!