Common: Reword PropagationConfiguration docstring

This commit is contained in:
Shreya Malviya 2022-07-27 18:43:28 +05:30
parent afc2021470
commit 6da238fe1d
1 changed files with 3 additions and 1 deletions

View File

@ -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
"""