Interactive Security Simulations

Jump directly into any security simulation module below.

Interactive Attack Simulator

SQL Injection (SQLi) vs Parameterized Queries

OWASP Top 10 A03
Constructed Database Query:
SELECT * FROM users WHERE username = '' OR '1'='1';
Execution Output:
Enter input and click 'Execute Query'

SOP Visualizer

Visualize how browsers block cross-origin reads.

Launch Simulation

CORS Preflight

Simulate OPTIONS requests and server headers.

Launch Simulation

XSS Attack Flow

See how reflected scripts execute in the browser.

Launch Simulation

CSRF Scenario

Watch how cookies are auto-attached to forged requests.

Launch Simulation

CSP Builder

Construct a security policy and test it against resources.

Launch Simulation