I have been notified that they are problems installing Veil Framework (AV bypass) in Kali using the apt-get install command. From the creator’s website it looks like the recommended install is to now clone Veil from the Github repository and then run the included setup routine.
Instructions can be found at the Veil Framework updates page, but I will include a tutorial here.
For advanced users:
$ git clone https://github.com/Veil-Framework/Veil-Evasion.git
$ cd Veil-Evasion/setup/
$ ./setup.sh
Then just follow through the install, taking the defaults.
Step-by-Step Guide
From a Kali terminal prompt type, “git clone https://github.com/Veil-Framework/Veil-Evasion.git. This will clone Veil into the “Veil-Evasion” directory. When done change to the “Veil-Evasion/setup” directory and run “./setup.sh”:
Type, “Y” when prompted to continue with install, then sit back and relax, as the next part can take a while.
At the Python setup screen just click, “Next”:
At the Select Destination Directory screen, leave the default destination and click “Next”, then click “Yes” when prompted to overwrite existing Python files:
Continue through Python install leaving default settings, click “Finish” when done.
The install then begins the pywin32 setup.
At the main pywin32 setup screen, press “Next” to continue:
Leave default values on the Python directory location screen and click “next”, then “next” again, and “finish” to complete install.
The install then begins the pycrypto setup.
At the main pycrypto setup screen, press “Next” to continue:
Again leave the Python information that is populated by default and click “Next”, “next” again and then “Finish” when done.
Setup will then complete. And that is it; we are now ready to run Veil!
Running Veil Evasion
From the Veil-Evasion directory, run “./Veil-Evasion.py”, and you will see the main Veil Screen:
And there you go, you are now all set to use Veil Evasion on Kali Linux!
(** Note: My book, Basic Security Testing with Kali Linux which includes a tutorial on using Veil Evasion, is in the process of being updated to reflect the install tutorial changes.)
When installing I have error importing pip and when i did apt-get install python-pip , it says unable to locate package python pip. What should I do?
Actually haven’t seen that error before. Was you Kali Linux up to date before running the Veil install?
Hey! I have the same error, do you know what the problem could be?
Actually I haven’t run into that problem, but from doing some looking around it seems others have. I found one person who said that to fix it, he had to re-install Veil and Python-Pip. I hope that helps.
I had the same error as Harry and h4xorhead, the fix was to make sure the source.list was up to date. I ended up doin a fresh install and going to the Kali site for the latest sources. Worked like a charm. On a side note, you book was very helpfull in my CEH class.
Thanks Doc, and I am glad that you liked the book! Almost done with the follow up to it. 🙂
i also read your book. i am also waiting for your follow up book. you write well.
Thank you so much! New book should be done soon, I am hoping to have it out by the end of this month. 🙂
hi it says that wine 32 is missing what should i do
I haven’t seen that error before. Are you running 64 bit Kali? If so, maybe try 32 bit Kali?