Re: [W3af-develop] dir_bruter redundant brute force

2012-10-05 Thread Andres Riancho
Tomas, On Fri, Oct 5, 2012 at 2:14 PM, Andres Riancho wrote: > Tomas, > > On Thu, Oct 4, 2012 at 9:50 PM, Andres Riancho > wrote: >> Tomas, >> >> On Sat, Sep 29, 2012 at 12:02 AM, Tomas Velazquez >> wrote: >>> Andres, >>> >>> The web_spider alone works well, but if you use it with dir_bruter s

Re: [W3af-develop] dir_bruter redundant brute force

2012-10-05 Thread Andres Riancho
Tomas, On Thu, Oct 4, 2012 at 9:50 PM, Andres Riancho wrote: > Tomas, > > On Sat, Sep 29, 2012 at 12:02 AM, Tomas Velazquez > wrote: >> Andres, >> >> The web_spider alone works well, but if you use it with dir_bruter something >> strange happens because web_spider does not crawl all directories

Re: [W3af-develop] dir_bruter redundant brute force

2012-10-04 Thread Andres Riancho
Tomas, On Sat, Sep 29, 2012 at 12:02 AM, Tomas Velazquez wrote: > Andres, > > The web_spider alone works well, but if you use it with dir_bruter something > strange happens because web_spider does not crawl all directories ... > > dir_bruter works well for me with this fix ;) > > Index: dir_brute

Re: [W3af-develop] dir_bruter redundant brute force

2012-09-28 Thread Tomas Velazquez
Andres, The web_spider alone works well, but if you use it with dir_bruter something strange happens because web_spider does not crawl all directories ... dir_bruter works well for me with this fix ;) Index: dir_bruter.py === --- di

Re: [W3af-develop] dir_bruter redundant brute force

2012-09-28 Thread Tomas Velazquez
Andres, I'm sorry, redundancy also exist at threading2 branch. I explain the test: - Exist directory listing in all directories except /. - oneword.txt wordlist has hide_folder. Problems found: - dir_bruter brute force same directory: http://localhost/ 4 times http://localhost/test/ 2 ti

Re: [W3af-develop] dir_bruter redundant brute force

2012-09-27 Thread Andres Riancho
Tomas, Thanks for the patch! I've been working on improvements in my threading2 branch, where I think this was fixed [0], could you please verify? [0] http://sourceforge.net/apps/trac/w3af/browser/branches/threading2/plugins/crawl/dir_bruter.py On Tue, Sep 25, 2012 at 9:27 PM, Tomas Velazqu