Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 758 Bytes

File metadata and controls

49 lines (25 loc) · 758 Bytes

Scanning K8s Cluster - Kubehunter

Step 1:
  • Navigate to the Kube-Hunter directory that has kubehunter.py file.
cd /root/container_training/Kubernetes/Kube-Hunter
Step 2:
  • To get a list of arguments available, run
./kube-hunter.py --help
Step 3:
  • To get list of all passive and active scans, run the following command
./kube-hunter.py --active --list
Step 4:
  • Start a passive scan with kube-hunter on the server
* Note: Server IP can be fetched by running serverip on the provisioned server.
serverip

./kube-hunter.py
Step 5:
  • Select option 1 to run a scan on the kubernetes instance deployed on the server and enter the Server IP