[sqlmap-users] Can you use sqlmap with mod_rewrite URLs?
Brought to you by:
inquisb
From: Kyle A. <ky...@xk...> - 2009-09-07 01:05:08
|
Hello, Can anyone think of a way to use sqlmap in a situation with clean urls using mod_rewrite? (Which is very popular now-a-days) An example might be my mythtv web interface: http://192.168.1.1/mythweb/tv/detail/1004/1252278000 Internally it is reading the module, chanid, and start time from the url. It is NOT possible to use something like index.php?chanid=104&time=1254... Is there any way to use sqlmap in this situation? Kyle |