epsylon / ufonet

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

No module named 'Crypto' #260

Closed dimablox closed 4 years ago

dimablox commented 4 years ago

Traceback (most recent call last): File "ufonet", line 16, in app.run() File "/home/db/ufonet/core/main.py", line 1201, in run self.create_web_interface() File "/home/db/ufonet/core/main.py", line 2759, in create_web_interface from .webgui import ClientThread File "/home/db/ufonet/core/webgui.py", line 21, in from core.tools.crypter import Cipher File "/home/db/ufonet/core/tools/crypter.py", line 23, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

please help..

dimablox commented 4 years ago

this is what i get when i type ufonet --gui

epsylon commented 4 years ago

sudo apt-get install python3-crypto

vkg-07 commented 2 years ago

no work. --> "sudo apt-get install python3-crypto"

epsylon commented 2 years ago

dupe: https://github.com/epsylon/ufonet/issues/417

@Vikingo-07 -> https://github.com/epsylon/ufonet/issues/417#issuecomment-1240483016

try this:

sudo pip3 uninstall crypto
sudo pip3 uninstall pycrypto

sudo pip3 install pycrypto
vkg-07 commented 2 years ago

I am do that, no work

justsalahdev commented 7 months ago

is esay use this pip3 uninstall crypto pip3 uninstall pycrypto pip3 install pycryptodome