A simple tutorial explaining how to install armitage and integrate with metasploit, learn how to optimize the configuration and automate your tasks.

Server

Agents

Payloads

Listeners

Beacons

Setting Up Armitage

git clone https://gitlab.com/kalilinux/packages/armitage.git && cd armitage
bash package.sh
cd ./release/unix/ && ls -la
systemctl start postgresql && systemctl status postgresql
sudo msfdb reinit
vi /etc/postgresql/14/main/pg_hba.conf
Change this: host all all 127.0.0.1/32 scram-sha-256
To this: host all all 127.0.0.1/32 trust
sudo systemctl start postgresql
sudo msfdb init
sudo ./armitage