Cloudflare Security Demo

Experience enterprise-grade security features including WAF, API Shield, and Bot Management. Try attacking this site - Cloudflare will protect it!

Explore API Docs

Security Features to Demo

🛡️

WAF - SQL Injection

Try entering SQL injection payloads in the login form. The WAF will detect and block malicious queries.

Try Login Page
🔒

WAF - XSS Protection

Attempt cross-site scripting attacks in the search field. Watch Cloudflare block malicious scripts.

Try Search Page
📋

API Shield

Explore the API with Swagger UI. Try sending invalid requests to see schema validation in action.

Open API Docs
📊

Security Analytics

View all blocked attacks, traffic patterns, and security events in the Cloudflare dashboard.

Open Dashboard
🤖

Bot Management

Automated traffic is continuously generated to populate bot scores and attack analytics.

View Products
📝

POST Body Protection

Submit malicious payloads through the contact form to test custom WAF rules.

Try Contact Form
Demo Tip: Try these attack payloads to see the WAF in action:
SQL Injection: ' OR '1'='1' -- XSS: <script>alert('xss')</script> XSS: <svg on onContextMenu=alert(1337)>