diff --git a/src/README.md b/src/README.md index 316e07f..fe78bd7 100644 --- a/src/README.md +++ b/src/README.md @@ -5,14 +5,17 @@ First, lets go through Kube Hunter's basic architecture. ### Directory Structure ~~~ kube-hunter/ - log/ + plugins/ + # your plugin src/ core/ modules/ discovery/ # your module hunting/ - # your module + # your module + report/ + # your module kube-hunter.py ~~~ ### Design Pattern @@ -176,4 +179,4 @@ If another Hunter subscribes to the events that this Hunter publishes, if can a ## Proving Vulnerabilities The process of proving vulnerabilities, is the base concept of the Active Hunting. To prove a vulnerability, create an `ActiveHunter` that is subscribed to the vulnerability, and inside of the `execute`, specify the `evidence` attribute of the event. -*Note that you can specify the 'evidence' attribute without active hunting* \ No newline at end of file +*Note that you can specify the 'evidence' attribute without active hunting*