Re: [W3af-develop] BadStatusLine problem

2012-07-25 Thread Andres Riancho
Taras, On Wed, Jul 25, 2012 at 4:52 PM, Taras wrote: > Andres, > > I have found repeatable scenario. Sometime w3af constructs and tries to > navigate URL like http://example.com?someparam=1 > > Pay attention on absent leading "/" in the path. urllib constructs following > HTTP request: > > GET ?d

Re: [W3af-develop] BadStatusLine problem

2012-07-25 Thread Taras
Andres, I have found repeatable scenario. Sometime w3af constructs and tries to navigate URL like http://example.com?someparam=1 Pay attention on absent leading "/" in the path. urllib constructs following HTTP request: GET ?dsfsdf HTTP/1.0 Host: example.com User-Agent: Python-urllib/1.17 And