-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# pocsuite3 | ||
|
||
[](https://www.python.org/) [](https://raw.githubusercontent.com/knownsec/Pocsuite/master/docs/COPYING) [](https://twitter.com/seebug_team) | ||
[](https://www.python.org/) [](https://raw.githubusercontent.com/knownsec/pocsuite3/master/COPYING) [](https://twitter.com/seebug_team) | ||
|
||
## Legal Disclaimer | ||
Usage of pocsuite3 for attacking targets without prior mutual consent is illegal. | ||
|
@@ -18,14 +18,15 @@ It comes with a powerful proof-of-concept engine, many nice features for the ult | |
## Features | ||
* PoC scripts can running with `verify`, `attack`, `shell` mode in different way | ||
* Plugin ecosystem | ||
* Dynamic loading PoC script from any where (local file, redis, database, Seebug ...) | ||
* Load multi-target from any where (CIDR, local file, redis, database, Zoomeye, Shodan ...) | ||
* Dynamic loading PoC script from anywhere (local file, redis, database, Seebug ...) | ||
* Load multi-target from anywhere (CIDR, local file, redis, database, Zoomeye, Shodan ...) | ||
* 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 | ||
* YAML PoC support, compatible with [nuclei](https://github.com/projectdiscovery/nuclei) | ||
* Integrate with [Seebug](https://www.seebug.org) (for load PoC from Seebug website) | ||
* Integrate with [ZoomEye](https://www.zoomeye.org), [Shodan](https://www.shodan.io), etc. (for load target use `Dork`) | ||
* Integrate with [Ceye](http://ceye.io/), [Interactsh](https://github.com/projectdiscovery/interactsh) (for verify blind DNS and HTTP request) | ||
|
@@ -49,6 +50,9 @@ It comes with a powerful proof-of-concept engine, many nice features for the ult | |
### pocsuite3 load multi-target from Shodan | ||
[](https://asciinema.org/a/207349) | ||
|
||
### pocsuite3 load nuclei template | ||
 | ||
|
||
## Requirements | ||
|
||
- Python 3.7+ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.TH POC-CONSOLE "1" "July 2022" "Manual page for poc-console" | ||
.TH POC-CONSOLE "1" "Nov 2022" "Manual page for poc-console" | ||
.\" | ||
.\" July 6, 2022 | ||
.\" Nov 3, 2022 | ||
.\" Man page author: | ||
.\" Tian Qiao <[email protected]> | ||
.\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.TH POCSUITE "1" "July 2022" "Manual page for pocsuite" | ||
.TH POCSUITE "1" "Nov 2022" "Manual page for pocsuite" | ||
.\" | ||
.\" July 6, 2022 | ||
.\" Nov 3, 2022 | ||
.\" Man page author: | ||
.\" Tian Qiao <[email protected]> | ||
.\" | ||
|