It looks like you're new here. If you want to get involved, click one of these buttons!
im not going to continue the attack i was just looking around, but my reason was, i believe for blind 1=2 is supposed to produce the error and not 1=1, that was intrigued me
@m0rph: blind sql injection would be when your query doesnt directly output to the screen but it can still throw an error, so with blind you may try to select username/password from users and nothing displays but you can bruteforce each character using ascii() and mid() or a similar technique