Penetration Testing With Kali Linux - Encrypt a Payload (Veil Evasion)
How To Install Veil-Evasion on Kali Linux 2.0 (Kali Sana):
Veil Evasion is a part of the Veil super project Veil-Framework which we recommend most users clone and install.
Veil-Evasion is a tool to generate Metasploit payload executables that bypass common antivirus solutions.
Disclaimer: This tutorial is for educational purposes only and we are NOT responsible in any way for how this information is used, use it at your own risk.
Veil-Evasion was designed to run on Kali Linux, but should function on any system capable of executing python scripts. Simply call Veil-Evasion from the command line, and follow the menu to generate a payload. Upon creating the payload, Veil-Evasion will ask if you would like the payload file to be converted into an executable by Pyinstaller or Py2Exe.
In our next Article we'll show you How To add veil Evasion to armitage and Bypass common Antivirus "With
How To Download Veil Evasion ?
To Download Veil Evasion Use The Follow Commands :
Install git :
sudo apt-get -y install git
Download Veil Evasion with git command :
git clone https://github.com/Veil-Framework/Veil-Evasion.git
Move Veil Evasion To /OPT folder : (Optional)
mv Veil-Evasion /opt
How To Install Veil Evasion ?
Go To Veil Evasion Folder :
cd /opt/Veil-Evasion/
Run The Setup Shell To install Veil:
bash setup/setup.sh -s
Watch the video tutorial for more explanation:
If you have encountered a problem or you have any questions or remarks please feel free to set a comment.
Source : Kali Linux Penetration Testing
Leave a Comment