Advertisement
anhkiet2507

Install Metasploit framework on ubuntu

Nov 10th, 2017
34,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sudo apt-get install curl -y
  2. curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > install
  3. sudo chmod a+x install
  4. sudo ./install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement