Add section for Fuzzing.

This commit is contained in:
Meitar M 2019-03-01 11:49:52 -05:00
parent 7ccc4f3646
commit 1f3c0bd208
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -10,6 +10,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [Automation](#automation)
- [DevSecOps](#devsecops)
- [Fuzzing](#Fuzzing)
- [Honeypots](#honeypots)
- [Host-based tools](#host-based-tools)
- [Incident Response tools](#incident-response-tools)
@ -49,6 +50,10 @@ See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops).
- [git-crypt](https://www.agwa.name/projects/git-crypt/) - Transparent file encryption in git; files which you choose to protect are encrypted when committed, and decrypted when checked out.
- [SonarQube](https://sonarqube.org) - Continuous inspection tool that provides detailed reports during automated testing and alerts on newly introduced security vulnerabilities.
### Fuzzing
See [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing).
## Honeypots
See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).