Tags: dusmana/kube-hunter
Tags
Make gateway discovery always run when running as pod aquasecurity#471
changed exception logs to debug logs in kubernetes_client nodes disco… …very (aquasecurity#470)
K8s autodiscovery (aquasecurity#453) * Add a new dependency on Kubernetes package * Add and store a new flag about automatic nodes discovery from a pod * Implement the listing of nodes * Add tests to cover the k8s node listing * Fix the k8s listing test to ensure the load incluster function is actually called * Add more help to the k8s node discovery flags, and cross-reference them. * Add a note on the Kubernetes auto-discovery in the main README file * Move the kubernetes discovery from conf to modules/discovery * When running with --pods, run the Kubernetes auto discovery * Also mention that the auto discovery is always on when using --pod Co-authored-by: Mikolaj Pawlikowski <mpawlikowsk1@bloomberg.net>
Bugfix - Aws metadata api discovery (aquasecurity#455) * fixed aws metadata bug * added new black reformatting
Bug Fix: False Negative On AKS Hunting (aquasecurity#420) * removed false negative in AzureSpnHunter when /run is disabled * changed to use direct imported class * fixed multiple bugs in azure spn hunting, and improved efficency * fixed bug in cloud identification. TODO: remove the outsourcing for cloud provider * removed unused config variable * fixed tests to use already parsed pods as the given previous event has changed
Fixed false positive on test_run_handler (aquasecurity#411) * fixed wrong check on test run handler * changed method of testing to be using 404 with real post method
PreviousNext