From e3a9a3170d13036efddb63a664ef2dcd50b4dc3e Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Fri, 10 Aug 2018 09:10:42 +0300 Subject: [PATCH] Document --list option --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5094b8d..d4edbf8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ The main difference between normal and active hunting is that a normal hunt will By default, Kube Hunter does not do active hunting. To active hunt a cluster, use the `--active` flag. Example: `./kube-hunter.py --remote some.domain.com --active` +### List of tests +You can see the list of tests with the `--list` option: Example: +`./kube-hunter.py --list` + +To see active hunting tests as well as passive: +`./kube-hunter.py --list --active` + ### Output To control logging, you can specify a log level, using the `--log` option. Example: `./kube-hunter.py --active --log WARNING`