root💀n16hth4wk-sec:~#

Hack Enumerate Harder!. Eat. Sleep. Repeat.

View on GitHub

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

image

startup armitage

sudo armitage

image

click yes to setup everything

Armitage up and running

image

Doing a quick scan using nmap

image

Using an eternalblue exploit for the target

image

drag and drop exploit on target. it will run exploit automatically for you

Successfully exploit MS17-010

image

And that’s how to install and use armitage 😉 use it for educational purpose.