Skip to content

DevAlexPro/ddos-protection-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDoS Checker

Website Python Stars

Scan and verify your server's DDoS protection configuration. Identify weaknesses before attackers do. For active protection testing, use MrStresser.com.


🛡️ What It Checks

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

🚀 Quick Start

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

Example Output

╔══════════════════════════════════════════════╗
║   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

📊 Protection Score

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

🔗 Links

ddos protection checker | ddos mitigation test | cloudflare checker | server protection test | anti-ddos checker | ddos vulnerability scanner | mrstresser | mrstresser.com

About

Scan and analyze your server DDoS protection setup - detects Cloudflare Akamai AWS CDN, checks TLS config, HTTP security headers, rate limiting and bot protection. Outputs 0-100 protection score. Test with real attacks at mrstresser.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages