Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Detecting Database Type?


ghost's Avatar
0 0

Hey guys, Can someone help me out? I am trying to figure out what type of database a web page uses… is there anyway to figure that out from the client end?

Thanks:ninja:


ynori7's Avatar
Future Emperor of Earth
0 0

Try to get it to generate an error.


ghost's Avatar
0 0

ynori7 wrote: Try to get it to generate an error. 1 error so far… cars_getname: Unspecified ID hmm im pretty sure its an SQL database ill keep diggin.


stealth-'s Avatar
Ninja Extreme
0 0

DOSed wrote: [quote]ynori7 wrote: Try to get it to generate an error. 1 error so far… cars_getname: Unspecified ID hmm im pretty sure its an SQL database ill keep diggin.[/quote]

I could be wrong, but that sounds like a custom error to me.


cyber-guard's Avatar
Not Just a member
0 0

You can also scan the server for ports used by the most ubiquitous sql servers and see if the server will give you any more information.


ghost's Avatar
0 0

If you can produce a SQL error, you can use the @@version function to return the database version via a union select statement.