From f3739f489a3e23270281625b648385b0384bc9f5 Mon Sep 17 00:00:00 2001 From: Gal Weizman Date: Tue, 3 Nov 2020 16:36:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d5e072b..4776f98 100644 --- a/README.md +++ b/README.md @@ -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). + +### Javascript Anti Debugging + +- [Awesome list of javascript anti debugging introduction and techniques](https://github.com/weizman/awesome-javascript-anti-debugging#intro) + ## Evasions