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 PageWAF - XSS Protection
Attempt cross-site scripting attacks in the search field. Watch Cloudflare block malicious scripts.
Try Search PageAPI Shield
Explore the API with Swagger UI. Try sending invalid requests to see schema validation in action.
Open API DocsSecurity Analytics
View all blocked attacks, traffic patterns, and security events in the Cloudflare dashboard.
Open DashboardBot Management
Automated traffic is continuously generated to populate bot scores and attack analytics.
View ProductsPOST 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)>