Merge pull request #28 from fkromer/patch-1

add cloud fuzzer
This commit is contained in:
Mohammed A Imran 2018-03-16 08:53:48 +08:00 committed by GitHub
commit a4729c9662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) + [Conference talks and tutorials](#conference-talks-and-tutorials)
- [Tutorials and Blogs](#tutorials-and-blogs) - [Tutorials and Blogs](#tutorials-and-blogs)
- [Tools](#tools) - [Tools](#tools)
+ [Cloud Fuzzers](#cloud-fuzzers)
+ [File Format Fuzzers](#file-format-fuzzers) + [File Format Fuzzers](#file-format-fuzzers)
+ [Network Protocol Fuzzers](#network-protocol-fuzzers) + [Network Protocol Fuzzers](#network-protocol-fuzzers)
+ [Taint Analysis](#taint-analysis) + [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* *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 ### File Format Fuzzers