Skip to content

Instantly share code, notes, and snippets.

@Rhynorater
Last active May 18, 2020 04:23
Show Gist options
  • Save Rhynorater/d628f34e25e06ec37b0aa086b13781f5 to your computer and use it in GitHub Desktop.
Save Rhynorater/d628f34e25e06ec37b0aa086b13781f5 to your computer and use it in GitHub Desktop.
XSS Discovery Bookmarklet
javascript:(function()%7Bvar j %3D document.getElementsByTagName("input")%3Bif (document.location.href.indexOf("%3F")>-1)%7Bvar l %3D "%26"%3B%7Delse%7Bvar l %3D "%3F"%3B%7Dfor (i%3D0%3Bi<j.length%3Bi%2B%2B)%7Bl%2B%3Dj%5Bi%5D.getAttribute("name")%2B'%3D"><test1234>%26'%7Ddocument.location %3D document.location%2Bl%7D)()
@kick317
Copy link

kick317 commented Apr 18, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment