[W3af-svn-notify] SF.net SVN: w3af:[6643] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2013-01-10 22:13:32
|
Revision: 6643 http://w3af.svn.sourceforge.net/w3af/?rev=6643&view=rev Author: andresriancho Date: 2013-01-10 22:13:24 +0000 (Thu, 10 Jan 2013) Log Message: ----------- * PEP8 for xUrllib/ExtendedUrllib * Cosmetic changes at core/controllers/misc/exploit_all.py * Shells can now be pickled (missing some data which is then added again later) * Added KB tests to verify that my objects are pickleable * Rewrite console interact Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/cors/utils.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/tests/test_proxy.py branches/threading2/core/controllers/misc/exploit_all.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/search_engines/tests/test_bing.py branches/threading2/core/data/search_engines/tests/test_google.py branches/threading2/core/data/search_engines/tests/test_pks.py branches/threading2/core/data/url/handlers/tests/test_cookie_handler.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/tests/test_xurllib_integration.py branches/threading2/core/data/url/time_analysis.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/guardian.py branches/threading2/plugins/attack/db/tests/test_sqlmap_wrapper.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/evasion/test_xurllib_integration.py branches/threading2/plugins/tests/infrastructure/test_allowed_methods.py Added Paths: ----------- branches/threading2/core/data/url/extended_urllib.py Removed Paths: ------------- branches/threading2/core/data/url/xUrllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |