Due to the above-mentioned changes in the metasploit-framework package, there are some minor changes in how Metasploit is started in Kali – specifically, there is no longer a metasploit service. This is how you start up the Metasploit Framework with database support in Kali Linux 2.0:java
# Start the Postgresql Database sh /etc/init.d/postgresql start # Initialize the Metasploit Framework Database msfdb init # Run msfconsole msfconsole
##查看全部當前啓動的服務的方法 service --status-all service postgresql status