Re: [W3af-develop] Mod_rewrite, URL with ID params and so on

2010-01-25 Thread Taras
Hi, Andres and all! Why do we check params type? Do you think it is possible that there will be such different URLs like: http://site.ru/news.php?id=1 and http://site.ru/news.php?id=foo ? I have seen your code in w3afCore.py. May be it will be better to add some option for it in misc-settin

Re: [W3af-develop] Mod_rewrite, URL with ID params and so on

2010-01-22 Thread Andres Riancho
Taras, Please read inline, On Thu, Jan 21, 2010 at 12:34 PM, Taras wrote: > Hi, all! > > Today when I test W3AF on large site with URLs like > http://site.com/news.php?id=1, http://site.com/categories.php?id=2 and > so on > I found some problem. It seems that webSpider don't consider that su