ViperMonkey
ViperMonkey copied to clipboard
Python3 version
Is your feature request related to a problem? Please describe. Yes it's problem related. All the time have this python3 vs python2 issue, even when I start vipermonkey as python2. I didn't found any solution to force to use python2. Yes I started it as: python2 vmonkey.py /media/sf_D_DRIVE/!PANEL/mime_infalted.dat
Python 2.7.18 (default, Apr 20 2020, 20:30:41) [GCC 9.3.0] on linux2<<<
Just to see the error:
ERROR Reading in file as Excel with xlrd failed. Can't find workbook in OLE2 compound document
Traceback (most recent call last):
File "/root/Downloads/ViperMonkey/vipermonkey/export_all_excel_sheets.py", line 9, in
(And installing psutil to python3 will not help, because then you need to install: uno, unotools, base, .. and at the end will not work. )
ERROR Reading in file as Excel with xlrd failed. Can't find workbook in OLE2 compound document
Traceback (most recent call last):
File "/root/Downloads/ViperMonkey/vipermonkey/export_all_excel_sheets.py", line 15, in
Indeed with the latest version 1.0.2, the main vmonkey script runs as python2, but it calls python3 to run other scripts. It will be easier when the whole package is converted to python 3. cc @kirk-sayre-work
https://github.com/kirk-sayre-work/ViperMonkey/tree/python3_port