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 Injector


ghost's Avatar
0 0

I was looking to download a SQL injector that just goes through all of sql strings and see which ones work in form boxes.

Does anybody know where i can get one.

I i cant find one i guess ill just program one


ghost's Avatar
0 0

Program one ;)


bl4ckc4t's Avatar
Banned
0 0

much easier to program one lol.


hust921's Avatar
Member
0 0

How do you program in SQL ?


ghost's Avatar
0 0

hust921 wrote: How do you program in SQL ?

Easy, you can't :p

You can write SQL queries and let another laguage like PHP or C# execute them.


hust921's Avatar
Member
0 0

Is SQL queries a file?(included in the php/c program) or a script in the program.?


lukem_95's Avatar
Member
0 0

No, (well in PHP yes it is as its used to connect to databases etc) not in the context youd need it in, you would need to create an array or something that runs thru all the possible combinations (need to imput manually into the source code) and the tries them on the form.