├── CNAME ├── README.md ├── dom-xss.js ├── index.html ├── intro.png ├── main.js ├── payloads.js └── style.css /CNAME: -------------------------------------------------------------------------------- 1 | tinyxss.terjanq.me -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tiny-XSS-Payloads 2 | A collection of short XSS payloads that can be used in different contexts. 3 | 4 | The DEMO available here: 5 | 6 | 7 | ## Current Payloads 8 | 9 | ```html 10 | 12 | 13 | ``` 14 | 15 | ```html 16 | 17 | 18 | ``` 19 | 20 | ```html 21 | 22 | 23 | ``` 24 | 25 | ```html 26 | 27 | 28 | ``` 29 | 30 | ```html 31 | 32 | 33 | ``` 34 | 35 | ```html 36 | 37 | 43 | ``` 44 | 45 | ```html 46 | 47 | 48 | ``` 49 | 50 | ```html 51 | 52 |