summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrobertswiecki <robert@swiecki.net>2018-01-18 22:20:32 +0100
committerGitHub <noreply@github.com>2018-01-18 22:20:32 +0100
commitad091d9460e7db96ed2049ad8ac6fdd512925616 (patch)
tree0303e9c3ad6947835689de068fcf52288ae93803 /README.md
parent3cfe1fafde8a6632627d985f0288f73a2501f687 (diff)
downloadhonggfuzz-ad091d9460e7db96ed2049ad8ac6fdd512925616.tar.gz
Image in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e107c0d..0ad53949 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with inte
* [Can fuzz remote/standalone long-lasting processes](https://github.com/google/honggfuzz/blob/master/docs/AttachingToPid.md) (e.g. network servers like __Apache's httpd__ and __ISC's bind__), though the [persistent fuzzing mode](https://github.com/google/honggfuzz/blob/master/docs/PersistentFuzzing.md) is suggested instead: as it's faster and multiple instances of a service can be fuzzed at once in this mode
* It comes with the __[examples](https://github.com/google/honggfuzz/tree/master/examples) directory__, consisting of real world fuzz setups for widely-used software (e.g. Apache and OpenSSL)
+<p align="center">
+ <img src="https://raw.githubusercontent.com/google/honggfuzz/master/screenshot-honggfuzz-1.png" width="75%" height="75%">
+</p>
+
**Code**
* Latest stable version: [1.3](https://github.com/google/honggfuzz/releases), but using the __master__ branch is highly encouraged
@@ -29,6 +33,7 @@ A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with inte
* **Darwin/OS X** - Xcode 10.8+
* if **Clang/LLVM** is used to compile honggfuzz - link it with the BlocksRuntime Library (libblocksruntime-dev)
+
**Trophies**
Honggfuzz has been used to find a few interesting security problems in major software packages; An incomplete list: