[W3af-svn-notify] SF.net SVN: w3af:[5592] branches/threading2/core/controllers
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-17 03:08:16
|
Revision: 5592 http://w3af.svn.sourceforge.net/w3af/?rev=5592&view=rev Author: andresriancho Date: 2012-08-17 03:08:10 +0000 (Fri, 17 Aug 2012) Log Message: ----------- * Now the discovery=(infra,crawl) plugins are run in a consumer. * Refactoring to have a base_consumer * Renamed FINISH_CONSUMER with POISON_PILL * TODO: - Testing - Crawl plugins should have a to_core() method to add stuff to the producer's output_queue Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/consumers/audit.py branches/threading2/core/controllers/coreHelpers/consumers/auth.py branches/threading2/core/controllers/coreHelpers/consumers/constants.py branches/threading2/core/controllers/coreHelpers/consumers/grep.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/outputManager.py Added Paths: ----------- branches/threading2/core/controllers/coreHelpers/consumers/base_consumer.py branches/threading2/core/controllers/coreHelpers/consumers/bruteforce.py branches/threading2/core/controllers/coreHelpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |