January 2017
Beginner to intermediate
1045 pages
22h 24m
English
Armitage is a GUI front-end for Metasploit and we can use it to run all sorts of attacks on our target Windows users. Since this is a new installation which Metasploit has never been run before, we start with errors and setup. The first illustration is the error raised by postgresql not starting when Armitage tried to bring up the Metasploit service:

Since this is Kali Linux 2.0, we will try and start the postgresql server with the command:
/etc/init.d/postgresql start
After starting postgresql successfully, we started the Metasploit console as well and then started Armitage from a terminal window, so we could watch the ...