码迷,mamicode.com
首页 > 其他好文 > 详细

Kali安装firefox浏览器

时间:2015-02-15 06:10:50      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:

 自带的IceWeasel不够好,于是卸载装火狐。

来自:http://www.blackmoreops.com/2013/10/28/how-to-install-firefox-in-kali-linux/

Install Firefox in Kali Linux

Copy paste these commands in your Terminal.

apt-get remove iceweasel
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build

 上面的命令一条一条执行

火狐就安装好了。

然后从Application->Internet拖出firefox图标到状态栏,就像样了。

再打开firefox,安装插件hackbar,这才像样嘛。

Kali安装firefox浏览器

标签:

原文地址:http://blog.csdn.net/u010211892/article/details/43830217

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!