Kali Linux comes with Iceweasel (Firefox) as an installed browser. For some reason, the producers of Kali Linux missed one thing, the vital Adobe Flash Player plugin . This simple tutorial will show you how to get Adobe Flash Player in Kali Linux’s Iceweasel. There are two different methods to do this. Try method #1 first, as it is very easy. If, for some reason, that method doesn’t work, then move on to method #2. Method #1: Automatic Install Open a Terminal in Kali Linux and type this command: apt-get install flashplugin-nonfree When it finishes installing and you are presented with the root@kali prefix again, type this command and press Enter: update-flashplugin-nonfree –install You can go here in Iceweasel to test Flash Player. If you see the little animation, then you’re good to go! If you don’t see the flash animation, then continue on to Method #2. Method #2: Manual Install Step One: Start Kali, login to root, ...