updated readme file tree

This commit is contained in:
danielsagi
2018-07-24 17:24:57 +03:00
committed by daniel_sagi
parent a3aba4ba8b
commit 087857156b

View File

@@ -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*
*Note that you can specify the 'evidence' attribute without active hunting*