Hey i'm running BT5 R1 Gnome too and had an issue with fast-track. I just did this fix but fast-track still doesn't work. I've edited all the files you listed here and still won't work.
Hi there,
found out that some entrys in the Fast-Track Update Menu got wrong location of SET, Gerix and metasploit in BackTrack 5 R1 Gnome x64.
My changes:
/pentest/exploits/fasttrack/bin/menu/updatemenu.py
line62:
andCode:subprocess.Popen("cd /usr/share/gerix-wifi-cracker-ng;svn update", shell=True).wait()
line 67:
/pentest/exploits/fasttrack/config/fasttrack_configCode:subprocess.Popen("cd /pentest/exploits/set;svn update", shell=True).wait()
line9:
Don't know if any other version has same problem, but with these changes you will walk good after a default and clean install of bt5-gnome-x64.Code:METASPLOIT_PATH=/opt/framework/msf3
Hey i'm running BT5 R1 Gnome too and had an issue with fast-track. I just did this fix but fast-track still doesn't work. I've edited all the files you listed here and still won't work.
what won't work?
do you can't just update or doesn't fast-track start?
Hi, i deleted both metasploit and fasttrack, then i re=installed metasplloit from its website, then i went to www.secmaniac.com and re-installed fasttrack following the instructions, it worked for me !
root@bt/pentest/exploits/fasttrack# ./fast-track.py -i
***********************************************
******* Performing dependency checks... *******
***********************************************
*** FreeTDS and PYMMSQL are installed. (Check) ***
*** PExpect is installed. (Check) ***
*** ClientForm is installed. (Check) ***
*** Psyco is installed. (Check) ***
*** Beautiful Soup is installed. (Check) ***
Also ensure ProFTP, WinEXE, and SQLite3 is installed from
the Updates/Installation menu.
Your system has all requirements needed to run Fast-Track!
************************************************** ***************
** **
** Fast-Track - A new beginning... **
** Version: 4.0.1 **
** Written by: David Kennedy (ReL1K) **
** Lead Developer: Joey Furr (j0fer) **
** http://www.secmaniac.com **
** **
************************************************** ***************
Fast-Track Main Menu:
1. Fast-Track Updates
2. Autopwn Automation
3. Nmap Scripting Engine
4. Microsoft SQL Tools
5. Mass Client-Side Attack
6. Exploits
7. Binary to Hex Payload Converter
8. Payload Generator
9. Fast-Track Tutorials
10. Fast-Track Changelog
11. Fast-Track Credits
12. Exit Fast-Track
Enter the number: 1
************************************************** ***************
** **
** Fast-Track - A new beginning... **
** Version: 4.0.1 **
** Written by: David Kennedy (ReL1K) **
** Lead Developer: Joey Furr (j0fer) **
** http://www.secmaniac.com **
** **
************************************************** ***************
Fast-Track Update Menu:
1. Update Fast-Track
2. Metasploit 3 Update
3. Update Exploit-DB Exploits
4. Update Gerix Wifi Cracker NG
5. Update Social-Engineer Toolkt
(q)uit
Enter number: 2
Updating Metasploit....
Good luck
GD
Hi I just started reading some bugs with BT5R1 and this post worked for me. Thanks!
Hi,
BT5R3-gnome-32bits is also affected by this, and there's some missing fixes, so here's what I added:
1) in /pentest/exploits/fasttrack/bin/ftsrc/updatemeta.py line 23, replace 'metaupdate=os.system("svn update %s" % (metapath))' with 'metaupdate=os.system("msfupdate")' so that you'll be able to update metasploit from fasttrack.
2) in /pentest/exploits/fasttrack/bin/menu/updatemenu.py
Be sure there's a # in front of line 61, or correct this as follows: subprocess.Popen("cd /usr/share;svn co svn://devel.offensive-security.com/gerix-ng gerix-wifi-cracker-ng", shell=True).wait()
3) the exploit-db svn url is not reachable from here, so I get failures... Need to find why ( maybe url changed or something else ? )
Regards,
Gled