Reflected XSS on Skullcandy(Indian Domain)
An example of a reflected XSS attack
To successfully carry out a reflected XSS attack, the following conditions should occur:
- The victim must be willing to initiate some action such as clicking a link, performing a search or some other application-specific function.
- The victim must be logged into the vulnerable application at the time of clicking the malicious link.
Sometimes the attacker is lucky and these conditions do occur. While this is a common vulnerability, it often also requires social engineering to be successful.
<script>alert(1)< /script > |