SeleniumLab

Course3 · Professional QA engineering → Security Testing Basics

3 · Professional QA engineering

OWASP-minded checks for web apps

18 min · Module 19

Think in risks: injection, XSS, CSRF, sensitive data exposure, misconfig. For HelpDesk, try script tags in subject/description and see encoding; ensure CSRF on state-changing POSTs.

Never attack systems without authorization—this Lab is your safe range.

Example / notes

# Manual/API idea: POST subject "<script>alert(1)</script>"
# UI should show encoded text, not execute script

Practice in Lab: /lab/app/tickets/new/

Log in to track progress / take quizzes
← Auth, sessions, and authorization
Modules in this track