swich2015 / armitage

Automatically exported from code.google.com/p/armitage
0 stars 0 forks source link

mysql invalid plugin #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. /etc/init.d/mysql start
2. msfrpcd -f -U msf -P test -t Basic
3. /opt/armitage/armatige.sh

4. Enter info and click "Connect"

What is the expected output? What do you see instead?

A message box opens with the error "[-] Invalid driver specified" Armitage then 
seems to try to connect to postgresql and of course fails.

What version of Metasploit are you using (type: svn info)? On which
operating system?

$ svn info
Path: .
URL: https://metasploit.com/svn/framework3/trunk
Repository Root: https://metasploit.com/svn
Repository UUID: 4d416f70-5f16-0410-b530-b9f4589650da
Revision: 11229
Node Kind: directory
Schedule: normal
Last Changed Author: scriptjunkie
Last Changed Rev: 11229
Last Changed Date: 2010-12-05 14:06:28 -0600 (Sun, 05 Dec 2010)

$ uname -a
Linux zuul 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 11:55:36 UTC 2010 x86_64 
GNU/Linux

Ubuntu 10.10 64 bit

Which database are you using?

$ mysql --version
mysql  Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using readline 
6.1

Original issue reported on code.google.com by Joe.Sylve@gmail.com on 5 Dec 2010 at 10:19

GoogleCodeExporter commented 9 years ago
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

Original comment by Joe.Sylve@gmail.com on 5 Dec 2010 at 10:20

GoogleCodeExporter commented 9 years ago
You need to tell metasploit which driver to use. This isn't an Armitage issue. 
you need to configure metasploit.

type these:

1. msfconsole
2. db_driver
3. follow what it says.
4. after installing the software type "db_driver mysql"

hopefully this helps. this is what i had to do.

Original comment by pacma...@gmail.com on 6 Dec 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Agreed with @pacmandu. I've updated the FAQ file as well.

Original comment by rsmu...@gmail.com on 6 Dec 2010 at 10:06