EvilZone

Programming and Scripting => .NET Framework => : globus25 December 25, 2011, 09:40:03 PM

: [C#]SQL Injection - help
: globus25 December 25, 2011, 09:40:03 PM
Okey so just like I mentioned in Introduction Im looking for info how to write SQL Injection tool... is there anyone that can give me some pointers how to access from this kind of link ->"
http://site.com/brow.php?id=12" the db of server? or how to find vulnerabilities crawling through links... anything on that topic will be helpful
: Re: [C#]SQL Injection - help
: ande December 25, 2011, 09:41:24 PM
If you have a good understand of SQL injection and web scripting. As well as coding knowledge, this should be no problem. I would start with learning SQL injection before making a tool for it?
: Re: [C#]SQL Injection - help
: ca0s December 25, 2011, 10:32:07 PM
Check this piece of shit I made time ago:
http://evilzone.org/scripting-languages/sql-inyector/msg459/
: Re: [C#]SQL Injection - help
: Stackprotector December 27, 2011, 06:04:02 PM
as ande states, you need alot of knowledge about sqli and blind-sqli.

There are loads of testable injection methods,  so to create an more advance tool will take some time :)