diff --git a/README.md b/README.md index 729ae36..fca0af9 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt - [CSP](#evasion-csp) - [JSMVC](#evasion-jsmvc) - [Trick](#trick) + - [Remote Code Execution](#trick-rce) - [XSS](#trick-xss) - [SQL Injection](#trick-sql-injection) - [SSRF](#trick-ssrf) @@ -82,6 +83,11 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt ## Trick + +### Remote Code Execution + +* [Exploiting Node.js deserialization bug for Remote Code Execution](https://opsecx.com/index.php/2017/02/08/exploiting-node-js-deserialization-bug-for-remote-code-execution/), written by [OpSecX](https://opsecx.com/index.php/author/ajinabraham/). + ### XSS