mirror of
https://github.com/sbilly/awesome-security
synced 2024-11-22 03:13:09 +00:00
Merge pull request #162 from SecTheTech/master
Add trivy and axiom + adjust blank lines, thx @SecTheTech
This commit is contained in:
commit
ed4677c63a
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -150,18 +150,20 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
|
|||
- [netmap](http://info.iet.unipi.it/~luigi/netmap/) - netmap is a framework for high speed packet I/O. Together with its companion VALE software switch, it is implemented as a single kernel module and available for FreeBSD, Linux and now also Windows.
|
||||
|
||||
### Firewall
|
||||
|
||||
- [pfSense](https://www.pfsense.org/) - Firewall and Router FreeBSD distribution.
|
||||
- [OPNsense](https://opnsense.org/) - is an open source, easy-to-use and easy-to-build FreeBSD based firewall and routing platform. OPNsense includes most of the features available in expensive commercial firewalls, and more in many cases. It brings the rich feature set of commercial offerings with the benefits of open and verifiable sources.
|
||||
- [fwknop](https://www.cipherdyne.org/fwknop/) - Protects ports via Single Packet Authorization in your firewall.
|
||||
|
||||
### Anti-Spam
|
||||
|
||||
- [Spam Scanner](https://github.com/spamscanner) - Anti-Spam Scanning Service and Anti-Spam API by [@niftylettuce](https://github.com/niftylettuce).
|
||||
- [rspamd](https://github.com/rspamd/rspamd) - Fast, free and open-source spam filtering system.
|
||||
- [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique.
|
||||
- [Scammer-List](https://scammerlist.now.sh/) - A free open source AI based Scam and Spam Finder with a free API
|
||||
|
||||
|
||||
### Docker Images for Penetration Testing & Security
|
||||
|
||||
- `docker pull kalilinux/kali-linux-docker` [official Kali Linux](https://hub.docker.com/r/kalilinux/kali-linux-docker/)
|
||||
- `docker pull owasp/zap2docker-stable` - [official OWASP ZAP](https://github.com/zaproxy/zaproxy)
|
||||
- `docker pull wpscanteam/wpscan` - [official WPScan](https://hub.docker.com/r/wpscanteam/wpscan/)
|
||||
|
@ -299,18 +301,15 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
|
|||
|
||||
- [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) - A list of useful payloads and bypass for Web Application Security and Pentest/CTF
|
||||
|
||||
|
||||
|
||||
## Red Team Infrastructure Deployment
|
||||
|
||||
- [Redcloud](https://github.com/khast3x/Redcloud) - A automated Red Team Infrastructure deployement using Docker.
|
||||
|
||||
- [Axiom](https://github.com/pry0cc/axiom) -Axiom is a dynamic infrastructure framework to efficiently work with multi-cloud environments, build and deploy repeatable infrastructure focussed on offensive and defensive security.
|
||||
|
||||
## Usability
|
||||
|
||||
- [Usable Security Course](https://pt.coursera.org/learn/usable-security) - Usable Security course at coursera. Quite good for those looking for how security and usability intersects.
|
||||
|
||||
|
||||
## Big Data
|
||||
|
||||
- [data_hacking](https://github.com/ClickSecurity/data_hacking) - Examples of using IPython, Pandas, and Scikit Learn to get the most out of your security data.
|
||||
|
@ -326,6 +325,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
|
|||
- [Securing DevOps](https://manning.com/books/securing-devops) - A book on Security techniques for DevOps that reviews state of the art practices used in securing web applications and their infrastructure.
|
||||
- [ansible-os-hardening](https://github.com/dev-sec/ansible-os-hardening) - Ansible role for OS hardening
|
||||
- [bunkerized-nginx](https://github.com/bunkerity/bunkerized-nginx) - nginx Docker image secure by default
|
||||
- [Trivy](https://github.com/aquasecurity/trivy) - A simple and comprehensive vulnerability scanner for containers and other artifacts, suitable for CI.
|
||||
|
||||
## Operating Systems
|
||||
|
||||
|
@ -400,7 +400,6 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
|
|||
- [Awesome Anti Forensics](https://github.com/remiflavien1/awesome-anti-forensic) - A collection of awesome tools used to counter forensics activities.
|
||||
- [Awesome Security Talks & Videos](https://github.com/PaulSec/awesome-sec-talks) - A curated list of awesome security talks, organized by year and then conference.
|
||||
|
||||
|
||||
### Other Common Awesome Lists
|
||||
|
||||
Other amazingly awesome lists:
|
||||
|
|
Loading…
Reference in a new issue