Check this guide out for more info.
Metasploit Unleashed - Mastering the Framework
Hey guys / girls,
I am running some pen tests on my own server, and i have come up with an error..
i ran an nmap scan and verified the mqsql DB
ran through metasploit and end up with this error..Code:3306/tcp open mysql
and one quick question, am i right is saying the RHOSTS is the target machines ip?Code:xx.xx.xx.xx:3306 - Unsupported target version of MySQL detected. Skipping.[*] Scanned 1 of 1 hosts (100% complete)[*] Auxiliary module execution completed
many thanks
zim.
Check this guide out for more info.
Metasploit Unleashed - Mastering the Framework
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.
I think i have answered my own question, please correct me if i am wrong here..
metasploit scripts are always up to date from what i can gather, i ran metasploit mysql_login.rb @ 9295, which is an up to date version of the code.
and it would appear the version of mysql i am running is pre 4.1.1 causing the error.
any insight would be much appreciated.
loved this many thanks, i learnt ALOT.
Last edited by Archangel-Amael; 08-05-2010 at 11:54 AM.
Oh and don't forget to use SQLMap its my favourite simple-effective and easy too to extract all the information on Database.