aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.71k stars 581 forks source link

missing --internal option #343

Closed Eremiel closed 4 years ago

Eremiel commented 4 years ago

What happened

When running kube-hunter from pod I am getting message: Kube Hunter couldn't find any clusters

found a solution to replace --pod arg with --internal https://github.com/aquasecurity/kube-hunter/issues/44 But this results in error: kube-hunter.py: error: unrecognized arguments: --internal

was this option abandoned?

Expected behavior

Kube hunter finds the cluster properly

iyehuda commented 4 years ago

Hi @Eremiel

The flag --internal was renamed to --interface 7 months ago by this commit Please refer to the README for information about scanning options.