Installing Flash in BackTrack x64

Adobe FlashFlash doesn’t work out-of-the-box on the 64-bit version of BackTrack 5. Unfortunately this just won’t do since Nessus uses a Flash web interface! Luckily it’s easy enough to install it.

Pre-installation

First close Firefox! It’s safer to perform these instructions with all browsers closed.

Next, remove any existing Flash installations or files:

# apt-get -y purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
# rm -f /usr/lib/firefox/plugins/libflashplayer.so
# rm -f /usr/lib/mozilla/plugins/libflashplayer.so
# rm -f /usr/lib/mozilla/plugins/flashplugin-alternative.so
# rm -f /usr/lib/mozilla/plugins/npwrapper*flash*so
# rm -f ~/.mozilla/plugins/*flash*so

Installation

Now download Flash.

Finally, extract and install the Flash player plugin you just downloaded:

# tar xvfz install_flash_player_10_linux.tar.gz
# mkdir -p ~/.mozilla/plugins
# mv -f libflashplayer.so ~/.mozilla/plugins/

Start up Firefox and you should have a working Flash installation! You can visit Adobe’s website to be sure it’s installed correctly.

Adobe Flash Installed

Have fun using Nessus and enjoying the rest of the internet. :)