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 |