From b3f06dfdfe9b7dbc66d3f9fa627ccaab7d7c7327 Mon Sep 17 00:00:00 2001 From: Markus Zoppelt Date: Mon, 13 Jul 2020 13:37:02 +0200 Subject: [PATCH] added AFL and AFL++ fuzzers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a54504..28fad37 100644 --- a/README.md +++ b/README.md @@ -1232,6 +1232,8 @@ CyberTalks - talks, interviews, and article about cybersecurity.
  :small_orange_diamond: pentestpackage - is a package of Pentest scripts.
  :small_orange_diamond: python-pentest-tools - python tools for penetration testers.
  :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
+  :small_orange_diamond: AFL - is a free software fuzzer maintained by Google that employs genetic algorithms in order to efficiently increase code coverage of the test cases.
+  :small_orange_diamond: AFL++ - is AFL with community patches, AFLfast power schedules, qemu 3.1 upgrades and laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode, Redqueen and more.
  :small_orange_diamond: syzkaller - is an unsupervised, coverage-guided kernel fuzzer.
  :small_orange_diamond: pwndbg - exploit development and reverse engineering with GDB made easy.
  :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.