Re: [sqlmap-users] Unusual URL Syntax

2011-11-30 Thread Bernardo Damele A. G.
Hi Chris, Append an asterisk where you want sqlmap to inject. For instance:http://www.example.co.uk/blah/blah.php/foo=bar*&bar=foo* Bernardo On 30 November 2011 11:20, Chris Oakley wrote: > Hi All > > I have a URL that looks like this: > > http://www.example.co.uk/blah/blah.php/foo=bar&bar=foo > >

[sqlmap-users] Unusual URL Syntax

2011-11-30 Thread Chris Oakley
Hi All I have a URL that looks like this: http://www.example.co.uk/blah/blah.php/foo=bar&bar=foo Because of the unusual syntax, sqlmap tells me that there are no GET or POST parameters to be tested. Is there a way around this? Regards Chris -