From 0e10cbdb94fc72f98a275180e1233677a2289d23 Mon Sep 17 00:00:00 2001 From: maride Date: Thu, 22 Apr 2021 17:52:00 +0200 Subject: [PATCH] Add Features section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4ee8d6..5b97b97 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Transfer AFL files over a mesh to fuzz across multiple servers +## Features + +- Using DEFLATE compression format (see [RFC 1951](https://www.ietf.org/rfc/rfc1951.html)) +- Automatically syncs the main fuzzer to secondary nodes, and all secondary fuzzers back to the main node +- Usable on UNIXoid (Linux, OSX) systems and Windows + ## Usage You need to specify your AFL output directory with `--fuzzer-directory`, and your peers with `--peers`.