I just like you seen that now
I was trying to work on BT 4 and MSF was really working well and I upgrade to BT 5 and now it's not working
I've tried to reinstall MSF but still not working, I'm on it this evening I need to start a pentest tomorrow with it and
Start the operation "get my msf back"
installation see there but it's not enough I warn before...
https://community.rapid7.com/docs/DOC-1026
and that says
with a little error on the https//802.11ninja.... replace https by http...
BackTrack includes the Metasploit Framework, but not always the latest version. To install the latest version of Metasploit Framework in BackTrack:
$ sudo bash
# cd /pentest/svn
# rm -rf framework3
# svn co https://www.metasploit.com/svn/framework3/trunk framework3
In order to use the raw socket modules, the pcaprub extension must be installed:
# cd /pentest/svn/framework3/external/pcaprub
# ruby extconf.rb
# make && make install
In order to use the WiFi modues, the lorcon2 extension must be installed:
# cd /pentest/svn
# svn co https://802.11ninja.net/svn/lorcon/trunk lorcon2
# cd lorcon2
# ./configure --prefix=/usr && make && make install
# cd /pentest/svn/framework3/external/ruby-lorcon2
# ruby extconf.rb
# make && make install
Once a fresh Subversion snapshot has been installed, it can be updated with the following command:
# svn update /pentest/svn/framework3/


