From b33d79ab61c2268b0880182237b1f755cfb10d83 Mon Sep 17 00:00:00 2001 From: thinwybk Date: Thu, 15 Mar 2018 18:57:47 +0100 Subject: [PATCH] add cloud fuzzer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ca79777..d729944 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to + [Conference talks and tutorials](#conference-talks-and-tutorials) - [Tutorials and Blogs](#tutorials-and-blogs) - [Tools](#tools) + + [Cloud Fuzzers](#cloud-fuzzers) + [File Format Fuzzers](#file-format-fuzzers) + [Network Protocol Fuzzers](#network-protocol-fuzzers) + [Taint Analysis](#taint-analysis) @@ -199,6 +200,11 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio *Tools which helps in fuzzing applications* +### Cloud Fuzzers + +*Fuzzers which help fuzzing in cloud environments.* + +[Cloudfuzzer](https://github.com/ouspg/cloudfuzzer) - Cloud fuzzing framework which makes it possible to easily run automated fuzz-testing in cloud environments. ### File Format Fuzzers