I am reading up on it all over the place and i know there are plenty of tuts on it over at comsec.governmentsecurity.com yet still i am a little unclear on things.
Perhaps its information overload that i am having. Its pretty late here so bear with me.
Anyways, here goes:
1. Finding vulnerable machines. What i am doing is using google to search for strings like, allinurl:index.asp?story= or allinurl:index.asp?forumid= etc to try and get some hits on sql servers for me to try and inject something.
2. Finding a few machines there i proceed to try and create a few errors. My first step is to try and add a fictitious column. For example:
http://www.whatever.com/index.asp?story=1 AND huh=1
With that i am hoping to return an error which will refer to soemthign about an invalid column name. Sometimes i can get this.
3. For a next step i try to crate an error using '. For example:
http://www.whatever.com/index.asp?story=1'Again trying to get an error. which sort of works sometimes also.
4. From here it gets a little fuzzy. I would think i need to do some database footprinting of some sort using the HAVING and GROUP BY command. To this part i havent gotten yet.
EDIT: i think i am getting soemwhere. I am adding HAVING and GROUP BY until i am displaying the page error free...
/me is still struggelling on

QUESTIONS:
a) Is there an easier way to find targettable machines.

is footprinting the right way to go after that?
c) anything else i should keep my eye out for?
I know that i must be taking a slow route but i dont really want to automate everything yet until i really understand whats going on.
I hope these questions arent gonna waste anyones time. In the mean time i will be going through the tutorials again for more research.
Thx for any help...