please help just installed Veil and tryring to run Veil.py each time this comesup "import tool as ordnance_import ModuleNotFoundError: No module named 'tool'"
Veil version
OS Used - all info (architecture, linux flavor, etc)
How did you install Veil? (Apt, Clone from Github, etc.)
Did you run the setup script?
Pastebin link to error you are encountering (include console actions you took prior to error)
Expected behavior
Any additional info you want to tell me
Version Veil 3.1.X
Os Win 10
How did you install Veil? (Apt, Clone from Github, etc.) Yes
after runing config. then try to run Veil.py
runing Veil.py saying :Traceback (most recent call last):
File "/var/Veil/./Veil.py", line 98, in
Please help
Bahasa Indonesia Please
I had this issue and I solved it by changing the following line 29 of the file shellcode_help.py and replacing it with full path of the directory: sys.path.insert(0, settings.VEIL_PATH +'/tools/ordnance') sys.path.insert(0, '/home/kali/Veil/tools/ordnance')