Veil-Framework / Veil

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

Veil Run Issue #483

Open meanmachine1234 opened 1 year ago

meanmachine1234 commented 1 year ago

Veil version

Latest

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

Kali

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

Github

Did you run the setup script?

Yes

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

Expected behavior

python3 Veil.py
Traceback (most recent call last): File "/root/Veil/Veil.py", line 98, in the_conductor = orchestra.Conductor(args) File "/root/Veil/lib/common/orchestra.py", line 29, in init self.load_tools(cli_stuff) File "/root/Veil/lib/common/orchestra.py", line 75, in load_tools self.imported_tools[name] = module.Tools( File "/root/Veil/tools/evasion/tool.py", line 39, in init self.load_payloads(cli_options) File "/root/Veil/tools/evasion/tool.py", line 248, in load_payloads module = helpers.load_module(name) File "/root/Veil/lib/common/helpers.py", line 172, in load_module spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/root/Veil/tools/evasion/payloads/auxiliary/pyinstaller_wrapper.py", line 9, in from tools.evasion.evasion_common import encryption File "/root/Veil/tools/evasion/evasion_common/encryption.py", line 8, in from Crypto.Cipher import ARC4 File "/usr/local/lib/python3.10/dist-packages/Crypto/Cipher/ARC4.py", line 119, in key_size = xrange(1,256+1) NameError: name 'xrange' is not defined. Did you mean: 'range'?

Any additional info you want to tell me