Armitage Setup
Armitage is a scriptable red team collaboration tool for Metasploit that visualizes targets, recommends exploits, and exposes the advanced post- exploitation features in the framework. It is pre-installed on kali or intsll using the methods below
using the apt install method
sudo apt install armitage
starting up msfdb server
sudo systemctl start postgresql
sudo msfdb init
startup armitage
sudo armitage
click yes to setup everything
Armitage up and running
Doing a quick scan using nmap
Using an eternalblue exploit for the target
drag and drop exploit on target. it will run exploit automatically for you
Successfully exploit MS17-010