keeps telling me i need flash 10.2
although i have already updated
any suggestions?
hi
if you want to "enable" nessus 5 in bt5-r2 (gnome-32)i'm using this method:
#open terminal:
1) firefox http://www.tenable.com/products/nessus/ (select to download a version for ubuntu 10.04)
2) dpkg -i """"package downloaded"""
3) apt-get install -f (optional)
4) service nessusd start (for starting nessus deamon)
5) /opt/nessus/sbin/nessus-adduser (add user or admin)
6) firefox http://www.tenable.com/products/ness...ter-a-homefeed ( to obtaing a code via mail)
7) /opt/nessus/bin/nessus-fetch --register xxxx-xxxx-xxxx-xxxx (your register-code"xxxx-xxxxx......)
8) /opt/nessus/sbin/nessusd -R (update-plugins)
9) firefox https://127.0.0.1:8834/ (graphical-interface)
bye
keeps telling me i need flash 10.2
although i have already updated
any suggestions?
Thanks. Do you know the correct process for installing flash in x64?
hi, out of topic!!! but :
SPECIAL THANKS TO SAMIUX
DOWNLOAD flash_player 10 FROM THIS link : http://samiux.volospin.com/flash/ins...0_linux.tar.gz
tar xvfz install_flash_player_10_linux.tar.gz
mkdir ~/.mozilla/plugins
mv -f libflashplayer.so ~/.mozilla/plugins/
bye
Thanks for that but how can I install Nessus 5 to a separated directory (ie /opt/nessus5/) so I can run both (not at the same time of course)?
![]()
Maybe a lame question but i did get the current version of Flash this one >> install_flash_player_11_linux.x86_64.tar.gz
and Nessus did not work with it, but flash seems to work fine for youtube or any other thing i think. So is the install of Nessus on Backtrack 5 R2 broken or what?
hi
in MY BT5-r2 (kdex64) works well (which distro update && upgrade or NOT)
I did so ... I first installed and then flash player10 nessus-5 following the guide posted above
this is result
root@bt:~# uname -ra
Linux bt 3.2.6 #1 SMP Fri Feb 17 10:34:20 EST 2012 x86_64 GNU/Linux
root@bt:~# date
Fri Mar 23 13:23:47 CET 2012
root@bt:~# /etc/init.d/nessusd start
Starting Nessus : .
root@bt:~# /opt/nessus/sbin/nessus-adduser
Login : root
This user already exists
root@bt:~# /opt/nessus/bin/nessus-fetch --register 7xxx-xxCD-xxx7-xxx6-DxxA
Your Activation Code has been registered properly - thank you.
Now fetching the newest plugin set from plugins.nessus.org...
Your Nessus installation is now up-to-date.
If auto_update is set to 'yes' in nessusd.conf, Nessus will
update the plugins by itself.
root@bt:~# /opt/nessus/sbin/nessusd -R
nessusd (Nessus) 5.0.0 [build R23018] for Linux
(C) 1998 - 2012 Tenable Network Security, Inc.
Processing the Nessus plugins...
[##################################################]
All plugins loaded
root@bt:~# /etc/init.d/nessusd restart
Shutting down Nessus : .
Starting Nessus : .
firefox https://127.0.0.1:8834/
http://imageshack.us/content_round.p...napshot1ox.png
bye