Sunday, 12 January 2014

Installing Metasploit on Debian (or Ubuntu)














sudo su  

apt-get -y install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev libxslt-dev locate libreadline6-dev libcurl4-openssl-dev git-core libssl-dev libyaml-dev openssl autoconf libtool ncurses-dev bison curl wget postgresql postgresql-contrib libpq-dev libapr1 libaprutil1 libsvn1 libpcap-dev  

apt-get install git-core postgresql curl ruby1.9.3 nmap gem  
gem install wirble sqlite3 bundler  

cd /opt  
git clone https://github.com/rapid7/metasploit-framework.git  

cd metasploit-framework  
bundle install  

./msfconsole  


msfconsole tutorial: click

6 comments:

  1. do you recommend installing bundle as root or no?

    ReplyDelete
  2. can you install this on a debian squezze on android

    ReplyDelete
  3. "can you install this on a debian squezze on android"
    Yes, you can install it, but you need a QEMU emulator for android (i recommend limbo pc emulator) and a debian rom

    ReplyDelete
  4. You must add "sudo apt-get install ruby-dev"

    ReplyDelete
  5. I do not know how to install Bundle :/

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...