Agent: Remove stale TODO in ZerologonExploiter

This commit is contained in:
Mike Salvatore 2022-03-29 13:02:26 -04:00
parent 9ded75d05d
commit 2ecfdcfe46
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ class ZerologonExploiter(HostExploiter):
# Use above extracted credentials to get original DC password's hashes. # Use above extracted credentials to get original DC password's hashes.
logger.debug("Getting original DC password's NT hash.") logger.debug("Getting original DC password's NT hash.")
original_pwd_nthash = None original_pwd_nthash = None
# TODO: start timer
for user_details in user_creds: for user_details in user_creds:
username = user_details[0] username = user_details[0]
user_pwd_hashes = [ user_pwd_hashes = [