mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
fixed debug logging output
This commit is contained in:
parent
0eda0eab12
commit
156222d775
3 changed files with 9 additions and 5 deletions
|
@ -168,7 +168,7 @@ class FilePwn(Plugin):
|
|||
logging.info("ZipFile size: %s KB" % (len(aZipFile) / 1024))
|
||||
|
||||
if len(aZipFile) > int(self.userConfig['ZIP']['maxSize']):
|
||||
logging.info("ZipFIle maxSize met %s", len(aZipFile))
|
||||
logging.info("ZipFIle maxSize met %s" % len(aZipFile))
|
||||
return aZipFile
|
||||
|
||||
tmpRan = ''.join(random.choice(string.ascii_lowercase + string.digits + string.ascii_uppercase) for _ in range(8))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue