mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#2847] update find dom xss
This commit is contained in:
parent
32628dd460
commit
fd9c38127a
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ Database
|
|||
|
||||
This kind of XSS is probably the **hardest to find**, as you need to look inside the JS code, see if it's **using **any object whose **value you control**, and in that case, see if there is **any way to abuse** it to execute arbitrary JS.
|
||||
|
||||
## Tools to find them
|
||||
|
||||
* [https://github.com/mozilla/eslint-plugin-no-unsanitized](https://github.com/mozilla/eslint-plugin-no-unsanitized)
|
||||
|
||||
## Examples
|
||||
|
||||
### Open Redirect
|
||||
|
|
Loading…
Reference in a new issue