ytisf / theZoo

A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
https://thezoo.morirt.com
Other
11.32k stars 2.51k forks source link

[FIX] Error getting malware #215

Open dexter74 opened 9 months ago

dexter74 commented 9 months ago

Hello

For fix error [-] Error getting malware. just edit file thezoo.pyand replace pythonby python2.7 to first line

git clone https://www.github.com/ytisf/theZoo
cd theZoo;
pip install --user -r requirements.txt;

sed -i -e "s/env python/env python2.7/g" theZoo.py;
chmod +x prep_file.py;
chmod +x theZoo.py;

Marc J. (Drthrax74)

IanLabian commented 8 months ago

It works!

Just to add to this it only works if you explicity launch in with python 2.7 so;

sudo python2.7 theZoo.py