forked from p15670423/monkey
Common: Reword PropagationConfiguration docstring
This commit is contained in:
parent
afc2021470
commit
6da238fe1d
|
@ -122,7 +122,9 @@ class PropagationConfiguration:
|
|||
A configuration for propagation
|
||||
|
||||
Attributes:
|
||||
:param maximum_depth: Maximum number of hops to take from the Island server
|
||||
:param maximum_depth: Maximum number of hops allowed to spread from the machine where
|
||||
the attack started i.e. how far to propagate in the network from the
|
||||
first machine
|
||||
:param network_scan: Configuration for network scanning
|
||||
:param exploitation: Configuration for exploitation
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue