From 9e2cccc945fb4aec0b4ec28c08b74726f76bcada Mon Sep 17 00:00:00 2001 From: Boik Date: Mon, 24 Apr 2017 10:25:09 +0800 Subject: [PATCH] add 'Evasions of Authentication' section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5989120..dbfc1a4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt - [CSP](#evasions-csp) - [WAF](#evasions-waf) - [JSMVC](#evasions-jsmvc) + - [Authentication](#evasions-authentication) - [Tricks](#tricks) - [Remote Code Execution](#tricks-rce) - [XSS](#tricks-xss) @@ -122,6 +123,11 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt * [JavaScript MVC and Templating Frameworks](http://www.slideshare.net/x00mario/jsmvcomfg-to-sternly-look-at-javascript-mvc-and-templating-frameworks) - Written by [Mario Heiderich](http://www.slideshare.net/x00mario). + +### Authentication + +* [Trend Micro Threat Discovery Appliance - Session Generation Authentication Bypass (CVE-2016-8584)](http://blog.malerisch.net/2017/04/trend-micro-threat-discovery-appliance-session-generation-authentication-bypass-cve-2016-8584.html) - Written by [@malerisch](https://twitter.com/malerisch) and [@steventseeley](https://twitter.com/steventseeley). + ## Tricks