XSS for beginners…

Kamesh Karmegam
The Startup
Published in
7 min readJun 2, 2020

--

Cross-site scripting is a classic well-known type of attack that is possible because some software applications take user input in an insecure way. This happens via search fields, survey forms, cookies, and online web forms.

Types → Reflected XSS, Stored XSS, and DOM XSS.

  1. Reflected XSS → This attack occurs when a malicious script is reflected in the website’s results.

--

--