Re: [sqlmap-users] A thought about boolean based injection

2012-07-07 Thread Miroslav Stampar
Hi. We had that one but we removed it (actually I am the one that did it). Please take a close look at https://github.com/sqlmapproject/sqlmap/issues/70. Kind regards, Miroslav Stampar On Sat, Jul 7, 2012 at 11:19 AM, wrote: > So, I came to think about this scenario, and I haven't been able to

[sqlmap-users] A thought about boolean based injection

2012-07-07 Thread dump
So, I came to think about this scenario, and I haven't been able to really get it to work with sqlmap. You have a page where, when injecting something like ?someparam=1' AND 1='1 gives you the "normal expected page" (like a news article or something). And ?someparam=1' AND 1='2 gives you the ex