Get the latest install_flash_player_....tar.gz from adobe (the tarball)
Then Follow these steps mentioned on backtrack website:
root@bt:~# mkdir -p ~/.mozilla/plugins
root@bt:~# mkdir flash
root@bt:~# mv -f install_flash_player_11_linux.i386.tar.gz flash/
root@bt:~# cd flash/
root@bt:~/flash# tar xvfz install_flash_player_11_linux.i386.tar.gz
root@bt:~/flash# cp -f libflashplayer.so ~/.mozilla/plugins/
Restart your Browser and your flash player should work fine now.
Additional instructions for Kali Linux
1. Simply download the 'install_flash_.....tar.gz' file from the get.adobe.com2. Extract:
#tar -xvzf install_flash_.......tar.gz
3. Move the libflashplayer.so plugin to '/usr/lib/mozilla/plugins/'
#mv libflashplayer.so /usr/lib/mozilla/plugins/
Restart your Browser and your flash player should work fine now.
This comment has been removed by the author.
ReplyDeleteThis is for Backtrack not Kali! For a good tutorial for kali Linux, I recommend going here: http://lewiscomputerhowto.blogspot.com/2013/10/how-to-install-adobe-flash-player-in.html
ReplyDelete