The HowTo forum is NOT the right place to post questions. There is a sticky thread in the forum that explains this if you'd care to read it.
Can someone please shed some light on how to install the new Metasploit 3.3.3 in Backtrack. Sorry if someone has asked this before but im not getting any results when searching the forum. I am totally new to linux so sorry again if my question seems stupid to some.
The HowTo forum is NOT the right place to post questions. There is a sticky thread in the forum that explains this if you'd care to read it.
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.
Sorry I'm new to the forum could you help me with my problem?
BackTrack includes the Metasploit Framework, but not always the latest version. To install the latest version of Metasploit 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/
Yeah but we are not going to really support those who do this.
The new metasploit package (which should be in the repo or will be soon) has fixed the above issue.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.