⚠️ INTENTIONALLY VULNERABLE - FOR TESTING ONLY ⚠️

☠️ AIvirsa Vulnerable Test Lab

Test your vulnerability scanner here. Each section contains specific vulnerability types.

🐛 1. SQL Injection (Login)

Try: admin' OR '1'='1 or ' OR 1=1--

🐛 2. Reflected XSS

Try: <script>alert('XSS')</script>

🐛 3. Command Injection

Try: ; whoami or | cat /etc/passwd

🐛 4. Local File Inclusion (LFI)

Try: ../../../etc/passwd or ../../../etc/hosts

🐛 5. Open Redirect

Try: https://evil.com or //evil.com

🐛 6. Server-Side Request Forgery (SSRF)

Try: http://169.254.169.254/latest/meta-data/ or http://localhost:22

🐛 7. Stored XSS (Comments)

Try: <img src=x onerror=alert('Stored XSS')>

🐛 8. IDOR (Insecure Direct Object Reference)

Try changing user_id parameter


← Back to AIvirsa Home

This page is intentionally vulnerable for security testing purposes.