forked from p15670423/monkey
Agent: Add typehint in zerologon that mypy complained about
This commit is contained in:
parent
0e2f80ded6
commit
fe178841d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue