From ff0ed2e3a7b102c5d742a5a7a4fe57aa9177d722 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Sat, 28 Jul 2018 09:37:09 +0000 Subject: [PATCH] Add: Timeless Debugging of Complex Software: Root Cause Analysis of a Non-Deterministic JavaScriptCore Bug --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bd5b833..9eb1fef 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ My curated list of awesome links, resources and tools ### Exploitation - [Guest Diary (Etay Nir) Kernel Hooking Basics](https://isc.sans.edu/forums/diary/Guest+Diary+Etay+Nir+Kernel+Hooking+Basics/23155/) +- [Timeless Debugging of Complex Software: Root Cause Analysis of a Non-Deterministic JavaScriptCore Bug](http://blog.ret2.io/2018/06/19/pwn2own-2018-root-cause-analysis/) #### Exploitation: Hardware-related Attacks @@ -728,10 +729,6 @@ _return-to-libc techniques_ - [Advanced CORS Exploitation Techniques](https://www.sxcurity.pro/advanced-cors-techniques/) - [Exploiting CORS misconfigurations for Bitcoins and bounties](https://portswigger.net/blog/exploiting-cors-misconfigurations-for-bitcoins-and-bounties) -#### Web Application Security: DNS Rebinding - -- [Attacking Private Networks from the Internet with DNS Rebinding](https://medium.com/@brannondorsey/attacking-private-networks-from-the-internet-with-dns-rebinding-ea7098a2d325) - #### Web Application Security: Technique: Cross-site Request Forgery - [What is CSRF , Preventions? And How to bypass the CSRF protection via XSS?](https://medium.com/@agrawalsmart7/what-is-csrf-how-to-bypass-the-csrf-protection-via-xss-55695f5789d7)