llcong 发表于 2018-6-25 09:39:16

Kali linux 2016 rolling安装后的一些操作

  systemctl enable ssh
  service ssh start
  vi /etc/ssh/sshd_config
  PermitRootLogin yes
  service ssh restart
  vi /etc/apt/sources.list
  deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
  apt-get update
  apt-get upgrade
  Metasploit:
  /usr/share/metasploit-framework/modules/exploits
  database update: msfupdate
  #searchsploit -u
  command will update the exploit datebase from exploit-db.co
页: [1]
查看完整版本: Kali linux 2016 rolling安装后的一些操作