daniel_sagi c8c8cd9ebd Fixed failed tries to scan unimplemented services
Added an empty url to dashboard hunter
Added chrome binary to automatically be install
2018-04-23 20:06:20 +03:00
2018-03-26 17:25:30 +03:00
2018-03-26 17:25:30 +03:00
2018-03-26 17:25:30 +03:00
2018-03-26 17:25:30 +03:00
2018-03-26 17:25:30 +03:00

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
Hunt for security weaknesses in Kubernetes clusters
Readme Apache-2.0 3.1 MiB
Languages
Python 99.2%
Makefile 0.5%
Dockerfile 0.3%