1、使用默认用户名密码登录;

  root,toor;

2、打开终端;

3、修改密码;

  $ passwd

4、更新镜像;

  $ apt-get update

  $ apt-get dist-upgrade

5、设置Metasploit数据库;

  $service postgresql start

6、让postgresql数据库在加载时启动;

  $ update -rc.dpostgresql enable

7、启动停止Metasploit服务;

  kali1.0:

    $ service metasploit start

    $ service metasploit stop

  kali2.0:

    见http://www.cnblogs.com/tester-rikaizhao/articles/7552100.html

8、安装gedit软件;

  $ apt-get install gedit

9、修改主机名;

  $ gedit /etc/hostname

    替换kali保存

  $ gedit /etc/hosts

    替换kali保存

  $ reboot

    重启