xme / mime2vt

Unpack MIME attachments from a file and check them against virustotal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid syntax and invalid token

plittlefield opened this issue · comments

python mime2vt.py --help
File "mime2vt.py", line 296
if !dbMD5Exists(md5):
^
SyntaxError: invalid syntax

and

$ python3 mime2vt.py --help
File "mime2vt.py", line 199
os.chmod(path, 0775)
^
SyntaxError: invalid token