From 9468d4ca531cf7ec51ad886809f0f9d98ce44491 Mon Sep 17 00:00:00 2001 From: Mohammed A Imran Date: Sun, 29 Jul 2018 07:55:37 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aded1af..65f929a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to Awesome Fuzzing [![Awesome](https://cdn.rawgit.com/sindresorhus/aweso A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis. -### Table of Contents +### Contents - [Books](#books) - [Courses](#courses) + [Free](#free) From 2471a291396bd660b440a8469dfa6bd5be7a3b41 Mon Sep 17 00:00:00 2001 From: Mohammed A Imran Date: Sun, 29 Jul 2018 07:59:03 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f929a..627e674 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Creating custom peach fuzzer publishers](http://blog.opensecurityresearch.com/2014/01/creating-custom-peach-fuzzer-publishers.html) - by Open Security Research -[7 Things to Consider Before Fuzzing a Large Open Source Project](https://www.linuxfoundation.org/blog/7-things-to-consider-before-fuzzing-a-large-open-source-project/) - by Emily Ratliff. +[7 Things to Consider Before Fuzzing a Large Open Source Project](https://www.linuxfoundation.org/blog/2016/02/7-things-to-consider-before-fuzzing-a-large-open-source-project/) - by Emily Ratliff. ##### From Fuzzing to Exploit: From 004b6bd752a22adc7dd6a62fe2bbd9570369f057 Mon Sep 17 00:00:00 2001 From: Mohammed A Imran Date: Sun, 29 Jul 2018 08:03:45 +0800 Subject: [PATCH 3/3] Remove travis badge As per guidelines https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 627e674..572fd31 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ Welcome to Awesome Fuzzing [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) =================== -[![Build Status](https://travis-ci.org/secfigo/Awesome-Fuzzing.svg?branch=master)](https://travis-ci.org/secfigo/Awesome-Fuzzing) - A curated list of fuzzing resources ( Books, courses - free and paid, videos, tools, tutorials and vulnerable applications to practice on ) for learning Fuzzing and initial phases of Exploit Development like root cause analysis. ### Contents