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.