You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: