Git Product home page Git Product logo

pwnatlas's Introduction

PwnAtlas

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.

Installation

Implementing PwnAtlas into your project is simple.

Via Source

Clone the github repository:

git clone https://github.com/diante0x7/PwnAtlas.git

Then, install the pwnatlas module using pip locally by running:

cd PwnAtlas
pip install .

From Release

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.whl

From PyPi

This has not been implemented yet, but this is the ultimate goal. Once the project is formally hosted on PyPi.org, it can be installed and implemented just like any other package:

pip install pwnatlas

Implementation

You then use the module by doing this:

from pwnatlas import get as cve_get

dictionary = cve_get.by_id('CVE-2019-1040')

Support

Support CougarCS and it's InfoSec team by using, forking, and crediting this project as much as you can!

Website

pwnatlas's People

Contributors

diante0x7 avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.