How to use Metasploit on Kali Linux
Kali Linux doesn’t start any application services by default to shorten the boot up time and reduce the attack surface to a minimum.
- To start Metasploit’s services immediately, open a terminal window and enter
service postgresql start && service metasploit start
- To start Metasploit’s services on each boot time (but not immediately), open a terminal window and
update-rc.d postgresql enable && update-rc.d metasploit enable