Agent: Add typehint in zerologon that mypy complained about

This commit is contained in:
Shreya Malviya 2022-10-06 16:28:39 +05:30 committed by Ilija Lazoroski
parent 0e2f80ded6
commit fe178841d0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ZerologonExploiter(HostExploiter):
T1098_ATTACK_TECHNIQUE_TAG,
T1210_ATTACK_TECHNIQUE_TAG,
)
_PROPAGATION_TAGS = tuple()
_PROPAGATION_TAGS: Tuple[str, ...] = tuple()
MAX_ATTEMPTS = 2000 # For 2000, expected average number of attempts needed: 256.
ERROR_CODE_ACCESS_DENIED = 0xC0000022