dCyberWorld · Active Security Testing

POC SCANNER &
THREAT ANALYTICS

Test your assets against known vulnerability POCs, explore the vulnerability API, catalog attack patterns, and view comprehensive threat statistics by sector, country, and OS.

⚠ For authorized testing only. Only scan systems you own or have explicit permission to test.
Demo mode active — simulation results shown when API is unavailable. Configure api-proxy.php with your key for live AI analysis.
Asset POC Vulnerability Scanner
Quick POC Filter
All CVEs RCE SQLi XSS Privilege Escalation Auth Bypass DoS Info Disclosure
Recent POC Tests
No scans yet. Enter a target above to begin.
dCyberWorld Vulnerability REST API
v1.0 · LIVE

Base URL: https://yourdomain.com/vuln-api.php  ·  Authentication: X-API-Key: your_key

GET/vuln-api.php?action=list
Returns all vulnerabilities in the database. Supports filtering, sorting, and pagination.
severitystringFilter by: critical, high, medium, low
vendorstringFilter by vendor name (partial match)
yearintegerFilter by CVE year e.g. 2025
kevbooleantrue = CISA Known Exploited only
typestringrce, sqli, xss, lpe, bypass, dos, disclosure
limitintegerMax results (default 20, max 100)
offsetintegerPagination offset
sortstringcvss_desc, cvss_asc, date_desc, date_asc
GET/vuln-api.php?action=get&id=CVE-XXXX-XXXXX
Returns full details for a single CVE including CVSS vector, patch info, tags, and references.
idstringCVE identifier (required)
GET/vuln-api.php?action=search&q=query
Full-text search across CVE IDs, titles, descriptions, vendors, and tags.
qstringSearch query (required)
fieldsstringComma-separated: id,title,vendor,tags (default all)
GET/vuln-api.php?action=stats
Returns aggregate statistics: counts by severity, vendor, year, and attack type.
POST/vuln-api.php?action=analyze
Submit a CVE ID or vulnerability description and receive an AI-powered analysis with remediation steps.
cve_idstringCVE ID to analyze
descriptionstringOptional context description
Live API Tester
// Response will appear here...
Filter