Agent: Remove stale TODO in ZerologonExploiter
This commit is contained in:
parent
9ded75d05d
commit
2ecfdcfe46
|
@ -170,7 +170,6 @@ class ZerologonExploiter(HostExploiter):
|
|||
# Use above extracted credentials to get original DC password's hashes.
|
||||
logger.debug("Getting original DC password's NT hash.")
|
||||
original_pwd_nthash = None
|
||||
# TODO: start timer
|
||||
for user_details in user_creds:
|
||||
username = user_details[0]
|
||||
user_pwd_hashes = [
|
||||
|
|
Loading…
Reference in New Issue