One of the tools I would of liked installed within Kali would of been Armitage, however quick as flash on the fast and easy hacking website a post on installing it http://www.fastandeasyhacking.com/faq, the good news it was in the Kali Linux repository.
So using
apt-get install armitage
Installed one of my favourite tools, in order to use it you need to start metasploit which is described on the Kali documentation pages
service postgresql start
service metasploit start
As always to start the console and when started for the first time it will create it's own database
msfconsole
If you would prefer to have PostgreSQL and Metasploit launch at startup, you can use update-rc.d to enable the services as follows.
update-rc.d postgresql enable
update-rc.d metasploit enable
My next look will be OpenVAS
No comments:
Post a Comment