Share
## https://sploitus.com/exploit?id=E5A23F1F-8928-5A8C-8C79-4279F247FA03
# ๐Ÿ›ก๏ธ POC Vulnerability Verification Toolset

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)

**Author**: weichao (WeiChao)  
---  
## โš ๏ธ Disclaimer

> **This tool is intended only for authorized security testing, vulnerability verification, and educational research purposes.**  
> Using this tool to scan or attack target systems without authorization is illegal. The user must bear all legal responsibilities. ---  
## ๐Ÿ“– Project Overview

This project includes POC scripts for verifying vulnerabilities in common web application systems. It supports single-target and batch detection. ### Installation Requirements

```bash
pip install -r requirements.txt
```