XSS cheat sheet
Before we start what is XSS? let's come to basic !! hmm what is cookie , don't say something like eating stuff.
COOKIE:
A cookie is the variable that
web-browsers use to store your login credentials. Without a cookie, you
cannot "stay logged in" on websites.
CROSS SITE SCRIPTING:
Cross-Site Scripting is the process of injecting JavaScript (mainly) and also HTML into a webpage.
SOME POINTS ON XSS :
@ -XSS attacks almost always focus upon sites which use cookies for storing our username and password.tRAdiTIOnAL Type$: type0 , type1, type2
@-XSS is used to harm the website (may be defacing ).



