From 46e7d97f06490701b3684c2c28b88c8e9ae50126 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:05:30 +0200 Subject: [PATCH 1/6] Remove iniscan Not maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 11b6458..19b8842 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium). * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter. -* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security. * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method. * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them. * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library. From 6310a60ae03cd9e1fefced73a7759bf33fe96571 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:12:07 +0200 Subject: [PATCH 2/6] Remove PHP SSH Not maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 19b8842..aabea8e 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method. * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them. * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library. -* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object-orientated SSH wrapper library. * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library. * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. From 0293bd6cd87c80ec6e46c634c1eb4b1d32254038 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:19:56 +0200 Subject: [PATCH 3/6] Remove RandomLib Not maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aabea8e..e9cbd57 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library. * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library. * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` -* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check". * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. From 764b7f2d7bcfe73e1d2d867e0a1f7638b303eba0 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:27:10 +0200 Subject: [PATCH 4/6] Remove TCrypto Not maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e9cbd57..71e7dd3 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check". * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. -* [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://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications. From 03d03f9756bde02d7cd2b31c2c318907fbb72bb9 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:33:19 +0200 Subject: [PATCH 5/6] Remove VAddy Doesn't seem to be alive. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71e7dd3..84979ef 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check". * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. -* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications. * [Zap](https://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications. ### Passwords From 3209d3854185a1f28da4589983893573265b8463 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Sun, 3 Mar 2024 20:52:49 +0200 Subject: [PATCH 6/6] Change url for owasp zap project and add a link to owasp itself --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84979ef..ad1646c 100644 --- a/README.md +++ b/README.md @@ -358,13 +358,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium). * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter. * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method. +* [OWASP](https://owasp.org/) - Explore the world of cyber security. * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them. * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library. * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library. * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check". * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. -* [Zap](https://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications. +* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications. ### Passwords *Libraries and tools for working with and storing passwords.*