Island: fix a bug in lm_hash_processor.py
This commit is contained in:
parent
600753b53c
commit
80bf561820
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue