Master web security through interactive examples and real-world vulnerabilities
Try these interactive examples right in your browser!
Try injecting malicious scripts into this search box:
Search results will appear here...
Simulate a banking transfer attack:
Transfer status will appear here...
Test CSP protection against script injection:
CSP test results will appear here...
script-src 'self'; style-src 'self' 'unsafe-inline';
Test input validation and sanitization:
Validation results will appear here...