Browse Source

Merge pull request #1269 from ziadoz/alexkart-patch-2

Change url for owasp zap project and add a link to owasp itself
pull/1270/head
Alexander Kartavenko 1 year ago
parent
commit
a55c5bbc85
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

358
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
358
 * [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
359
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
359
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
360
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
360
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
361
+* [OWASP](https://owasp.org/) - Explore the world of cyber security.
361
 * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
362
 * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
362
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
363
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
363
 * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
364
 * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
364
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
365
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
365
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
366
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
366
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
367
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
367
-* [Zap](https://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications.
368
+* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
368
 
369
 
369
 ### Passwords
370
 ### Passwords
370
 *Libraries and tools for working with and storing passwords.*
371
 *Libraries and tools for working with and storing passwords.*

Loading…
Cancel
Save