forked from p34709852/monkey
Island: Fix mypy issues in cred_exploit.py
This commit is contained in:
parent
22b12080b6
commit
85dbda8ba9
|
@ -15,7 +15,7 @@ class ExploiterReportInfo:
|
||||||
ip_address: str
|
ip_address: str
|
||||||
type: str
|
type: str
|
||||||
username: Union[str, None] = None
|
username: Union[str, None] = None
|
||||||
credential_type: Union[CredentialType, None] = None
|
credential_type: Union[str, None] = None
|
||||||
ssh_key: Union[str, None] = None
|
ssh_key: Union[str, None] = None
|
||||||
password: Union[str, None] = None
|
password: Union[str, None] = None
|
||||||
port: Union[str, None] = None
|
port: Union[str, None] = None
|
||||||
|
|
Loading…
Reference in New Issue