Posts

Showing posts from September, 2020

Types of XSS attack

Types of XSS  1. Stored cross site scripting  Stored the payload at website and reflect it whenever victim visit the website. 2. Reflected cross site scripting Its value is reflected immediately while we upload the payload.  3. DOM based: Its client based attack performed on client side browser. for fetching the data stored at browser.