forked from p15670423/monkey
Common: Reword ExploitationOptionsConfiguration docstring
Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
parent
ba1115cf79
commit
339b3a2232
|
@ -110,7 +110,7 @@ class ExploitationOptionsConfiguration:
|
|||
A configuration for exploitation options
|
||||
|
||||
Attributes:
|
||||
:param http_ports: HTTP ports to scan
|
||||
:param http_ports: HTTP ports to exploit
|
||||
"""
|
||||
|
||||
http_ports: Tuple[int, ...]
|
||||
|
|
Loading…
Reference in New Issue