mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
fixed #108
This commit is contained in:
parent
b6b40aba2c
commit
b0fa2e010d
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class FilePwn(Plugin):
|
|||
if self.bytes_have_format(data, 'zip'):
|
||||
mitmf_logger.info("[FilePwn] {} Detected supported zip file type!".format(client_ip))
|
||||
|
||||
process = multiprocessing.Process(name='zip', target=self.zip, args=(data,))
|
||||
process = multiprocessing.Process(name='zip', target=self.zip_files, args=(data,))
|
||||
process.daemon = True
|
||||
process.start()
|
||||
#process.join()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue