Add Egalito to new app/binary hardening subsection.

This commit is contained in:
Meitar M 2020-02-18 15:18:53 -05:00
parent c39ee1e97d
commit e0aca7e7aa
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -12,6 +12,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [Cloud platform security](#cloud-platform-security)
- [Communications security (COMSEC)](#communications-security-comsec)
- [DevSecOps](#devsecops)
- [Application or Binary Hardening](#application-or-binary-hardening)
- [Fuzzing](#Fuzzing)
- [Honeypots](#honeypots)
- [Tarpits](#tarpits)
@ -74,6 +75,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.
### Application or Binary Hardening
- [Egalito](https://egalito.org/) - Binary recompiler and instrumentation framework that can fully disassemble, transform, and regenerate ordinary Linux binaries designed for binary hardening and security research.
### Fuzzing
See [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing).
@ -149,7 +154,7 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools).
- [Bro](https://www.bro.org/) - Powerful network analysis framework focused on security monitoring.
- [ChopShop](https://github.com/MITRECND/chopshop) - Framework to aid analysts in the creation and execution of pynids-based decoders and detectors of APT tradecraft.
- [Maltrail](https://github.com/stamparm/maltrail) - Malicious network traffic detection system.
- [Moloch](https://github.com/aol/moloch) - Augments your current security infrastructure to store and index network traffic in standard PCAP format, providing fast, indexed access.
- [Moloch](https://github.com/aol/moloch) - Augments your current security infrastructure to store and index network traffic in standard PCAP format, providing fast, indexed access.
- [OwlH](https://www.owlh.net/) - Helps manage network IDS at scale by visualizing Suricata, Zeek, and Moloch life cycles.
- [Respounder](https://github.com/codeexpress/respounder) - Detects the presence of the Responder LLMNR/NBT-NS/MDNS poisoner on a network.
- [Snort](https://snort.org/) - Widely-deployed, Free Software IPS capable of real-time packet analysis, traffic logging, and custom rule-based triggers.