forked from p15670423/monkey
Agent: Ignore union-attr mypy error in Zerologon
This commit is contained in:
parent
e9254aedbd
commit
ef581ff912
|
@ -83,7 +83,7 @@ class ZerologonExploiter(HostExploiter):
|
|||
logger.debug("Attempting exploit.")
|
||||
_exploited = self._send_exploit_rpc_login_requests(rpc_con)
|
||||
|
||||
rpc_con.disconnect()
|
||||
rpc_con.disconnect() # type: ignore[union-attr]
|
||||
|
||||
else:
|
||||
logger.info(
|
||||
|
|
Loading…
Reference in New Issue