Kali 2.0 Rolling版发布
与标准版的不同之处
Kali标准版基于标准的Debian发行版(如Debian 7,8,9),而rolling版的不同之处在于它基于Debian testing,这就保证了它能够持续地获得最新版本的包。
在过去五个月时间,我们的自动化更新提醒功能已经确保了Kali系统中安全检测工具都是最新并且最稳定的。当常用工具需要更新,用户将会收到提醒。
升级
cat << EOF > /etc/apt/sources.list deb http://http.kali.org/kali kali-rolling main non-free contrib EOF apt-get update apt-get dist-upgrade # get a coffee, or 10. reboot