From 3b0354086f01e82a8cb5237e13b3f6da2adffc78 Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 16 Jan 2019 13:27:56 +0100 Subject: [PATCH] added 'syzkaller' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e41e187..d8c3c8e 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: ctf-tools - some setup scripts for security research tools.
  :small_orange_diamond: security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
  :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
+  :small_orange_diamond: syzkaller - is an unsupervised, coverage-guided kernel fuzzer.
  :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.
  :small_orange_diamond: IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
  :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.