w3af-svn-notify Mailing List for w3af (Page 5)
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-12-31 15:37:25
|
Revision: 6552 http://w3af.svn.sourceforge.net/w3af/?rev=6552&view=rev Author: andresriancho Date: 2012-12-31 15:37:18 +0000 (Mon, 31 Dec 2012) Log Message: ----------- * Moved parse_qs tests to unittest * Adding stricter type check to parse_qs Modified Paths: -------------- branches/threading2/core/data/parsers/tests/test_url.py branches/threading2/core/data/parsers/url.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 15:36:25
|
Revision: 6551 http://w3af.svn.sourceforge.net/w3af/?rev=6551&view=rev Author: andresriancho Date: 2012-12-31 15:36:18 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Changing URLs after name change in moth. Modified Paths: -------------- branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/plugins/tests/crawl/import_results/input-base64.burp branches/threading2/plugins/tests/crawl/import_results/input-nobase64.burp branches/threading2/plugins/tests/crawl/import_results/input-test.csv branches/threading2/plugins/tests/crawl/test_import_results.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 02:02:56
|
Revision: 6550 http://w3af.svn.sourceforge.net/w3af/?rev=6550&view=rev Author: andresriancho Date: 2012-12-31 02:02:49 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Removing some "except:" clauses Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/daemons/webserver.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/dependency_check/lazy_load.py branches/threading2/core/controllers/misc/is_ip_address.py branches/threading2/core/controllers/misc/is_private_site.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/proxywin.py Added Paths: ----------- branches/threading2/core/controllers/misc/tests/test_is_ip_address.py branches/threading2/core/controllers/misc/tests/test_is_private_site.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 02:01:50
|
Revision: 6549 http://w3af.svn.sourceforge.net/w3af/?rev=6549&view=rev Author: andresriancho Date: 2012-12-31 02:01:43 +0000 (Mon, 31 Dec 2012) Log Message: ----------- * Created from_string in Headers, removed similar code from mangle_plugin, unittested Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/data/dc/headers.py branches/threading2/core/data/dc/tests/test_headers.py branches/threading2/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 00:06:29
|
Revision: 6548 http://w3af.svn.sourceforge.net/w3af/?rev=6548&view=rev Author: andresriancho Date: 2012-12-31 00:06:17 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Where was I raising that Skip?! Modified Paths: -------------- branches/threading2/plugins/tests/audit/test_frontpage.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-30 22:46:53
|
Revision: 6547 http://w3af.svn.sourceforge.net/w3af/?rev=6547&view=rev Author: andresriancho Date: 2012-12-30 22:46:46 +0000 (Sun, 30 Dec 2012) Log Message: ----------- * Making audit_return_vulns thread safe * PEP8 for parser module names * Minor chages to some plugins to have mutants passed as parameters Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/tests/test_w3afcore.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/tests/test_document_parser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/wml_parser.py branches/threading2/core/data/request/factory.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/tests/basic.py Added Paths: ----------- branches/threading2/core/data/parsers/html.py branches/threading2/core/data/parsers/sgml.py branches/threading2/core/data/parsers/wsdl.py Removed Paths: ------------- branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/wsdlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 22:20:41
|
Revision: 6546 http://w3af.svn.sourceforge.net/w3af/?rev=6546&view=rev Author: andresriancho Date: 2012-12-29 22:20:35 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Removing error message that filled logs, still have my TODO to remember this though. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/progress.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 22:19:15
|
Revision: 6545 http://w3af.svn.sourceforge.net/w3af/?rev=6545&view=rev Author: andresriancho Date: 2012-12-29 22:19:09 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Testing exception handling at the core level Modified Paths: -------------- branches/threading2/core/controllers/tests/test_w3afcore.py Added Paths: ----------- branches/threading2/core/controllers/tests/exception_raise.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 22:17:19
|
Revision: 6544 http://w3af.svn.sourceforge.net/w3af/?rev=6544&view=rev Author: andresriancho Date: 2012-12-29 22:17:13 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Simplified scan_end_hook Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 22:16:20
|
Revision: 6543 http://w3af.svn.sourceforge.net/w3af/?rev=6543&view=rev Author: andresriancho Date: 2012-12-29 22:16:12 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 15:51:54
|
Revision: 6542 http://w3af.svn.sourceforge.net/w3af/?rev=6542&view=rev Author: andresriancho Date: 2012-12-29 15:51:47 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Performance improvement to check for XSS in more than one param at the same time Modified Paths: -------------- branches/threading2/plugins/audit/xss.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 15:50:32
|
Revision: 6541 http://w3af.svn.sourceforge.net/w3af/?rev=6541&view=rev Author: andresriancho Date: 2012-12-29 15:50:23 +0000 (Sat, 29 Dec 2012) Log Message: ----------- PEP8 Modified Paths: -------------- branches/threading2/core/controllers/plugins/plugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 14:51:29
|
Revision: 6540 http://w3af.svn.sourceforge.net/w3af/?rev=6540&view=rev Author: andresriancho Date: 2012-12-29 14:51:21 +0000 (Sat, 29 Dec 2012) Log Message: ----------- * Fixed missing import error * Fixed unittest that had a missing file Modified Paths: -------------- branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/tests/test_document_parser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 14:39:58
|
Revision: 6539 http://w3af.svn.sourceforge.net/w3af/?rev=6539&view=rev Author: andresriancho Date: 2012-12-29 14:39:51 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Cosmetic Added Paths: ----------- branches/threading2/core/data/url/time_analysis.py Removed Paths: ------------- branches/threading2/core/data/url/timeAnalysis.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 14:37:39
|
Revision: 6538 http://w3af.svn.sourceforge.net/w3af/?rev=6538&view=rev Author: andresriancho Date: 2012-12-29 14:37:27 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Moved doctest to unittest file Modified Paths: -------------- branches/threading2/core/data/fuzzer/utils.py Added Paths: ----------- branches/threading2/core/data/fuzzer/tests/test_utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 14:03:39
|
Revision: 6537 http://w3af.svn.sourceforge.net/w3af/?rev=6537&view=rev Author: andresriancho Date: 2012-12-29 14:03:32 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Adding more tests for context, found a couple of errors which need to be fixed! Modified Paths: -------------- branches/threading2/core/data/context/context.py branches/threading2/core/data/context/tests/test_context.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-29 14:02:01
|
Revision: 6536 http://w3af.svn.sourceforge.net/w3af/?rev=6536&view=rev Author: andresriancho Date: 2012-12-29 14:01:54 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Using the correct exception type Modified Paths: -------------- branches/threading2/core/controllers/plugins/plugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 23:44:35
|
Revision: 6535 http://w3af.svn.sourceforge.net/w3af/?rev=6535&view=rev Author: andresriancho Date: 2012-12-28 23:44:26 +0000 (Fri, 28 Dec 2012) Log Message: ----------- Removing merged branch Removed Paths: ------------- branches/xss/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 23:41:38
|
Revision: 6534 http://w3af.svn.sourceforge.net/w3af/?rev=6534&view=rev Author: andresriancho Date: 2012-12-28 23:41:31 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Merged Taras' changes into treading2 branch * Rewrote the plugin to use the new threading2 features, PEP8, etc. * Modified plugin to reduce memory usage (self._fuzzable_requests was removed and self._xss_mutants moved to disk) * Fixed bug in context handling when only the payload was echoed Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/tests/audit/test_xss.py Added Paths: ----------- branches/threading2/core/data/context/ branches/threading2/core/data/context/__init__.py branches/threading2/core/data/context/context.py branches/threading2/core/data/context/tests/ branches/threading2/core/data/context/tests/test_context.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 23:39:15
|
Revision: 6533 http://w3af.svn.sourceforge.net/w3af/?rev=6533&view=rev Author: andresriancho Date: 2012-12-28 23:39:07 +0000 (Fri, 28 Dec 2012) Log Message: ----------- PEP8 for disk_item Modified Paths: -------------- branches/threading2/core/data/db/disk_item.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/parsers/url.py branches/threading2/core/data/request/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-12-28 23:06:47
|
Revision: 6532 http://w3af.svn.sourceforge.net/w3af/?rev=6532&view=rev Author: andresriancho Date: 2012-12-28 23:06:41 +0000 (Fri, 28 Dec 2012) Log Message: ----------- Was forgetting to fetch exceptions from audit consumer 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-12-28 23:06:12
|
Revision: 6531 http://w3af.svn.sourceforge.net/w3af/?rev=6531&view=rev Author: andresriancho Date: 2012-12-28 23:06:04 +0000 (Fri, 28 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/exception_handler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 19:21:48
|
Revision: 6527 http://w3af.svn.sourceforge.net/w3af/?rev=6527&view=rev Author: andresriancho Date: 2012-12-28 18:30:09 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Moved doctests to unittest * Added url_join test for full urls Modified Paths: -------------- branches/threading2/core/data/parsers/tests/test_url.py branches/threading2/core/data/parsers/url.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 18:41:00
|
Revision: 6530 http://w3af.svn.sourceforge.net/w3af/?rev=6530&view=rev Author: andresriancho Date: 2012-12-28 18:40:54 +0000 (Fri, 28 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/infrastructure/afd.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 18:40:36
|
Revision: 6529 http://w3af.svn.sourceforge.net/w3af/?rev=6529&view=rev Author: andresriancho Date: 2012-12-28 18:40:26 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Added (hackish) support for parsing getURL in SWF bytecode * Updated web_spider test to reflect the new URL we're now able to find * Updated test_swf to reflect the new feature Modified Paths: -------------- branches/threading2/core/data/parsers/swf.py branches/threading2/core/data/parsers/tests/test_swf.py branches/threading2/plugins/tests/crawl/test_web_spider.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/data/uncompress-swf.py branches/threading2/core/data/parsers/tests/data/wivet1.flr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |