w3af-svn-notify Mailing List for w3af (Page 33)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <and...@us...> - 2012-10-09 18:43:54
|
Revision: 5850 http://w3af.svn.sourceforge.net/w3af/?rev=5850&view=rev Author: andresriancho Date: 2012-10-09 18:43:47 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Moving in order to work on a diff workstation Modified Paths: -------------- branches/threading2/core/data/export/html_export.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-08 21:01:46
|
Revision: 5849 http://w3af.svn.sourceforge.net/w3af/?rev=5849&view=rev Author: andresriancho Date: 2012-10-08 21:01:39 +0000 (Mon, 08 Oct 2012) Log Message: ----------- Modified the code to pass the jslint check Modified Paths: -------------- branches/threading2/core/data/export/ajax_export.py branches/threading2/core/data/export/tests/test_ajax_export.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-08 20:02:18
|
Revision: 5848 http://w3af.svn.sourceforge.net/w3af/?rev=5848&view=rev Author: andresriancho Date: 2012-10-08 20:02:12 +0000 (Mon, 08 Oct 2012) Log Message: ----------- More tests for exports. Modified Paths: -------------- branches/threading2/core/data/export/ajax_export.py Added Paths: ----------- branches/threading2/core/data/export/tests/test_ajax_export.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-08 13:21:52
|
Revision: 5847 http://w3af.svn.sourceforge.net/w3af/?rev=5847&view=rev Author: andresriancho Date: 2012-10-08 13:21:42 +0000 (Mon, 08 Oct 2012) Log Message: ----------- * Adding more tests for factory.py content * Renaming lots of request types for simpler names Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/export.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/exchangableMethods.py branches/threading2/core/data/fuzzer/formFiller.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/getResponseType.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/url/handlers/MultipartPostHandler.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/output/export_requests.py Added Paths: ----------- branches/threading2/core/data/fuzzer/tests/ branches/threading2/core/data/fuzzer/tests/test_form_filler.py branches/threading2/core/data/request/HTTPPostDataRequest.py branches/threading2/core/data/request/HTTPQsRequest.py branches/threading2/core/data/request/JSONRequest.py branches/threading2/core/data/request/WebServiceRequest.py branches/threading2/core/data/request/XMLRPCRequest.py branches/threading2/core/data/request/tests/test_create_fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_requests.py branches/threading2/core/data/request/tests/test_fuzzable_request.py Removed Paths: ------------- branches/threading2/core/data/request/httpPostDataRequest.py branches/threading2/core/data/request/httpQsRequest.py branches/threading2/core/data/request/jsonPostDataRequest.py branches/threading2/core/data/request/tests/test_factory.py branches/threading2/core/data/request/tests/test_fuzzablerequest.py branches/threading2/core/data/request/wsPostDataRequest.py branches/threading2/core/data/request/xmlrpcRequest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-08 13:00:46
|
Revision: 5846 http://w3af.svn.sourceforge.net/w3af/?rev=5846&view=rev Author: andresriancho Date: 2012-10-08 13:00:36 +0000 (Mon, 08 Oct 2012) Log Message: ----------- * Adding unittest to exports * Minor modification to exported code, replaced \t with 4-spaces Modified Paths: -------------- branches/threading2/core/data/export/python_export.py Added Paths: ----------- branches/threading2/core/data/export/tests/ branches/threading2/core/data/export/tests/test_python_export.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-07 18:00:17
|
Revision: 5845 http://w3af.svn.sourceforge.net/w3af/?rev=5845&view=rev Author: andresriancho Date: 2012-10-07 18:00:10 +0000 (Sun, 07 Oct 2012) Log Message: ----------- * Changing name from frFactory to factory. * Adding test_factory.py for create_fuzzable_requests tests. * Renaming fuzzableHeaders inside cf to fuzzable_headers * Adding feature to factory.py for handling content-location header Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/seed.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/crawl_plugin.py branches/threading2/core/controllers/plugins/infrastructure_plugin.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/parsers/httpRequestParser.py branches/threading2/core/data/request/tests/test_fuzzablerequest.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/xUrllib.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/mangle/sed.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/bruteforce.pw3af branches/threading2/profiles/empty_profile.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af branches/threading2/scripts/script-header_fuzzing.w3af Added Paths: ----------- branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/tests/test_factory.py Removed Paths: ------------- branches/threading2/core/data/request/frFactory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-06 11:52:10
|
Revision: 5844 http://w3af.svn.sourceforge.net/w3af/?rev=5844&view=rev Author: andresriancho Date: 2012-10-06 11:52:04 +0000 (Sat, 06 Oct 2012) Log Message: ----------- Adding randomize. Modified Paths: -------------- extras/build/nose/nose.cfg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-06 03:36:35
|
Revision: 5843 http://w3af.svn.sourceforge.net/w3af/?rev=5843&view=rev Author: andresriancho Date: 2012-10-06 03:36:29 +0000 (Sat, 06 Oct 2012) Log Message: ----------- Updating nose's config after testing some plugins Modified Paths: -------------- extras/build/nose/nose.cfg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 22:42:57
|
Revision: 5842 http://w3af.svn.sourceforge.net/w3af/?rev=5842&view=rev Author: andresriancho Date: 2012-10-05 22:42:50 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Using add_task and task_done the right way. 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 22:41:37
|
Revision: 5841 http://w3af.svn.sourceforge.net/w3af/?rev=5841&view=rev Author: andresriancho Date: 2012-10-05 22:41:31 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/tests/audit/test_all_false_positive.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 21:42:09
|
Revision: 5840 http://w3af.svn.sourceforge.net/w3af/?rev=5840&view=rev Author: andresriancho Date: 2012-10-05 21:42:03 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Fixed bug for kb getData name change. Modified Paths: -------------- branches/threading2/plugins/infrastructure/server_header.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-05 19:08:44
|
Revision: 5838 http://w3af.svn.sourceforge.net/w3af/?rev=5838&view=rev Author: andresriancho Date: 2012-10-05 19:08:37 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Adding new test for dir_bruter so that the index is not the main location for those tests. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/ extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/index.html extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/spameggs/ extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/spameggs/portal/ extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/spameggs/portal/andres/ extras/testEnv/webroot/moth/w3af/crawl/dir_bruter/test/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 19:04:30
|
Revision: 5837 http://w3af.svn.sourceforge.net/w3af/?rev=5837&view=rev Author: andresriancho Date: 2012-10-05 19:04:24 +0000 (Fri, 05 Oct 2012) Log Message: ----------- * Added a recursive test for dir_bruter * Modified db so tests run in seconds instead of minutes * Added more documentation to the dir_bruter plugin, and modified how it behaves when on recursive mode. Modified Paths: -------------- branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/tests/crawl/test_dir_bruter.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/dir_bruter/ branches/threading2/plugins/tests/crawl/dir_bruter/test_dirs_small.db This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 18:38:52
|
Revision: 5836 http://w3af.svn.sourceforge.net/w3af/?rev=5836&view=rev Author: andresriancho Date: 2012-10-05 18:38:45 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Working add_task / task_done with assertion for >= 0 pending tasks. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.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 17:49:18
|
Revision: 5835 http://w3af.svn.sourceforge.net/w3af/?rev=5835&view=rev Author: andresriancho Date: 2012-10-05 17:49:12 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Minor speed improvement. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/strategy.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 17:48:38
|
Revision: 5834 http://w3af.svn.sourceforge.net/w3af/?rev=5834&view=rev Author: andresriancho Date: 2012-10-05 17:48:32 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Added assertion that will drive me crazy for some hours, but needs to be there to make sure I'm doing things the right way. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/base_consumer.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 17:47:49
|
Revision: 5833 http://w3af.svn.sourceforge.net/w3af/?rev=5833&view=rev Author: andresriancho Date: 2012-10-05 17:47:43 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Already defined in parent's __init__ Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.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:32:00
|
Revision: 5832 http://w3af.svn.sourceforge.net/w3af/?rev=5832&view=rev Author: andresriancho Date: 2012-10-05 16:31:51 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Adding "invalid" extension "foobar" and removing '' extension Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/fingerprint_404.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 16:05:15
|
Revision: 5830 http://w3af.svn.sourceforge.net/w3af/?rev=5830&view=rev Author: andresriancho Date: 2012-10-05 16:05:04 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/db/history.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 15:48:38
|
Revision: 5828 http://w3af.svn.sourceforge.net/w3af/?rev=5828&view=rev Author: andresriancho Date: 2012-10-05 15:48:32 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Added FIXME and minor cosmetic changes. Modified Paths: -------------- branches/threading2/core/data/db/history.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:36:22
|
Revision: 5827 http://w3af.svn.sourceforge.net/w3af/?rev=5827&view=rev Author: andresriancho Date: 2012-10-05 15:36:15 +0000 (Fri, 05 Oct 2012) Log Message: ----------- * Adding test for broken profiles * Fixed some profiles that had issues with server_header Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/core_helpers/tests/test_profiles.py branches/threading2/core/data/profile/profile.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/web_infrastructure.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 01:15:22
|
Revision: 5826 http://w3af.svn.sourceforge.net/w3af/?rev=5826&view=rev Author: andresriancho Date: 2012-10-05 01:15:16 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Better handling for critical error in initialization phase Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/strategy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |