Tag: bug bounty exercise

  • Cross-Site Scripting (XSS) – The Bug Bounty Guide

    Cross-Site Scripting (XSS) – The Bug Bounty Guide

    XSS stands for Cross-Site Scripting, which is one of the attacks type on the Websites. In this article, I will be using https://xss-game.appspot.com to demonstrate how you can check for XSS bugs in different input parameters. They provide a wonderful platform where you can perform exercises on how XSS works. Level – 1: The first…