Add new section, "DevSecOps."

This commit is contained in:
Meitar M 2018-08-21 14:32:59 -04:00
parent 20e813bcc1
commit 3532da05b4
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
# Contents
- [Automation](#automation)
- [DevSecOps](#devsecops)
- [Honeypots](#honeypots)
- [Host-based tools](#host-based-tools)
- [Incident Response tools](#incident-response-tools)
@ -32,6 +33,13 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [Autosnort](https://github.com/da667/Autosnort) - Series of bash shell scripts designed to install a fully functional, fully updated stand-alone snort sensor with an IDS event review console of your choice, on a variety of Linux distributions.
- [Posh-VirusTotal](https://github.com/darkoperator/Posh-VirusTotal) - PowerShell interface to VirusTotal.com APIs.
# DevSecOps
See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops).
- [Git Secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing passwords and other sensitive information to a git repository.
- [Vault](https://www.vaultproject.io/) - Tool for securely accessing secrets such as API keys, passwords, or certificates through a unified interface.
# Honeypots
See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).