Skip to main content Link Search Menu Expand Document (external link) Copy Copied

Example XSS Attack

A website - having 2 fields

You know what to do ;)

images/4-1.png

After Intercepting, we get a POST request as:

images/4-2.png

  • Insert <script>alert("Succ3ssful XSS")</script> in the email parameter
  • Then press Ctrl + U to make it in URL format

images/4-3.png

EZ

images/4-4.png