Answers

Question and Answer:

  Home  Cryptography Teacher

⟩ Explain me what are the two types of XSS?

Cross site scripting has two types of attacks: reflected and stored. A stored XSS hack allows the attacker to store malicious code within the database. The database content is served to the user from the database and can be used in private pages behind a secure login to gain access to site private data. The next is reflected, and this comes from the hacker sending the user a link that runs JS code within the pages directly from the querystring.

 131 views

More Questions for you: