Etelis / Fortuna-FUD-Crypter

A Ransomware Builder and Crypter target Windows operating system --- Fully Undetectable as of data 27.02.22
26 stars 1 forks source link

ModuleNotFoundError: No module named 'Cryptodome' #1

Closed karllnz closed 2 years ago

karllnz commented 2 years ago

it cannot find Cryptodome, and it doesn't seem to be on pip either.

error:

[---] ShellCode was successfully created!
[---] Encrypting Shellcode with AES Encryption
Traceback (most recent call last):
  File "/home/austin/Documents/Fortuna-FUD-Crypter-main/AES.py", line 4, in <module>
    from Cryptodome import Random
ModuleNotFoundError: No module named 'Cryptodome'

[---] Error occurred trying to encrypt shellcode

Pip:

pip install Cryptodome
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement Cryptodome (from versions: none)
ERROR: No matching distribution found for Cryptodome
Etelis commented 2 years ago

Hey, First of all let me thank you for finding interest in my project.

just a reminder this project is still in development and will have more updates and manuals coming soon.

pip install pycryptodome

try this and let me know if it worked out for you!

karllnz commented 2 years ago

hey

I forgot I had to run as sudo (my bad for not reading the docs haha)

thanks