#215·theZoo

[FIX] Error getting malware

Author: dexter74Created Feb 19, 2024Updated Jul 5, 2026

Hello

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

bash
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)