Delete lsassy dump after process
Thanks to [Laxa](https://github.com/Laxa) message to me noticing this.main
parent
8151e4d506
commit
0776ce5aee
|
@ -9,6 +9,7 @@ from lsassy import logger
|
|||
from lsassy.dumper import Dumper
|
||||
from lsassy.parser import Parser
|
||||
from lsassy.session import Session
|
||||
from lsassy.impacketfile import ImpacketFile
|
||||
|
||||
|
||||
class CMEModule:
|
||||
|
@ -62,6 +63,7 @@ class CMEModule:
|
|||
|
||||
credentials, tickets = Parser(file).parse()
|
||||
file.close()
|
||||
ImpacketFile.delete(session, file.get_file_path())
|
||||
if credentials is None:
|
||||
credentials = []
|
||||
credentials = [cred.get_object() for cred in credentials if not cred.get_username().endswith("$")]
|
||||
|
|
Loading…
Reference in New Issue