From f3739f489a3e23270281625b648385b0384bc9f5 Mon Sep 17 00:00:00 2001 From: Gal Weizman Date: Tue, 3 Nov 2020 16:36:24 +0200 Subject: [PATCH 1/2] 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 From 0924c38b64aa98defa700d6b925a0582a15ec9bd Mon Sep 17 00:00:00 2001 From: Gal Weizman Date: Tue, 3 Nov 2020 16:40:49 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4776f98..5fa7b20 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Javascript Anti Debugging -- [Awesome list of javascript anti debugging introduction and techniques](https://github.com/weizman/awesome-javascript-anti-debugging#intro) +- [Awesome list of javascript anti debugging introduction and techniques](https://github.com/weizman/awesome-javascript-anti-debugging#intro) - Written by [@weizman](https://twitter.com/WeizmanGal) ## Evasions @@ -582,6 +582,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre - [uxss-db](https://github.com/Metnew/uxss-db) - Collection of UXSS CVEs with PoCs by [@Metnew](https://github.com/Metnew). - [SPLOITUS](https://sploitus.com/) - Exploits & Tools Search Engine by [@i_bo0om](https://twitter.com/i_bo0om). - [Exploit Database](https://www.exploit-db.com/) - ultimate archive of Exploits, Shellcode, and Security Papers by [Offensive Security](https://www.offensive-security.com/). +- [Javascript Anti Debugging Techniques](https://github.com/weizman/awesome-javascript-anti-debugging) - awesome list of javascript anti debugging techniques PoCs by [Gal Weizman](https://weizman.github.io/) ## Cheetsheets