Re: Update script for bt4 (update.sh)
Hi there,
I have a weird problem with Firefox 4 and BT R2.
Firefox was not running while running this script.
After punching in @root: bash btupdate.sh -F
Code:
################################################################
Bactrack Update Utility
(C)opyright 2010 Scamentology
Update report for Sun Apr 17 20:16:20 IST 2011
################################################################
-------------------------------------------------------
Something went wrong. Open konsole and run - firefox -v
System Info - Linux bt 2.6.35.8 i686
################################################################
root@bt:~# firefox -v
Mozilla Firefox 3.0.15, Copyright (c) 1998 - 2009 mozilla.org
Re: Update script for bt4 (update.sh)
Here is the error that I get when I try to run w3af_gui or w3af_console:
Error: Python 2.5 was found and Python = 2.6 is required.
Thanks....
Re: Update script for bt4 (update.sh)
Quote:
Originally Posted by
gray_hat
Hi there,
I have a weird problem with Firefox 4 and BT R2.
Firefox was not running while running this script.
After punching in @root: bash btupdate.sh -F
Code:
################################################################
Bactrack Update Utility
(C)opyright 2010 Scamentology
Update report for Sun Apr 17 20:16:20 IST 2011
################################################################
-------------------------------------------------------
Something went wrong. Open konsole and run - firefox -v
System Info - Linux bt 2.6.35.8 i686
################################################################
root@bt:~# firefox -v
Mozilla Firefox 3.0.15, Copyright (c) 1998 - 2009 mozilla.org
Hmmmm...
Try the commands manually and let me know what happens
Do them one at a time and print out the errors if you have the time.
mkdir /root/ffinstall
cd /root/ffinstall
wget http://download.mozilla.org/?product...nux&lang=en-US
tar -C /opt -xvf /root/ffinstall/firefox-*
ln -s /opt/firefox/firefox /usr/bin/firefox
ln -s /opt/firefox/firefox /usr/bin/firefox4
rm -rf /root/ffinstall
Thanks for reporting this.
Quote:
Originally Posted by
korang
Love the script.
Anyone else run into the issue when w3af is updated that it complains about the python version?
Yes I forgot to mention - You have to update to python 2.6 to use the updated w3af. I will be making this an optional update in the next release.
apt-get remove w3af
rm -rf /pentest/web/w3af
apt-get install w3af