-
Notifications
You must be signed in to change notification settings - Fork 888
cant start Veil #195
Comments
Once #189 is merged, I suggest re-trying. |
"I suggest re-trying" - its means - remove Veil dir and make the installation from the very beginning? |
You said:
So re-trying for you would be:
|
Same Problem here. |
@n1ghty93 Until #189 is merged in, either:
|
So ill need to purge veil, clone the git? or isnt it in there, too? |
Best just to wait. |
I would but i cant i need it for work :D |
I reinstall Veil using this commands but the error the same: [I] If you have any errors running Veil-Evasion, delete the Veil Wine profile ('rm -rf /root/.config/wine/veil') and re-run: '/usr/share/veil/setup/setup.sh -c' [I] Done! Traceback (most recent call last): |
Merged! |
I made apt --purge remove -y veil and got the same mistakes. questions: on which OS version 3.1.6 solved the problems described in this topic? |
The package in Kali is You need to use Options are:
|
I install using git clone - and its fix the issue, thank you very much! |
i am getting this error whenever i run veil can someone assist me. Traceback (most recent call last): |
And thats off-topic @dela-dee . Need todo a new issue |
for those of you who have that above error for veil then the solution is to manually install go by following the steps from https://tzusec.com/how-to-install-golang-in-kali-linux/ . Then after successfully installing it,locate where the veil.py , helpers.py and settings.py next go to settings.py dir and nano settings.py and then enter GOLANG_PATH = "path to the go lang" finally save all those 3 py files. maybe once again when you run veil it may show error and if it did enter the command /usr/share/veil/config/setup.sh --force --silent and after this setup it'll work once you run veil again. |
Traceback (most recent call last): I am getting this error whenever I try to run veil |
Veil version
dont now because cant start veil - see error below, but I think it should be latest - I tried install Veil yesterday.
OS Used - all info (architecture, linux flavor, etc)
Linux kali 4.14.0-kali3-amd64 #1 SMP Debian 4.14.12-2kali1 (2018-01-08) x86_64 GNU/Linux
How did you install Veil? (Apt, Clone from Github, etc.)
apt -y install veil
veil --setup
Did you run the setup script?
yes.
Pastebin link to error you are encountering (include console actions you took prior to error)
root@kali:/usr/share/veil# ./Veil.py
Traceback (most recent call last):
File "./Veil.py", line 95, in
the_conductor = orchestra.Conductor(args)
File "/usr/share/veil/lib/common/orchestra.py", line 23, in init
self.load_tools(cli_stuff)
File "/usr/share/veil/lib/common/orchestra.py", line 65, in load_tools
name.replace("/", ".").rstrip('.py'), name)
File "/usr/lib/python3.6/imp.py", line 172, in load_source
module = _load(spec)
File "", line 684, in _load
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "Tools/Evasion/Tool.py", line 16, in
from Tools.Evasion.evasion_common import shellcode_help
File "/usr/share/veil/Tools/Evasion/evasion_common/shellcode_help.py", line 30, in
import Tools.Ordnance.Tool as Ordnance_Import
AttributeError: module 'Tools.Ordnance' has no attribute 'Tool'
root@kali:/usr/share/veil#
Expected behavior
start veil
Any additional info you want to tell me
The text was updated successfully, but these errors were encountered: