Merge pull request #68 from Moshe-Immerman/master

new secret stores. thx @Moshe-Immerman
This commit is contained in:
sbilly 2017-07-24 10:21:39 +08:00 committed by GitHub
commit 9649380718

View File

@ -217,6 +217,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [ModSecurity](http://www.modsecurity.org/) - ModSecurity is a toolkit for real-time web application monitoring, logging, and access control.
- [NAXSI](https://github.com/nbs-system/naxsi) - NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX, NAXSI means Nginx Anti Xss & Sql Injection.
- [sql_firewall](https://github.com/uptimejp/sql_firewall) SQL Firewall Extension for PostgreSQL
- [ironbee](https://github.com/ironbee/ironbee) - IronBee is an open source project to build a universal web application security sensor. IronBee as a framework for developing a system for securing web applications - a framework for building a web application firewall (WAF).
### Scanning / Pentesting
@ -261,9 +262,13 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
## Datastores
- [blackbox](https://github.com/StackExchange/blackbox) Safely store secrets in a VCS repo using GPG
- [dotgpg](https://github.com/ConradIrwin/dotgpg) A tool for backing up and versioning your production secrets or shared passwords securely and easily.
- [redoctober](https://github.com/cloudflare/redoctober) Server for two-man rule style file encryption and decryption.
- [Safe](https://github.com/starkandwayne/safe) - A Vault CLI that makes reading from and writing to the Vault easier to do.
- [Sops](https://github.com/mozilla/sops) - An editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS and PGP.
- [passbolt](https://www.passbolt.com/) - The password manager your team was waiting for. Free, open source, extensible, based on OpenPGP.
- [passpie](https://github.com/marcwebbie/passpie) Multiplatform command-line password manager
- [Vault](https://www.vaultproject.io/) - An encrypted datastore secure enough to hold environment and application secrets.
## Other Awesome Lists