Thread: [W3af-svn-notify] SF.net SVN: w3af:[5206] branches/threading2/core
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-06-23 01:49:07
|
Revision: 5206 http://w3af.svn.sourceforge.net/w3af/?rev=5206&view=rev Author: andresriancho Date: 2012-06-23 01:49:01 +0000 (Sat, 23 Jun 2012) Log Message: ----------- Need to add these to have nosetests support "_" i18n. Modified Paths: -------------- branches/threading2/core/data/kb/__init__.py branches/threading2/core/data/kb/tests/__init__.py branches/threading2/core/ui/gtkUi/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-01 14:16:38
|
Revision: 5311 http://w3af.svn.sourceforge.net/w3af/?rev=5311&view=rev Author: andresriancho Date: 2012-07-01 14:16:32 +0000 (Sun, 01 Jul 2012) Log Message: ----------- Cosmetic changes and modified the way I store session_name and session_dir in cf/kb in order to make it easier to write unittests. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/target.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/url/tests/test_xurllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 12:30:57
|
Revision: 5385 http://w3af.svn.sourceforge.net/w3af/?rev=5385&view=rev Author: andresriancho Date: 2012-07-18 12:30:50 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Apply plugin name changes to core, mostly comments and minor stuff related to gtk_output Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseAttackPlugin.py branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/coreHelpers/plugins.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_2.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_3.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_internet_1.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/parsers/urlParser.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/tests/test_consoleui.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/core/ui/gtkUi/messages.py branches/threading2/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-03 15:59:34
|
Revision: 5497 http://w3af.svn.sourceforge.net/w3af/?rev=5497&view=rev Author: andresriancho Date: 2012-08-03 15:59:28 +0000 (Fri, 03 Aug 2012) Log Message: ----------- Better outdated profile error handling that should reduce user annoyances and questions during updates. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/profiles.py branches/threading2/core/data/profile/profile.py branches/threading2/core/ui/consoleUi/profiles.py branches/threading2/core/ui/consoleUi/tests/test_consoleui.py branches/threading2/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 18:51:42
|
Revision: 5693 http://w3af.svn.sourceforge.net/w3af/?rev=5693&view=rev Author: andresriancho Date: 2012-08-22 18:51:36 +0000 (Wed, 22 Aug 2012) Log Message: ----------- pep-8 changes. Modified Paths: -------------- branches/threading2/core/controllers/intrusionTools/execMethodHelpers.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/data/constants/w3afPorts.py branches/threading2/core/data/kb/exec_shell.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-07 21:37:31
|
Revision: 5789 http://w3af.svn.sourceforge.net/w3af/?rev=5789&view=rev Author: andresriancho Date: 2012-09-07 21:37:25 +0000 (Fri, 07 Sep 2012) Log Message: ----------- Adding openbsd package help, thanks go to Alexis Xavier from http://www.openbsdsupport.com.ar/ for answering all my annoying questions :) Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/ui/gtkUi/dependency_check.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 15:55:08
|
Revision: 5829 http://w3af.svn.sourceforge.net/w3af/?rev=5829&view=rev Author: andresriancho Date: 2012-10-05 15:54:58 +0000 (Fri, 05 Oct 2012) Log Message: ----------- * Assigning the correct responsabilities to each class/object. If you need something (like a tempdir), create it. * Removed issue with test isolation generated by running something like this: nosetests -v -s --rednose --with-doctest --doctest-tests core/data/url/handlers/tests/test_cookie_handler.py core/data/url/handlers/tests/test_cookie_handler.py * Minor cosmetic changes Modified Paths: -------------- branches/threading2/core/controllers/misc/temp_dir.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/tests/test_cookie_handler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 16:05:52
|
Revision: 5831 http://w3af.svn.sourceforge.net/w3af/?rev=5831&view=rev Author: andresriancho Date: 2012-10-05 16:05:45 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Fixing some bugs detected by unittests. Modified Paths: -------------- branches/threading2/core/controllers/wizard/tests/test_questions.py branches/threading2/core/data/options/option_list.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 20:57:25
|
Revision: 5839 http://w3af.svn.sourceforge.net/w3af/?rev=5839&view=rev Author: andresriancho Date: 2012-10-05 20:57:19 +0000 (Fri, 05 Oct 2012) Log Message: ----------- * Continuing the fight against the >= 0 assertion I added for tasks. New improvements to make sure all of that works. It was a really good idea to add it, it makes me realize that I have bugs everywhere! * Adding an assertion to make sure url_producers return fuzzable requests. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/bruteforce.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/strategy.py 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. |
From: <and...@us...> - 2012-10-09 20:38:50
|
Revision: 5851 http://w3af.svn.sourceforge.net/w3af/?rev=5851&view=rev Author: andresriancho Date: 2012-10-09 20:38:43 +0000 (Tue, 09 Oct 2012) Log Message: ----------- * Renamed httpRequestParser to HTTPRequestParser * Moved HTTPRequestParser to unittest * Added unittests for repeated header names * Added HTTPRequestParser feature for parsing repeated header names * Made sure that the exporters supported repeated parameter names (unittested) * Made sure there were no "python" / "html" injections (unittested) Modified Paths: -------------- branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/data/export/ajax_export.py branches/threading2/core/data/export/html_export.py branches/threading2/core/data/export/python_export.py branches/threading2/core/data/export/ruby_export.py branches/threading2/core/data/export/tests/test_python_export.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/gtkUi/reqResViewer.py branches/threading2/core/ui/gtkUi/rrviews/headers.py branches/threading2/core/ui/gtkUi/rrviews/raw.py Added Paths: ----------- branches/threading2/core/data/export/tests/test_html_export.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.py Removed Paths: ------------- branches/threading2/core/data/parsers/httpRequestParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-18 18:59:18
|
Revision: 5925 http://w3af.svn.sourceforge.net/w3af/?rev=5925&view=rev Author: andresriancho Date: 2012-10-18 18:59:12 +0000 (Thu, 18 Oct 2012) Log Message: ----------- Setting names to the threads for easier debugging with pydev Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py branches/threading2/core/controllers/core_helpers/consumers/bruteforce.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/grep.py branches/threading2/core/controllers/core_helpers/consumers/seed.py branches/threading2/core/data/db/db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-18 20:30:29
|
Revision: 5930 http://w3af.svn.sourceforge.net/w3af/?rev=5930&view=rev Author: andresriancho Date: 2012-10-18 20:30:23 +0000 (Thu, 18 Oct 2012) Log Message: ----------- * Fixed code in threadpool.py to make naming work as expected * Setting name to all processes I could find. Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/threads/threadpool.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/core/ui/gtkUi/scanrun.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-19 12:48:40
|
Revision: 5944 http://w3af.svn.sourceforge.net/w3af/?rev=5944&view=rev Author: andresriancho Date: 2012-10-19 12:48:29 +0000 (Fri, 19 Oct 2012) Log Message: ----------- Naming some threads. Modified Paths: -------------- branches/threading2/core/controllers/daemons/webserver.py branches/threading2/core/ui/gtkUi/helpers.py branches/threading2/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-19 13:38:33
|
Revision: 5950 http://w3af.svn.sourceforge.net/w3af/?rev=5950&view=rev Author: andresriancho Date: 2012-10-19 13:38:27 +0000 (Fri, 19 Oct 2012) Log Message: ----------- Removed annoying log message from scapy which appeared when running tests. Modified Paths: -------------- branches/threading2/core/__init__.py branches/threading2/core/controllers/dependency_check/dependency_check.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 20:49:43
|
Revision: 5999 http://w3af.svn.sourceforge.net/w3af/?rev=5999&view=rev Author: andresriancho Date: 2012-10-23 13:32:53 +0000 (Tue, 23 Oct 2012) Log Message: ----------- * Cosmetic change in method name * Fixed bug in exception that we were raising with incorrect amount of paramenters Modified Paths: -------------- branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/gtkUi/craftedRequests.py branches/threading2/core/ui/gtkUi/proxywin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-25 14:04:32
|
Revision: 6013 http://w3af.svn.sourceforge.net/w3af/?rev=6013&view=rev Author: andresriancho Date: 2012-10-25 14:04:21 +0000 (Thu, 25 Oct 2012) Log Message: ----------- * Moving startup config from auto_update to core.data.db in order to use it for other things and not only for auto_update. * Adding unittests Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/auto_update/tests/test_auto_update.py Added Paths: ----------- branches/threading2/core/data/db/startup_cfg.py branches/threading2/core/data/db/tests/test_startup_cfg.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-26 00:09:38
|
Revision: 6024 http://w3af.svn.sourceforge.net/w3af/?rev=6024&view=rev Author: andresriancho Date: 2012-10-26 00:09:32 +0000 (Fri, 26 Oct 2012) Log Message: ----------- Better error handling, still some work pending. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py branches/threading2/core/controllers/core_helpers/consumers/bruteforce.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/grep.py branches/threading2/core/controllers/core_helpers/exception_handler.py branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/gui/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-26 23:01:59
|
Revision: 6035 http://w3af.svn.sourceforge.net/w3af/?rev=6035&view=rev Author: andresriancho Date: 2012-10-26 23:01:52 +0000 (Fri, 26 Oct 2012) Log Message: ----------- LDTP did NOT allow me to set DISPLAY env and run things on a different display. Dogtail does. Migrating to that tool. Modified Paths: -------------- branches/threading2/core/data/bloomfilter/pybloom.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/tests/test_xvfb_server.py Added Paths: ----------- branches/threading2/core/ui/gui/tests/dogtail_wrapper/ branches/threading2/core/ui/gui/tests/dogtail_wrapper/__init__.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/dogtail.xinitrc branches/threading2/core/ui/gui/tests/dogtail_wrapper/dogtail_unittest.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/gnome.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/helloworld.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/tests/ branches/threading2/core/ui/gui/tests/dogtail_wrapper/xvfb_server.py Removed Paths: ------------- branches/threading2/core/ui/gui/tests/ldtp_wrapper/gnome.py branches/threading2/core/ui/gui/tests/ldtp_wrapper/helloworld.py branches/threading2/core/ui/gui/tests/ldtp_wrapper/tests/ branches/threading2/core/ui/gui/tests/ldtp_wrapper/xinitrc_2.sh branches/threading2/core/ui/gui/tests/ldtp_wrapper/xvfb_server.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 16:52:59
|
Revision: 6078 http://w3af.svn.sourceforge.net/w3af/?rev=6078&view=rev Author: andresriancho Date: 2012-10-31 16:52:50 +0000 (Wed, 31 Oct 2012) Log Message: ----------- * Minor code cleanup in history * pep8 changes Modified Paths: -------------- branches/threading2/core/data/db/history.py branches/threading2/core/ui/gui/httpLogTab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-03 18:45:38
|
Revision: 6117 http://w3af.svn.sourceforge.net/w3af/?rev=6117&view=rev Author: andresriancho Date: 2012-11-03 18:45:31 +0000 (Sat, 03 Nov 2012) Log Message: ----------- Refactoring to decouple input validation from the way the user inputs the data. Modified Paths: -------------- branches/threading2/core/data/options/baseoption.py branches/threading2/core/data/options/bool_option.py branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/float_option.py branches/threading2/core/data/options/input_file_option.py branches/threading2/core/data/options/integer_option.py branches/threading2/core/data/options/ipport_option.py branches/threading2/core/data/options/list_option.py branches/threading2/core/data/options/output_file_option.py branches/threading2/core/data/options/port_option.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/options/regex_option.py branches/threading2/core/data/options/string_option.py branches/threading2/core/data/options/url_option.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 19:18:07
|
Revision: 6170 http://w3af.svn.sourceforge.net/w3af/?rev=6170&view=rev Author: andresriancho Date: 2012-11-09 19:18:00 +0000 (Fri, 09 Nov 2012) Log Message: ----------- More unittests for types returned by options. Modified Paths: -------------- branches/threading2/core/data/url/tests/test_opener_settings.py Added Paths: ----------- branches/threading2/core/controllers/core_helpers/tests/test_target.py branches/threading2/core/controllers/tests/test_misc_settings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-17 01:29:04
|
Revision: 6177 http://w3af.svn.sourceforge.net/w3af/?rev=6177&view=rev Author: andresriancho Date: 2012-11-17 01:28:58 +0000 (Sat, 17 Nov 2012) Log Message: ----------- * Fixed import for exploit_result * Added call to main_loop in order to make the UI more responsive Modified Paths: -------------- branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/shell.py branches/threading2/core/ui/gui/history.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/messages.py branches/threading2/core/ui/gui/scanrun.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-29 02:11:24
|
Revision: 6203 http://w3af.svn.sourceforge.net/w3af/?rev=6203&view=rev Author: andresriancho Date: 2012-11-29 02:11:18 +0000 (Thu, 29 Nov 2012) Log Message: ----------- Fixes to pass more pylint checks, one more missing for core.ui to PASS. Modified Paths: -------------- branches/threading2/core/controllers/tests/pylint.rc branches/threading2/core/controllers/tests/test_pylint.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/helpers.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-05 02:35:45
|
Revision: 6254 http://w3af.svn.sourceforge.net/w3af/?rev=6254&view=rev Author: andresriancho Date: 2012-12-05 02:35:39 +0000 (Wed, 05 Dec 2012) Log Message: ----------- Adding some magic decorator to make the 'S' dissapear from my test results Modified Paths: -------------- branches/threading2/core/data/esmre/tests/test_multi_in.py branches/threading2/core/data/esmre/tests/test_multire.py Added Paths: ----------- branches/threading2/core/controllers/tests/pylint_plugins/decorator.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-05 13:13:04
|
Revision: 6257 http://w3af.svn.sourceforge.net/w3af/?rev=6257&view=rev Author: andresriancho Date: 2012-12-05 13:12:55 +0000 (Wed, 05 Dec 2012) Log Message: ----------- * Rewrote ntlm auth handler to work nicely with other handlers * Added unittests for ntlm auth Modified Paths: -------------- branches/threading2/core/__init__.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_xurllib.py Added Paths: ----------- branches/threading2/core/data/url/handlers/ntlm_auth.py branches/threading2/core/data/url/handlers/tests/test_ntlm_auth.py branches/threading2/core/data/url/tests/test_xurllib_integration.py Removed Paths: ------------- branches/threading2/core/data/url/handlers/HTTPNtlmAuthHandler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |