Skip to content

Instantly share code, notes, and snippets.

@filipesam
Forked from HarmJ0y/ubuntu_veil_evasion_setup.sh
Created September 29, 2018 10:30
Show Gist options
  • Select an option

  • Save filipesam/96a1fc5032e6120d8513e1acd3f7a18c to your computer and use it in GitHub Desktop.

Select an option

Save filipesam/96a1fc5032e6120d8513e1acd3f7a18c to your computer and use it in GitHub Desktop.
This short script will install Metasploit as well as Veil-Evasion on Ubuntu
#!/bin/bash
sudo apt-get install git
cd /tmp/
git clone https://github.com/darkoperator/MSF-Installer.git
cd MSF-Installer
sudo ./msf_install.sh -i
source ~/.bashrc
sudo chmod 0666 /usr/local/share/metasploit-framework/log/production.log
mkdir ~/tools/ && cd ~/tools/
git clone https://github.com/Veil-Framework/Veil-Evasion.git
cd Veil-Evasion/setup/
./setup.sh
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment