Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo apt-get install git
  4. cd /tmp/
  5. git clone https://github.com/darkoperator/MSF-Installer.git
  6. cd MSF-Installer
  7. sudo ./msf_install.sh -i
  8. source ~/.bashrc
  9. sudo chmod 0666 /usr/local/share/metasploit-framework/log/production.log
  10.  
  11. mkdir ~/tools/ && cd ~/tools/
  12. git clone https://github.com/Veil-Framework/Veil-Evasion.git
  13. cd Veil-Evasion/setup/
  14. ./setup.sh
  15. cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement