Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
PocList — 漏洞POC、EXP合集,持续更新。Apache Druid-任意文件读取(CVE-2021-36749)、ConfluenceRCE(CVE-2021-26084)、ZeroShell防火墙RCE(CVE-2019-12725)、ApacheSolr任意文件读取、蓝凌OA任意文件读取、phpStudyRCE、ShowDoc任意文件上传、原创先锋后台未授权、Kyan账号密码泄露、TerraMasterTos任意文件读取、TamronOS-IPTV系统RCE、Wayos防火墙账号密码泄露 | Kitploit
Tools/GitHubGitHub/sma11new/poclist
Vulnerability ScannersPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsma11new/poclist

PocList

漏洞POC、EXP合集,持续更新。Apache Druid-任意文件读取(CVE-2021-36749)、ConfluenceRCE(CVE-2021-26084)、ZeroShell防火墙RCE(CVE-2019-12725)、ApacheSolr任意文件读取、蓝凌OA任意文件读取、phpStudyRCE、ShowDoc任意文件上传、原创先锋后台未授权、Kyan账号密码泄露、TerraMasterTos任意文件读取、TamronOS-IPTV系统RCE、Wayos防火墙账号密码泄露

View Repository
1763614 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PocList

A collection of self-written vulnerability POCs and EXPs.

After specifying the URL file, the POC script can perform multi-threaded batch scanning of targets for verification; the EXP script can exploit vulnerabilities, such as file reading, uploading webshells, command execution, etc.

Development environment: Python 3.7

👉2021-08-02 Update

Updates are as follows:

  1. Modified the UI, replaced the logo with the project name PocList
  2. Modified the vulnerability information display method
  3. Added color display in the cmd window; the color parsing in the previous cmd window version was incorrect.
  4. Integrated single URL verification and exploitation with batch verification into one file, use -u for single verification, -u --attack for single exploitation

All other usage remains the same, -f specifies the URL file for batch verification, -t thread count, -T request timeout, -o output file name.

Single exploitation example:

python .\TamronOS-IPTV_RCE.py -u http://ip:8083 --attack

image-20210802105514044

From this POC onwards, all subsequent POCs use this approach, integrating batch verification, single verification, and single exploitation for convenience. Previously written ones will not be modified for now. Refer to the following for usage.

--- End of 2021-08-02 Update

👉POC

Uses multi-threading to batch scan target URLs for vulnerability detection and output results.

Parameters:

All POC scripts use the same method.

root@kitploit:~
ShowDocFileUpload_POC.py [-h] [-u URL] [-f FILE] [-t THREAD] [-T TIMEOUT] [-o OUTPUT]

optional arguments:
  -u URL, --url URL              Target URL, single verification
  -f FILE, --file FILE           Target URL file, one per line, batch verification
  -t THREAD, --thread THREAD     Number of threads, default 32
  -T TIMEOUT, --Timeout TIMEOUT  Request timeout, default 3 seconds
  -o OUTPUT, --output OUTPUT     Output all vulnerable URLs, default filename is current time

Demo:

In the URL file, one target per line, can be directly exported from fofa, with or without prefix:

image-20210522173004432

Use the -f parameter to specify the target file, then batch scanning begins, extremely fast!

image-20210522173315316

Early scripts did not have the -u parameter, so only files could be specified. Later scripts can specify -u for single verification.

👉EXP

The basic parameters of EXP are only -u URL target and -T timeout request timeout. The remaining parameters depend on the vulnerability. It is best to use -h to check usage before using EXP.

Taking the ShowDoc arbitrary file upload vulnerability as an example, after specifying the target with -u, you can start exploitation.

image-20210522173626666

!!! Statement

This project is used for personal POC records. The POCs included are only for legally authorized security building activities. Please ensure that you have obtained legal permission when using the POCs in this project. If you engage in any illegal behavior while using this project, you shall bear the corresponding consequences. I shall not assume any legal or joint responsibility.

By using this project, you agree to the above statement.

!!! The statement

This item is used for personal POC records, and the POC included is only for legally authorized safety construction activities. Please make sure that you have obtained legal permission when using this item POC. If you have any illegal behavior in the process of using this item, you shall bear the corresponding consequences, and I shall not assume any legal and joint liability.

By using this item, you agree to the above statement.

Download Tool