Server Status Dashboard
⚠️ DEMO WARNING
This server is INTENTIONALLY VULNERABLE for WDDMAS demonstration.
WDDMAS Port Scanner will detect all exposed services and vulnerabilities.
🔍 Running Services (Exposed Ports)
| Port | Service | Status | Vulnerability |
|---|---|---|---|
| 21 | FTP Server | 🟢 Running | Anonymous login enabled |
| 23 | Telnet Server | 🟢 Running | Unencrypted communication |
| 2222 | SSH Server | 🟢 Running | Old version (OpenSSH 5.3) |
| 3306 | MySQL Database | 🟢 Running | Exposed to network, weak root password |
| 5002 | Web Application (Flask) | 🟢 Running | Debug mode enabled |
| 6379 | Redis Cache | 🟢 Running | No authentication required |
| 27017 | MongoDB Database | 🟢 Running | No authentication required |
🎯 What WDDMAS Will Detect:
- ✅ 7 open ports detected
- ✅ FTP (21) - Anonymous access vulnerability
- ✅ Telnet (23) - Unencrypted protocol
- ✅ SSH (2222) - Outdated version with known CVEs
- ✅ MySQL (3306) - Database exposed to network
- ✅ Redis (6379) - No authentication configured
- ✅ MongoDB (27017) - No authentication configured
- ✅ HTTP (5002) - Debug mode enabled
📊 API Endpoints:
- GET /api/services - List all running services
- GET /api/ports - List all open ports
- GET /api/vulnerabilities - List all vulnerabilities