Skip to content

Commit

Permalink
Merge pull request #13 from ctxis/master
Browse files Browse the repository at this point in the history
 Fix syntax error is zip analysis package (thanks Sean Whalen)
  • Loading branch information
kevoreilly committed Apr 10, 2019
2 parents c609eec + 2333bb3 commit 2f96554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/modules/packages/zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Zip(Package):
("SystemRoot", "system32", "cmd.exe"),
("SystemRoot", "system32", "wscript.exe"),
("SystemRoot", "system32", "rundll32.exe"),
("SystemRoot", "sysnative", "WindowsPowerShell", "v1.0", "powershell.exe"
("SystemRoot", "sysnative", "WindowsPowerShell", "v1.0", "powershell.exe"),
("SystemRoot", "system32", "xpsrchvw.exe"),
]
def extract_zip(self, zip_path, extract_path, password, recursion_depth):
Expand Down

0 comments on commit 2f96554

Please sign in to comment.