From fd633084e292f69e4ed2ec58b26242f1bfb8258c Mon Sep 17 00:00:00 2001 From: cpuu Date: Mon, 10 Jun 2019 17:34:39 +0900 Subject: [PATCH] Add Fuzzing (#1494) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3e7f587b..8b2d3129 100755 --- a/readme.md +++ b/readme.md @@ -456,6 +456,7 @@ - [Web Security](https://github.com/qazbnm456/awesome-web-security#readme) - Security of web apps & services. - [Lockpicking](https://github.com/meitar/awesome-lockpicking#readme) - The art of unlocking a lock by manipulating its components without the key. - [Cybersecurity Blue Team](https://github.com/meitar/awesome-cybersecurity-blueteam#readme) - Groups of individuals who identify security flaws in information technology systems. +- [Fuzzing](https://github.com/cpuu/awesome-fuzzing#readme) - Automated software testing technique that involves feeding pseudo-randomly generated input data. ## Content Management Systems