Island: fix a bug in lm_hash_processor.py

This commit is contained in:
vakarisz 2022-02-21 17:23:28 +02:00
parent 600753b53c
commit 80bf561820
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ from monkey_island.cc.services.config import ConfigService
def process_lm_hash(lm_hash: dict):
ConfigService.creds_add_ntlm_hash(lm_hash["lm_hash"])
ConfigService.creds_add_lm_hash(lm_hash["lm_hash"])