|
| ||||||||||
| Tags: backtrack, error message, metasploit driver, mysql, stack |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| BackTrack 5: Getting call stack error on metasploit drivers
|
|
#2
| ||||
| ||||
| Re: BackTrack 5: Getting call stack error on metasploit drivers
I let you know that I have already connected with the database after booting the computer. Well I have ran nmap and saved the scan on the x.namp I have ran following piece of the code on the terminal. Code: root@bt:~# msfconsole msf > db_import /root/x.namp |
|
#3
| |||
| |||
| Re: BackTrack 5: Getting call stack error on metasploit drivers
Let me know whether the above mentioned solution worked for you or not. If there is no change in the situation than I recommend following piece of command which you should execute. Code: root@bt:~# apt-get install libmysqlclient-dev root@bt:~# gem install mysql |
|
#4
| |||
| |||
| Re: BackTrack 5: Getting call stack error on metasploit drivers
Well looking at the situation I am suggesting following things which you should try to fix the matter of yours. You to run following command on the terminal. Code: update-alternatives --config ruby now execute the following piece of the command on the terminal, Code: gem install mysql Code: vi /pentest/exploits/framework/msfconsole Code: #!/usr/bin/env ruby with the #!/usr/bin/ruby Code: cd /pentest/exploits/framework3 ./msfconsole |
|
#5
| |||
| |||
| Re: BackTrack 5: Getting call stack error on metasploit drivers
I think you need install Ruby Version Manager on the computer of yours. once you have completed you have to open the .bashrc into text editor and add the following lines. Code: # Load RVM source if [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then source "/usr/local/rvm/scripts/rvm" ; fi # Enable Tab Completion in RVM [[ -r /usr/local/rvm//scripts/completion ]] && source /usr/local/rvm/scripts/completion |
|
#6
| |||
| |||
| Re: BackTrack 5: Getting call stack error on metasploit drivers
Each and everytime you have to invoke the ruby interpreter by using the version command. Next time you have to install the necessary ruby gems into the each of gem repositories by using the rvm command on the terminal of yours. Code: rvm gem install hpricot rvm gem install sqlite3-ruby rvm gem install pg rvm gem install wirble rvm gem install mysql Code: rvm 1.9.1 –default |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "BackTrack 5: Getting call stack error on metasploit drivers" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install metasploit and postgresql in backtrack 5? | GaganGang | Operating Systems | 8 | 30-09-2011 12:51 PM |
| Backtrack 5 – No database in metasploit, when followed proposed steps | Habiba22 | Windows Software | 5 | 05-08-2011 09:21 AM |
| Unable to execute metasploit in backtrack 5 after updating db_driver sqlite 3 | Gaganvihari | Windows Software | 5 | 06-07-2011 07:40 PM |
| Can’t get metasploit working in backtrack 5 | Baijayanthi | Operating Systems | 4 | 20-06-2011 06:34 AM |
| Metasploit pcaprub solution for Backtrack 5 | Farzana | Operating Systems | 4 | 19-06-2011 01:31 AM |