浏览代码

Add additonal security libraries.

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

+ 3
- 1
README.md 查看文件

@@ -342,18 +342,20 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
342 342
 * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
343 343
 
344 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 347
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
348 348
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
349 349
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
350 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 352
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
352 353
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
353 354
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
354 355
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
355 356
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
356 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 359
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
358 360
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
359 361
 * [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.

正在加载...
取消
保存