From d826fb11051a2be6b1f6ea867819a272aedf139a Mon Sep 17 00:00:00 2001 From: fabacab Date: Sat, 6 Feb 2021 08:10:14 -0500 Subject: [PATCH] Add kube-hunter, a Kubernetes pentesting utility. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40302cb..c3e8ed9 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools). ## Network Vulnerability Scanners * [celerystalk](https://github.com/sethsec/celerystalk) - Asynchronous enumeration and vulnerability scanner that "runs all the tools on all the hosts" in a configurable manner. +* [kube-hunter](https://kube-hunter.aquasec.com/) - Open-source tool that runs a set of tests ("hunters") for security issues in Kubernetes clusters from either outside ("attacker's view") or inside a cluster. * [Nessus](https://www.tenable.com/products/nessus-vulnerability-scanner) - Commercial vulnerability management, configuration, and compliance assessment platform, sold by Tenable. * [Netsparker Application Security Scanner](https://www.netsparker.com/pricing/) - Application security scanner to automatically find security flaws. * [Nexpose](https://www.rapid7.com/products/nexpose/) - Commercial vulnerability and risk management assessment engine that integrates with Metasploit, sold by Rapid7.