All Projects → NullArray → PyParser-CVE

NullArray / PyParser-CVE

Licence: GPL-3.0 license
Multi source CVE/exploit parser.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyParser-CVE

Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (+144%)
Mutual labels:  penetration-testing, vulnerabilities, cve, pentest
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (+72%)
Mutual labels:  osint, penetration-testing, infosec, pentest
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (+588%)
Mutual labels:  penetration-testing, infosec, pentest, pentest-tool
Pwndoc
Pentest Report Generator
Stars: ✭ 417 (+1568%)
Mutual labels:  penetration-testing, infosec, vulnerabilities, pentest
flydns
Related subdomains finder
Stars: ✭ 29 (+16%)
Mutual labels:  osint, infosec, pentest
Awesome Vulnerable
A curated list of VULNERABLE APPS and SYSTEMS which can be used as PENETRATION TESTING PRACTICE LAB.
Stars: ✭ 133 (+432%)
Mutual labels:  penetration-testing, vulnerabilities, pentest
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+468%)
Mutual labels:  penetration-testing, infosec, pentest
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+13656%)
Mutual labels:  osint, penetration-testing, infosec
Pakuri
Penetration test Achieve Knowledge Unite Rapid Interface
Stars: ✭ 125 (+400%)
Mutual labels:  penetration-testing, vulnerabilities, pentest-tool
Dorknet
Selenium powered Python script to automate searching for vulnerable web apps.
Stars: ✭ 256 (+924%)
Mutual labels:  osint, infosec, pentest
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (+52%)
Mutual labels:  osint, infosec, pentest-tool
Trigmap
A wrapper for Nmap to quickly run network scans
Stars: ✭ 132 (+428%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+1512%)
Mutual labels:  osint, penetration-testing, pentest
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (+420%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+1504%)
Mutual labels:  osint, infosec, pentest
sqlscan
Quick SQL Scanner, Dorker, Webshell injector PHP
Stars: ✭ 140 (+460%)
Mutual labels:  penetration-testing, pentest, pentest-tool
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+13464%)
Mutual labels:  osint, penetration-testing, pentest-tool
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+3444%)
Mutual labels:  osint, infosec, pentest
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+30908%)
Mutual labels:  penetration-testing, vulnerabilities, pentest
Pwncat
pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
Stars: ✭ 904 (+3516%)
Mutual labels:  penetration-testing, pentest, pentest-tool

PyParser

PyParser is a vulnerability parser that looks for CVE's from different sources. It employs the Shodan API, has the ability to retrieve and process data from CVE Mitre and comes with functionality to install and use Offensive Security's ExploitDB Searchsploit utility.

Usage

Start the program from the command line with python cveparser.py. Once the program has been started it will prompt for your Shodan.io API key. Once provided it will prompt to install Searchsploit, which is optional. After these operations a menu will be displayed the options for which are as follows.

1. Query Shodan				4. Logging	
2. Query CVE Mitre			5. Quit
3. Invoke Searchsploit				

Select a number to select a data source to use when searching for a particular vulnerability. The 'logging' option will save results of your search queries in the current working directory as an application log from PyParser.

Dependencies

PyParser depends on the following Python 2.7 libraries.

blessings
shodan
pycurl

Should you find you do not have any of these libraries installed you can use Python's built in package manager to resolve it like so:

pip install blessings
pip install shodan
pip install pycurl

Alternatively, feel free to use the requirements file i have made for this project like so pip install -r requirements.txt.

Note

This is a BETA release, as such there might be some bugs. If you happen to encounter a bug please feel free to open a ticket or submit a pull request

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].