Merge pull request #98 from equation-group/patch-3

changed quotes to support mimikatz -x
This commit is contained in:
batsec 2021-08-13 10:03:45 +01:00 committed by GitHub
commit 8c1945b653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ def generate(file, args, params, parse=True):
# build the command line args if we need to
if args.param:
cmdline += f" -p \'{params}\'"
cmdline += f" -p \"{params}\""
if args.cls:
cmdline += f" -c {args.cls}"
if args.method: