Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
13ph03nix committed Nov 3, 2022
1 parent 6fba346 commit cf6b358
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pocsuite3

[![Python 3.x](https://img.shields.io/badge/python-3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/knownsec/Pocsuite/master/docs/COPYING) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/seebug_team)
[![Python 3.x](https://img.shields.io/badge/python-3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/knownsec/pocsuite3/master/COPYING) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/seebug_team)

## Legal Disclaimer
Usage of pocsuite3 for attacking targets without prior mutual consent is illegal.
Expand All @@ -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)
Expand All @@ -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
[![asciicast](https://asciinema.org/a/207349.png)](https://asciinema.org/a/207349)

### pocsuite3 load nuclei template
![](./asset/img/yaml_poc_showcase.png)

## Requirements

- Python 3.7+
Expand Down
Binary file added asset/img/yaml_poc_showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions manpages/poc-console.1
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]>
.\"
Expand Down
4 changes: 2 additions & 2 deletions manpages/pocsuite.1
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]>
.\"
Expand Down

0 comments on commit cf6b358

Please sign in to comment.