[sqlmap-users] Rewritten URLs
Brought to you by:
inquisb
From: Adrian L. <bra...@gm...> - 2011-05-05 07:33:11
|
Hi All, Hoping you might have some insight here. I've been using SQLMap for a while and it's fantastic, very promptly updated too, been watching the list for a while :) Ran into a case a while back where the client was using rewritten URLs i.e. rather than http://www.example.com/index.php?id=99 the URL was http://www.example.com/news/99 The ID field was vuln to SQLi but there was an automatic redirect (unconditional) if I used the full URI (index.php... etc). Tried to use SQLMap to have a go at it but it didnt seem up to it. Is this by design or is there a way this could be altered in some way? Cheers! |