Share
## https://sploitus.com/exploit?id=46A26212-16A8-5DF2-BE6E-A714E43893C6
# POC Subscription Test Repository

> Used for testing the subscription management feature of [NucleiScanner Enhanced](https://github.com/xmoeo/nuclei-scanner-enhanced)

## Repository Structure

```
β”œβ”€β”€ cves/                    # CVE vulnerability templates (critical/high)
β”‚   β”œβ”€β”€ CVE-2025-test-poc1.yaml  # SQL injection – critical
β”‚   └── CVE-2025-test-poc2.yaml  # XSS – high
β”œβ”€β”€ vulnerabilities/          # Vulnerability templates (medium)
β”‚   └── CVE-2025-test-poc3.yaml  # Path traversal – medium
└── misconfig/               # Configuration issues templates (low)
    └── CVE-2025-test-poc4.yaml  # Information disclosure – low
```

## How to Use

In NucleiScanner Enhanced’s POC management β†’ Subscription Management, add this repository URL:

```
https://github.com/xmoeo/poc-subscription-test
```

## Template Description

| Template | Severity | Category | Description |
|--------|----------|----------|------------|
| CVE-2025-test-poc1 | critical | cves | SQL injection detection |
| CVE-2025-test-poc2 | high | cves | XSS detection |
| CVE-2025-test-poc3 | medium | vulnerabilities | Path traversal detection |
| CVE-2025-test-poc4 | low | misconfig | Information disclosure detection |