From 8919eea2c0e0205784bc13f6963df7d21006a366 Mon Sep 17 00:00:00 2001 From: denizilhan <37452760+denizilhan@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:47:41 +0300 Subject: [PATCH] Adding a new tool I added a new IAST tool called CakeFuzzer to the security section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..bf76882 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications. * [Zap](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications. +* [CakeFuzzer](https://github.com/Zigrin-Security/CakeFuzzer) - The ultimate web application security testing tool for CakePHP-based web applications. ### Passwords *Libraries and tools for working with and storing passwords.*