浏览代码

Add additonal security libraries.

pull/1099/head
Jamie 5 年前
父节点
当前提交
25d145cf78
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

342
 * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
342
 * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
343
 
343
 
344
 ### Security
344
 ### Security
345
-*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
345
+*Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
346
 
346
 
347
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
347
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
348
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
348
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
349
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
349
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
350
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
350
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
351
+* [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializeable payloads along with a tool to generate them.
351
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
352
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
352
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
353
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
353
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
354
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
354
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
355
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
355
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
356
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
356
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
357
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
358
+* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. 
357
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
359
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
358
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
360
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
359
 * [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.
361
 * [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.

正在加载...
取消
保存