Update README.md

This commit is contained in:
Gal Weizman 2020-11-03 16:36:24 +02:00 committed by GitHub
parent 37d1ea643d
commit f3739f489a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [Deserialization](#deserialization)
- [OAuth](#oauth)
- [JWT](#jwt)
- [Javascript Anti Debugging](#javascript-anti-debugging)
- [Evasions](#evasions)
- [XXE](#evasions-xxe)
- [CSP](#evasions-csp)
@ -360,6 +361,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [Hardcoded secrets, unverified tokens, and other common JWT mistakes](https://r2c.dev/blog/2020/hardcoded-secrets-unverified-tokens-and-other-common-jwt-mistakes/) - Written by [@ermil0v](https://twitter.com/ermil0v).
<a name="javascript-anti-debugging"></a>
### Javascript Anti Debugging
- [Awesome list of javascript anti debugging introduction and techniques](https://github.com/weizman/awesome-javascript-anti-debugging#intro)
## Evasions
<a name="evasions-xxe"></a>