mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-11 11:47:15 +00:00
updated readme file tree
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user