Scan and verify your server's DDoS protection configuration. Identify weaknesses before attackers do. For active protection testing, use MrStresser.com.
| Check | What It Tests |
|---|---|
| 🌐 CDN Detection | Cloudflare, Akamai, Fastly, AWS, Sucuri |
| 🔒 TLS Config | Certificate, HSTS, TLS version support |
| 📦 Security Headers | CSP, HSTS, X-Frame, XSS protection |
| 🚦 Rate Limiting | Threshold detection |
| 🌍 Real IP Exposure | IP leak via DNS/MX records |
git clone https://github.com/mrstresser/ddos-protection-checker
cd ddos-protection-checker
pip install -r requirements.txt
# Scan your domain
python ddos_checker.py --domain yourdomain.com
# Full scan with JSON report
python ddos_checker.py --domain yourdomain.com --output report.json╔══════════════════════════════════════════════╗
║ DDoS Protection Checker — mrstresser.com ║
╚══════════════════════════════════════════════╝
🌐 Target: yourdomain.com | IP: 104.21.x.x
CDN / PROTECTION:
✅ Cloudflare detected
✅ Real IP hidden behind CDN
TLS:
✅ TLS 1.3 supported
✅ Certificate: Let's Encrypt
SECURITY HEADERS:
✅ Strict-Transport-Security: max-age=31536000
❌ Content-Security-Policy: Missing
✅ X-Frame-Options: DENY
RATE LIMITING:
✅ Detected at 100 requests/min
══════════════════════════════════════════════
PROTECTION SCORE: 78/100 (🟡 Good)
══════════════════════════════════════════════
💎 Test with real attacks: https://mrstresser.com
| Score | Rating | Meaning |
|---|---|---|
| 90-100 | 🟢 Excellent | Enterprise-grade |
| 70-89 | 🟡 Good | Most attacks mitigated |
| 50-69 | 🟠 Fair | Vulnerable to advanced attacks |
| 0-49 | 🔴 Poor | High risk |
- 🌐 MrStresser.com — Test protection with real attacks
- 📖 API Docs — REST API
ddos protection checker | ddos mitigation test | cloudflare checker | server protection test | anti-ddos checker | ddos vulnerability scanner | mrstresser | mrstresser.com