Veil-Framework / Veil

Veil 3.1.X (Check version info in Veil at runtime)
GNU General Public License v3.0
3.99k stars 885 forks source link

ModuleNotFoundError: No module named 'Crypto' in veilvframework #461

Open ghost opened 2 years ago

ghost commented 2 years ago

Traceback (most recent call last): File "/home/asd/download1/Veil/./Veil.py", line 98, in the_conductor = orchestra.Conductor(args) File "/home/asd/download1/Veil/lib/common/orchestra.py", line 29, in init self.load_tools(cli_stuff) File "/home/asd/download1/Veil/lib/common/orchestra.py", line 75, in load_tools self.imported_tools[name] = module.Tools( File "tools/evasion/tool.py", line 39, in init self.load_payloads(cli_options) File "tools/evasion/tool.py", line 248, in load_payloads module = helpers.load_module(name) File "/home/asd/download1/Veil/lib/common/helpers.py", line 172, in load_module spec.loader.exec_module(module) File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "tools/evasion/payloads/auxiliary/pyinstaller_wrapper.py", line 9, in from tools.evasion.evasion_common import encryption File "/home/asd/download1/Veil/tools/evasion/evasion_common/encryption.py", line 8, in from Crypto.Cipher import ARC4 ModuleNotFoundError: No module named 'Crypto'

please tell how to solve it Thank You

SYC-00 commented 2 years ago

there is a simple commad you have to type;;

pip install pycrypto

and done everything will be fine.