Metasploit and Armitage

Metasploit is a popular and powerful penetration testing framework that provides a comprehensive suite of tools and resources.

Metasploit is available in Kali.

Armitage is a graphical user interface (GUI) that integrates with Metasploit, making it more accessible and user-friendly.

Install:

sudo apt install armitage

Start the Metasploit database by running the following command.

sudo msfdb init

Start Armitage with privileges

sudo armitage

You will be asked if you want Armitage to initialize the RPC server. The Metasploit RPC server is not mandatory, you can run it if you want Metasploit to interact with external applications, or you can leave it disabled.

Last updated