Pocsuite v2.0.8 releases: open-sourced remote vulnerability testing framework
Pocsuite is an open-sourced remote vulnerability testing and proof-of-concept development framework developed by the Knownsec Security Team. It comes with a powerful proof-of-concept engine, many niche features for the ultimate penetration testers and security researchers.
Features
- PoC scripts can be running with `attack`,`verify`, `shell` mode in a different way
- Plugin ecosystem
- Dynamic loading PoC script from anywhere (local file, redis, database, Seebug …)
- Load multi-target from anywhere (CIDR, local file, redis, database, Zoomeye …)
- Results can be easily exported
- Dynamic patch and hook requests
- Both command line tool and python package import to use
- IPV6 support
- Global HTTP/HTTPS/SOCKS proxy support
- Simple spider API for PoC script to use
- Integrate with [Seebug](https://www.seebug.org) (for load PoC from Seebug website)
- Integrate with [ZoomEye](https://www.zoomeye.org) (for load target from ZoomEye `Dork`)
- Integrate with [Ceye](http://ceye.io/) (for verify blind DNS and HTTP request)
- More …
Installation
Requirement
- Python 2.6+
- Works on Linux, Windows, Mac OSX, BSD
Install
The quick way:
$ pip install pocsuite
Usage
Pocsuite with
- seebug PoC search and zoomeye dork
- seebug PoC and zoomeye dork
- zoomeye API
- seebug PoC API online
pocsuite is (C) 2014-2016 pocsuite@seebug.org
Source: https://github.com/knownsec/