Common: Reword ExploitationOptionsConfiguration docstring

Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
Shreya Malviya 2022-07-27 18:05:20 +05:30 committed by GitHub
parent ba1115cf79
commit 339b3a2232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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, ...]