Veil-Framework / Veil

Veil 3.1.X (Check version info in Veil at runtime)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another damn installation issue

Rafaelko11 opened this issue · comments

Veil version

3.1.14

OS Used - all info (architecture, linux flavor, etc)

Kali Linux 2023.1
ARCH64

How did you install Veil? (Apt, Clone from Github, etc.)

Clone from Github
(Also tried apt but same error)

Did you run the setup script?

Yes at least 10 times it start to go on my nerves

Pastebin link to error you are encountering (include console actions you took prior to error)

I'll give you all the error :

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

Setup error
I'll put evrything on this pastbin link bc github don't let me more than 65000 characters :(

https://pastebin.com/piNY2XEb

(Yeah its very long ...)

Expected behavior

Any additional info you want to tell me

If you need more info just ask me !
I'll be very gratefull if you can just help me a little more :)
Have a good day !

pip install pycrypto

in the folder you downloaded, can you try this

Ekran Alıntısı