GitBook: [master] one page modified

This commit is contained in:
CPol 2021-06-01 19:26:19 +00:00 committed by gitbook-bot
parent 789afb4226
commit c8d5002d7c
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -514,6 +514,11 @@ requests.post(TARGET_URL + '/vulnerable', json = {
requests.get(TARGET_URL)
```
## Client-side prototype pollution to XSS
* [https://portswigger.net/web-security/cross-site-scripting/cheat-sheet\#prototype-pollution](https://portswigger.net/web-security/cross-site-scripting/cheat-sheet#prototype-pollution)
* [https://github.com/BlackFan/client-side-prototype-pollution](https://github.com/BlackFan/client-side-prototype-pollution)
## What can I do to prevent?
* Freeze properties with Object.freeze \(Object.prototype\)