Thread: [W3af-svn-notify] SF.net SVN: w3af:[5312] branches/threading2 (Page 2)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-07-01 14:30:03
|
Revision: 5312 http://w3af.svn.sourceforge.net/w3af/?rev=5312&view=rev Author: andresriancho Date: 2012-07-01 14:29:57 +0000 (Sun, 01 Jul 2012) Log Message: ----------- Moving things around, adding unittest for bing. Modified Paths: -------------- branches/threading2/core/data/search_engines/pks.py branches/threading2/core/data/search_engines/searchEngine.py branches/threading2/plugins/discovery/bing_spider.py branches/threading2/plugins/discovery/fingerBing.py branches/threading2/plugins/discovery/fingerGoogle.py branches/threading2/plugins/discovery/fingerPKS.py branches/threading2/plugins/discovery/ghdb.py branches/threading2/plugins/discovery/googleSpider.py branches/threading2/plugins/discovery/sharedHosting.py Added Paths: ----------- branches/threading2/core/data/search_engines/ branches/threading2/core/data/search_engines/bing.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/data/search_engines/tests/test_bing.py branches/threading2/core/data/search_engines/tests/test_googleSearchEngine.py branches/threading2/plugins/tests/discovery/test_bing_spider.py Removed Paths: ------------- branches/threading2/core/data/searchEngines/__init__.py branches/threading2/core/data/searchEngines/bing.py branches/threading2/core/data/searchEngines/googleSearchEngine.py branches/threading2/core/data/searchEngines/pks.py branches/threading2/core/data/searchEngines/searchEngine.py branches/threading2/core/data/searchEngines/tests/ branches/threading2/core/data/search_engines/bing.py branches/threading2/core/data/search_engines/googleSearchEngine.py branches/threading2/core/data/search_engines/tests/test_googleSearchEngine.py branches/threading2/core/data/search_engines/yahooSiteExplorer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-14 19:45:00
|
Revision: 5343 http://w3af.svn.sourceforge.net/w3af/?rev=5343&view=rev Author: andresriancho Date: 2012-07-14 19:44:54 +0000 (Sat, 14 Jul 2012) Log Message: ----------- Merging various changes from trunk. Modified Paths: -------------- branches/threading2/core/data/kb/shell.py branches/threading2/plugins/audit/phishingVector.py branches/threading2/plugins/discovery/detectTransparentProxy.py branches/threading2/plugins/tests/audit/test_os_commanding.py Added Paths: ----------- branches/threading2/plugins/tests/attack/ branches/threading2/plugins/tests/discovery/test_detect_transparent_proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-15 13:15:10
|
Revision: 5345 http://w3af.svn.sourceforge.net/w3af/?rev=5345&view=rev Author: andresriancho Date: 2012-07-15 13:15:04 +0000 (Sun, 15 Jul 2012) Log Message: ----------- Fixed audit to work with the new threadpool (the one from multiprocessing). Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/consumers/audit.py branches/threading2/core/controllers/coreHelpers/strategy.py Property Changed: ---------------- branches/threading2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-17 16:30:12
|
Revision: 5372 http://w3af.svn.sourceforge.net/w3af/?rev=5372&view=rev Author: andresriancho Date: 2012-07-17 16:30:06 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Moved debug logging responsability from plugins to core(audit.py). Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/consumers/audit.py branches/threading2/plugins/audit/LDAPi.py branches/threading2/plugins/audit/blindSqli.py branches/threading2/plugins/audit/buffOverflow.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/fileUpload.py branches/threading2/plugins/audit/formatString.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/globalRedirect.py branches/threading2/plugins/audit/htaccessMethods.py branches/threading2/plugins/audit/localFileInclude.py branches/threading2/plugins/audit/mxInjection.py branches/threading2/plugins/audit/osCommanding.py branches/threading2/plugins/audit/phishingVector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/remoteFileInclude.py branches/threading2/plugins/audit/responseSplitting.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/sslCertificate.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xsrf.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-26 15:46:52
|
Revision: 5416 http://w3af.svn.sourceforge.net/w3af/?rev=5416&view=rev Author: andresriancho Date: 2012-07-26 15:46:45 +0000 (Thu, 26 Jul 2012) Log Message: ----------- Applied minor fixes in order to allow the tests to run without sending packets to any external source. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/fingerprint_404.py branches/threading2/plugins/tests/grep/test_all.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-27 16:42:38
|
Revision: 5434 http://w3af.svn.sourceforge.net/w3af/?rev=5434&view=rev Author: andresriancho Date: 2012-07-27 16:42:29 +0000 (Fri, 27 Jul 2012) Log Message: ----------- Rewrote basic_auth plugin in order to use the new bruteforcer generator and the multiprocessing threadpool. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/plugins/bruteforce/basic_auth.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-27 20:11:29
|
Revision: 5440 http://w3af.svn.sourceforge.net/w3af/?rev=5440&view=rev Author: andresriancho Date: 2012-07-27 20:11:23 +0000 (Fri, 27 Jul 2012) Log Message: ----------- More changes related to plugin name changes. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseAttackPlugin.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/scripts/script-file_upload_shell.w3af branches/threading2/scripts/script-test-exploit-config.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-30 14:06:28
|
Revision: 5448 http://w3af.svn.sourceforge.net/w3af/?rev=5448&view=rev Author: andresriancho Date: 2012-07-30 14:06:18 +0000 (Mon, 30 Jul 2012) Log Message: ----------- * Almost rewrote the html_file plugin * Added unittest to the plugin * Refactoring in html_file / text_file: method that was repeated was moved to base plugin * Renamed directory in order to follow plugin name change Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseOutputPlugin.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file/style.css branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py Added Paths: ----------- branches/threading2/plugins/output/html_file/ branches/threading2/plugins/tests/output/test_html_file.py Removed Paths: ------------- branches/threading2/plugins/output/htmlFile/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 13:17:02
|
Revision: 5461 http://w3af.svn.sourceforge.net/w3af/?rev=5461&view=rev Author: andresriancho Date: 2012-08-01 13:16:52 +0000 (Wed, 01 Aug 2012) Log Message: ----------- * Removing script that is replaced with new unittest * Rewrote htaccess_methods in order to perform deeper tests * Modified web_spider in order not to flag 403 and 401 as broken links and return them to the core. Modified Paths: -------------- branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/discovery/web_spider.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_htaccess_methods.py Removed Paths: ------------- branches/threading2/scripts/script-htaccess_methods.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 18:58:23
|
Revision: 5478 http://w3af.svn.sourceforge.net/w3af/?rev=5478&view=rev Author: andresriancho Date: 2012-08-01 18:58:15 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic name change for method setUrlOpener Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseEvasionPlugin.py branches/threading2/core/controllers/basePlugin/baseGrepPlugin.py branches/threading2/core/controllers/basePlugin/baseManglePlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/coreHelpers/fingerprint_404.py branches/threading2/core/controllers/coreHelpers/plugins.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/kb/shell.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_objects.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-02 00:14:07
|
Revision: 5486 http://w3af.svn.sourceforge.net/w3af/?rev=5486&view=rev Author: andresriancho Date: 2012-08-02 00:14:01 +0000 (Thu, 02 Aug 2012) Log Message: ----------- Moved responsability of reporting what is being tested to the strategy. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/plugins/discovery/archive_dot_org.py branches/threading2/plugins/discovery/slash.py branches/threading2/plugins/discovery/url_fuzzer.py branches/threading2/plugins/discovery/user_dir.py branches/threading2/plugins/discovery/web_diff.py branches/threading2/plugins/discovery/web_spider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-02 13:14:00
|
Revision: 5490 http://w3af.svn.sourceforge.net/w3af/?rev=5490&view=rev Author: andresriancho Date: 2012-08-02 13:13:49 +0000 (Thu, 02 Aug 2012) Log Message: ----------- * Improved archive_dot_org to use threads during crawling * Better unittesting * Remove script Modified Paths: -------------- branches/threading2/plugins/discovery/archive_dot_org.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_archive_dot_org.py Removed Paths: ------------- branches/threading2/scripts/script-archive_dot_org.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 16:05:50
|
Revision: 5518 http://w3af.svn.sourceforge.net/w3af/?rev=5518&view=rev Author: andresriancho Date: 2012-08-08 16:05:44 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor modifications to plugin: removed false-positive prone code, minor perf improvements. Modified Paths: -------------- branches/threading2/plugins/grep/dom_xss.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_dom_xss.py Removed Paths: ------------- branches/threading2/scripts/script-dom_xss.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 17:15:34
|
Revision: 5523 http://w3af.svn.sourceforge.net/w3af/?rev=5523&view=rev Author: andresriancho Date: 2012-08-08 17:15:28 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Added unittest, removed test script, minor changes to plugin code. Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/plugins/grep/dot_net_event_validation.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py Removed Paths: ------------- branches/threading2/scripts/script-dotNetEventValidation.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 17:33:25
|
Revision: 5524 http://w3af.svn.sourceforge.net/w3af/?rev=5524&view=rev Author: andresriancho Date: 2012-08-08 17:33:19 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing old test script, adding unittest, reducing plugin's memory usage. Modified Paths: -------------- branches/threading2/plugins/grep/error_500.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_error_500.py Removed Paths: ------------- branches/threading2/scripts/script-error500.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:42:05
|
Revision: 5528 http://w3af.svn.sourceforge.net/w3af/?rev=5528&view=rev Author: andresriancho Date: 2012-08-08 18:41:59 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test scripts, adding unittests, minor changes to plugin. Modified Paths: -------------- branches/threading2/plugins/grep/get_emails.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_get_emails.py Removed Paths: ------------- branches/threading2/scripts/script-get_mails.w3af branches/threading2/scripts/script-get_mails_all.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:44:59
|
Revision: 5529 http://w3af.svn.sourceforge.net/w3af/?rev=5529&view=rev Author: andresriancho Date: 2012-08-08 18:44:53 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Cosmetic change s/mails/emails/g Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/pdfParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/plugins/attack/payloads/payloads/read_mail.py branches/threading2/plugins/discovery/finger_bing.py branches/threading2/plugins/discovery/finger_google.py branches/threading2/plugins/discovery/finger_pks.py branches/threading2/plugins/discovery/user_dir.py branches/threading2/plugins/grep/__init__.py branches/threading2/plugins/tests/discovery/test_finger_bing.py branches/threading2/plugins/tests/discovery/test_finger_google.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 19:24:28
|
Revision: 5532 http://w3af.svn.sourceforge.net/w3af/?rev=5532&view=rev Author: andresriancho Date: 2012-08-08 19:24:20 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removed test script, added unittest, major changes to plugin structure in order to avoid using so much memory. Modified Paths: -------------- branches/threading2/plugins/grep/html_comments.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_html_comments.py Removed Paths: ------------- branches/threading2/scripts/script-find_comments.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:39:20
|
Revision: 5534 http://w3af.svn.sourceforge.net/w3af/?rev=5534&view=rev Author: andresriancho Date: 2012-08-08 20:39:14 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Plugin rewrite for speed, added unittest, removed test scripts. Modified Paths: -------------- branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_lang.py Removed Paths: ------------- branches/threading2/scripts/script-lang_en.w3af branches/threading2/scripts/script-lang_es.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:58:26
|
Revision: 5537 http://w3af.svn.sourceforge.net/w3af/?rev=5537&view=rev Author: andresriancho Date: 2012-08-08 20:58:20 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removed test script, added unittest, minor plugin rewrite. Modified Paths: -------------- branches/threading2/plugins/grep/motw.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_motw.py Removed Paths: ------------- branches/threading2/scripts/script-motw.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 21:27:46
|
Revision: 5538 http://w3af.svn.sourceforge.net/w3af/?rev=5538&view=rev Author: andresriancho Date: 2012-08-08 21:27:40 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor plugin changes. Modified Paths: -------------- branches/threading2/plugins/grep/password_profiling.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_password_profiling.py Removed Paths: ------------- branches/threading2/scripts/script-password_profiling.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 21:42:54
|
Revision: 5541 http://w3af.svn.sourceforge.net/w3af/?rev=5541&view=rev Author: andresriancho Date: 2012-08-08 21:42:48 +0000 (Wed, 08 Aug 2012) Log Message: ----------- As usual, removed script, added unittest and modified plugin. Modified Paths: -------------- branches/threading2/plugins/grep/private_ip.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_private_ip.py Removed Paths: ------------- branches/threading2/scripts/script-private_ip-no-match.w3af branches/threading2/scripts/script-private_ip.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:34:04
|
Revision: 5543 http://w3af.svn.sourceforge.net/w3af/?rev=5543&view=rev Author: andresriancho Date: 2012-08-08 22:33:57 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor plugin changes. Modified Paths: -------------- branches/threading2/plugins/grep/strange_parameters.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_strange_parameters.py Removed Paths: ------------- branches/threading2/scripts/script-strange_parameters.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:53:36
|
Revision: 5545 http://w3af.svn.sourceforge.net/w3af/?rev=5545&view=rev Author: andresriancho Date: 2012-08-08 22:53:30 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor changes to plugin in order to make it faster. Modified Paths: -------------- branches/threading2/plugins/grep/strange_reason.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_strange_reason.py Removed Paths: ------------- branches/threading2/scripts/script-strange_reason_message.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 23:00:08
|
Revision: 5546 http://w3af.svn.sourceforge.net/w3af/?rev=5546&view=rev Author: andresriancho Date: 2012-08-08 23:00:00 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor changes to svn_users. Finished! All grep plugins have unittests now! Modified Paths: -------------- branches/threading2/plugins/grep/svn_users.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_svn_users.py Removed Paths: ------------- branches/threading2/scripts/script-svn_users.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |