bannsec / stegoVeritas

Yet another Stego Tool
GNU General Public License v2.0
349 stars 38 forks source link

ModuleNotFoundError: No module named 'magic' #8

Closed kobie2008 closed 5 years ago

kobie2008 commented 5 years ago

After correcting 2 instances of /usr/bin/env python to /usr/bin/env python3 i still get this error below. OS: Kali 2018.3 rolling

./stegoveritas.py art.png

Type: Portable network graphics Mode: RGBA

Traceback (most recent call last): File "./stegoveritas.py", line 69, in import modules.image File "/opt/stegoVeritas/modules/image/init.py", line 1, in import modules.image.imageLSB File "/opt/stegoVeritas/modules/image/imageLSB.py", line 6, in import magic ModuleNotFoundError: No module named 'magic'

bannsec commented 5 years ago

Yeah, i haven't refactored this into a actual python library yet. Under dependencies I'm guessing you're missing:

pip3 install pfp python-magic
bannsec commented 5 years ago

Assuming this is resolved. New release will be a python package and not have this issue.