Re: [sqlmap-users] Blind injection

2013-08-06 Thread Sebastian Nerz
Hi, --second-order=S.. Resulting page URL searched for second-order response should be what you need :) Kind regards, Sebastian Nerz Am 06.08.2013 13:04, schrieb Marcell Fodor: > Hi, > > With manual testing, I have a working blind injection in post request. To > see if the result true/fa

[sqlmap-users] Blind injection

2013-08-06 Thread Marcell Fodor
Hi, With manual testing, I have a working blind injection in post request. To see if the result true/false sqlmap should check for a string at a different page. In other words sqlmap should inject to A.php and check for a string in B.php Can this be done? M --