mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-10 19:26:49 +00:00
6acf1beec88cc286d9e4ad5c741d779a10a8abfc
Kube Hunter
Insecure Kubernetes clusters detection tool.
Installation
Run the following commands to clone and install pre-requisites:
git clone git@bitbucket.org:scalock/kube-hunter.git
cd kube-hunter
pip install -R requirements.txt
./kube-hunter -h
Current Features
The following action are currently supported:
Hunt
Supplied a host IP, the tool will search for open Kubernetes services,
listening to default ports.
For each service found, it will check if it is insecure and grants
capabilities.
./kube-hunter hunt 127.0.0.1
Scan
Supplied a subnet address (CIDR notation), the tool will scan for hosts with open Kubernetes services.
Supported Kubernetes Services
The tool currently supports the following services:
- Kubernetes Dashboard
Description
Languages
Python
99.2%
Makefile
0.5%
Dockerfile
0.3%