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.

SQL Injection related tips and hints


ghost's Avatar
0 0

Does anyone know some good SQL Injection hint or tips to finding database names, table names. location ect..


ghost's Avatar
0 0

cool, thanks


ghost's Avatar
0 0

How about just learn MySQL. Then you can find out how to comment out the form fields and insert your own queries. If you have the ability to make a SQL query, you can easily do an SQL injection. Amiright? xD


korg's Avatar
Admin from hell
0 0

Good point, How about learning some blind sql also.


ghost's Avatar
0 0

Damn, that article was probably the single most helpful article I've ever read. Every article everywhere from now on should be like that.


ghost's Avatar
0 0

It's nice to see a paper that covers a subject from the ground up. :)


spyware's Avatar
Banned
0 0

The best way to learn SQL is setup a website using PHP and SQL, and you create your database by typing it straight from the input box, so no mouse-clicks involved =].