install Metasploit on Linux Advance hacking tool
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
Its best-known sub-project is the open source Metasploit Framework, a tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive and related research.
The Metasploit Project is well known for its anti-forensic and evasion tools, some of which are built into the Metasploit Framework.
Metasploit is most World's Most Used Penetration Testing Tool
Open terminal in Linux and type.
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \
./msfinstall
And Hit Enter. It will download all the
packages of metasploit framework and install it as well no manual
installation work here. Isn’t that cool?! lol.Now when it will complete installation it will ask you to run metasploit console. So type sudo msfconsole in your terminal and hit enter.
Then type your sudo (root user) password and hit enter again.