epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.2k stars 612 forks source link

ImportError: No module named Crypto.Cipher #387

Closed MiddleMan12 closed 2 years ago

MiddleMan12 commented 2 years ago

I have all requested packages installed and when i try to use ./ufonet im getting this error

Traceback (most recent call last): File "./ufonet", line 10, in from core.main import UFONet File "/home/alex/ufonet/core/main.py", line 14, in from Crypto.Cipher import AES ImportError: No module named Crypto.Cipher

MiddleMan12 commented 2 years ago

The problem was i wasn't using python3 (ex. python3 ufonet )

KentoBento123 commented 2 years ago

The problem was i wasn't using python3 (ex. python3 ufonet )

I dont think that was the problem as I am currently using sudo python3 unfonet but its still not workin