[W3af-svn-notify] SF.net SVN: w3af:[6534] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-28 23:41:38
|
Revision: 6534 http://w3af.svn.sourceforge.net/w3af/?rev=6534&view=rev Author: andresriancho Date: 2012-12-28 23:41:31 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Merged Taras' changes into treading2 branch * Rewrote the plugin to use the new threading2 features, PEP8, etc. * Modified plugin to reduce memory usage (self._fuzzable_requests was removed and self._xss_mutants moved to disk) * Fixed bug in context handling when only the payload was echoed Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/tests/audit/test_xss.py Added Paths: ----------- branches/threading2/core/data/context/ branches/threading2/core/data/context/__init__.py branches/threading2/core/data/context/context.py branches/threading2/core/data/context/tests/ branches/threading2/core/data/context/tests/test_context.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |