update lsassy module to be OPSEC unsafe, as it writes temporary files to disk

main
Marshall Hallenbeck 2023-04-08 15:12:33 -04:00
parent 37cc981a2c
commit 9f1388971f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class CMEModule:
name = 'lsassy'
description = "Dump lsass and parse the result remotely with lsassy"
supported_protocols = ['smb']
opsec_safe = True
opsec_safe = False # writes temporary files, and it's possible for them to not be deleted
multiple_hosts = True
def __init__(self, context=None, module_options=None):