Tuesday, August 19, 2014

How to install Firefox on Kali Linux (and other distros)

Alot of people are used to using Firefox for there web browsing, especially if you are a native Windows User (if you use IE you are probably lost. lol) But anyways, here is a simple way to install my favorite browser in my favorite penetration testing distribution!

Open terminal. Type the following commands. Do this line by line so that we can see the response from every command. This is a learning experience after all. Right?

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

And there you have it enjoy! Feel free to comment!

No comments :

Post a Comment