How to install metasploit in Android vShell (virtual shell)

How to install metasploit in Android vShell (virtual shell)


what is PostgreSQL

PostgreSQL, also known as Postgres, is a free, open source relational database management system that emphasizes extensibility and SQL compliance. It was originally called POSTGRES, in reference to its origins as a successor to the Ingres database developed at the University of California, Berkeley.


what is metasploit project

The Metasploit project is a computer security project that provides information about security vulnerabilities and assists in penetration testing and IDS signature development. It is owned by Rapid7, a security company based in Boston, Massachusetts.

 
depends

  •     ruby-irb ruby-ri rubygems
  •     subversion
  •     ruby-dev libpcap-devel
  •     postgresql postgresql-dev

testing if ruby-pg is working sudo gem install pg # you can't use the distro ruby-postgres rpm as a replacement

Installation


wget http://downloads.metasploit.com/data/releases/framework-latest.tar.bz2
tar -jxf framework-latest.tar.bz2
sudo mkdir -p /opt/metasploit6
sudo cp -a msf/ /opt/metasploit6/msf
sudo chown root:root -R /opt/metasploit6/msf
sudo ln -sf /opt/metasploit4/msf/msf* /usr/local/bin/

Post a Comment

Previous Post Next Post