w3af-svn-notify Mailing List for w3af (Page 32)
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-10 22:44:21
|
Revision: 5875 http://w3af.svn.sourceforge.net/w3af/?rev=5875&view=rev Author: andresriancho Date: 2012-10-10 22:44:15 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Cosmetic: do not overwrite builtins. Modified Paths: -------------- branches/threading2/plugins/grep/symfony.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 22:41:16
|
Revision: 5874 http://w3af.svn.sourceforge.net/w3af/?rev=5874&view=rev Author: andresriancho Date: 2012-10-10 22:41:10 +0000 (Wed, 10 Oct 2012) Log Message: ----------- w00t! exception_handler is not a singleton anymore! Now we have an instance in w3af_core that is sent to the sub-classes that require it. The only kludge that was implemented is in outputManager with the set_w3af_core method. 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/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/strategy.py branches/threading2/core/controllers/core_helpers/tests/test_exception_handler.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/ui/consoleUi/bug_report.py branches/threading2/core/ui/gtkUi/exception_handling/handled.py branches/threading2/core/ui/gtkUi/exception_handling/handled_bug_report.py branches/threading2/core/ui/gtkUi/exception_handling/unhandled.py branches/threading2/core/ui/gtkUi/guardian.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 22:30:34
|
Revision: 5873 http://w3af.svn.sourceforge.net/w3af/?rev=5873&view=rev Author: andresriancho Date: 2012-10-10 22:30:28 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Correcting minor issues in unittests Modified Paths: -------------- branches/threading2/core/controllers/misc/tests/test_levenshtein.py Added Paths: ----------- branches/threading2/core/controllers/misc/tests/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 22:26:55
|
Revision: 5872 http://w3af.svn.sourceforge.net/w3af/?rev=5872&view=rev Author: andresriancho Date: 2012-10-10 22:26:49 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Loading profiles from current path instead of /home/user/.w3af/profiles/ guarantees that we're actually testing the profiles we want. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/tests/test_profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 18:52:23
|
Revision: 5871 http://w3af.svn.sourceforge.net/w3af/?rev=5871&view=rev Author: andresriancho Date: 2012-10-10 18:52:17 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Moving test to the correct location. Added Paths: ----------- branches/threading2/core/controllers/misc/tests/ branches/threading2/core/controllers/misc/tests/test_levenshtein.py Removed Paths: ------------- branches/threading2/core/controllers/tests/test_levenshtein.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 18:49:27
|
Revision: 5870 http://w3af.svn.sourceforge.net/w3af/?rev=5870&view=rev Author: andresriancho Date: 2012-10-10 18:49:21 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Adding burp import unittest for import_results * Adding two files, with and without b64 encoding for testing Modified Paths: -------------- branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/tests/crawl/test_import_results.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/import_results/input-base64.burp branches/threading2/plugins/tests/crawl/import_results/input-nobase64.burp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 18:47:25
|
Revision: 5869 http://w3af.svn.sourceforge.net/w3af/?rev=5869&view=rev Author: andresriancho Date: 2012-10-10 18:47:20 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Setting the phase so the excepcion handler reports nicer errors. 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-10 18:46:22
|
Revision: 5868 http://w3af.svn.sourceforge.net/w3af/?rev=5868&view=rev Author: andresriancho Date: 2012-10-10 18:46:15 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Support for repeated header names. * Cosmetic changes * Making sure the scheme is in lower case so we support http and htTp Modified Paths: -------------- branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/request/factory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:46:30
|
Revision: 5867 http://w3af.svn.sourceforge.net/w3af/?rev=5867&view=rev Author: andresriancho Date: 2012-10-10 15:46:24 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Updating link Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/audit/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:26:15
|
Revision: 5866 http://w3af.svn.sourceforge.net/w3af/?rev=5866&view=rev Author: andresriancho Date: 2012-10-10 15:26:04 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Adding a "same origin policy" for forms that we parse * Skipping the test that I know will fail, but isn't really a "FAIL" because it has been working like this for ever Modified Paths: -------------- branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/tests/test_create_fuzzable_requests.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:24:30
|
Revision: 5865 http://w3af.svn.sourceforge.net/w3af/?rev=5865&view=rev Author: andresriancho Date: 2012-10-10 15:24:21 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Adding doctest for case insensitive protocol in URL Modified Paths: -------------- branches/threading2/core/data/parsers/urlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:23:40
|
Revision: 5864 http://w3af.svn.sourceforge.net/w3af/?rev=5864&view=rev Author: andresriancho Date: 2012-10-10 15:23:31 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/sitemap_xml.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/wordnet.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:22:23
|
Revision: 5863 http://w3af.svn.sourceforge.net/w3af/?rev=5863&view=rev Author: andresriancho Date: 2012-10-10 15:22:12 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Removing script that was replaced by unittest Removed Paths: ------------- branches/threading2/scripts/script-import_results.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 15:19:54
|
Revision: 5862 http://w3af.svn.sourceforge.net/w3af/?rev=5862&view=rev Author: andresriancho Date: 2012-10-10 15:19:48 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Moved test CSV file to plugins/tests/crawl/import_results/ * Minor refactoring to import_results.py * Added unittest for import_results.py (for now, only CSV) Modified Paths: -------------- branches/threading2/plugins/crawl/import_results.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/import_results/ branches/threading2/plugins/tests/crawl/import_results/input-test.csv branches/threading2/plugins/tests/crawl/test_import_results.py Removed Paths: ------------- branches/threading2/scripts/input-test.csv This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 14:11:30
|
Revision: 5861 http://w3af.svn.sourceforge.net/w3af/?rev=5861&view=rev Author: andresriancho Date: 2012-10-10 14:11:20 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Minor refactoring to respect user's wish: If there is a header that indicates that multipart should be used, use it, do not depend on any other external source for the decision * Cosmetic changes Modified Paths: -------------- branches/threading2/core/data/url/handlers/MultipartPostHandler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 14:09:48
|
Revision: 5860 http://w3af.svn.sourceforge.net/w3af/?rev=5860&view=rev Author: andresriancho Date: 2012-10-10 14:09:37 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Added test for invalid multipart * Fixed test for multipart (which was a unittest error, not in the code) Modified Paths: -------------- branches/threading2/core/data/request/tests/test_create_fuzzable_request.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 14:08:39
|
Revision: 5859 http://w3af.svn.sourceforge.net/w3af/?rev=5859&view=rev Author: andresriancho Date: 2012-10-10 14:08:29 +0000 (Wed, 10 Oct 2012) Log Message: ----------- Minor fix in loop's get_header and added TODO Modified Paths: -------------- branches/threading2/core/data/request/factory.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 23:41:02
|
Revision: 5858 http://w3af.svn.sourceforge.net/w3af/?rev=5858&view=rev Author: andresriancho Date: 2012-10-09 23:40:56 +0000 (Tue, 09 Oct 2012) Log Message: ----------- * Micro-refactoring * Now headers are sent as-is, without any .title() applied to them. Modified Paths: -------------- branches/threading2/core/data/dc/dataContainer.py branches/threading2/core/data/dc/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-09 21:29:33
|
Revision: 5857 http://w3af.svn.sourceforge.net/w3af/?rev=5857&view=rev Author: andresriancho Date: 2012-10-09 21:29:27 +0000 (Tue, 09 Oct 2012) Log Message: ----------- * Added doctest for repeated header names and __str__ * Fixed implementation Modified Paths: -------------- branches/threading2/core/data/dc/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-09 21:28:15
|
Revision: 5856 http://w3af.svn.sourceforge.net/w3af/?rev=5856&view=rev Author: andresriancho Date: 2012-10-09 21:28:08 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Improved iterable test Modified Paths: -------------- branches/threading2/core/data/dc/dataContainer.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 21:07:59
|
Revision: 5855 http://w3af.svn.sourceforge.net/w3af/?rev=5855&view=rev Author: andresriancho Date: 2012-10-09 21:07:53 +0000 (Tue, 09 Oct 2012) Log Message: ----------- * Simplified content-length fix * Taking the Header class into account Modified Paths: -------------- branches/threading2/core/controllers/daemons/localproxy.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 21:05:21
|
Revision: 5854 http://w3af.svn.sourceforge.net/w3af/?rev=5854&view=rev Author: andresriancho Date: 2012-10-09 21:05:15 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Generating a more complete object (Header) that knows how to __str__ itself. Modified 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-09 21:03:47
|
Revision: 5853 http://w3af.svn.sourceforge.net/w3af/?rev=5853&view=rev Author: andresriancho Date: 2012-10-09 21:03:41 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Translated BUGBUG into "an assertion" that will trigger when the bug is actually hit. If we have enough tests, it should trigger sometime and we'll find/fix. PS: r5851 is likely to break a lot of stuff because of the way I changed the headers from {"a":"b"} to {"a":["b"]}, if I find too many issues, I might rollback that change. It is not that important anyways. Revision Links: -------------- http://w3af.svn.sourceforge.net/w3af/?rev=5851&view=rev Modified Paths: -------------- branches/threading2/core/data/dc/dataContainer.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 21:00:00
|
Revision: 5852 http://w3af.svn.sourceforge.net/w3af/?rev=5852&view=rev Author: andresriancho Date: 2012-10-09 20:59:54 +0000 (Tue, 09 Oct 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/dc/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-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. |