w3af-svn-notify Mailing List for w3af (Page 48)
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-08-01 19:46:35
|
Revision: 5481 http://w3af.svn.sourceforge.net/w3af/?rev=5481&view=rev Author: andresriancho Date: 2012-08-01 19:46:29 +0000 (Wed, 01 Aug 2012) Log Message: ----------- None is a simple type Modified Paths: -------------- branches/threading2/core/data/db/disk_list.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 19:44:11
|
Revision: 5480 http://w3af.svn.sourceforge.net/w3af/?rev=5480&view=rev Author: andresriancho Date: 2012-08-01 19:44:05 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Changed directory name to match unittest and plugin name. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/discovery/spider_man/ Removed Paths: ------------- extras/testEnv/webroot/moth/w3af/discovery/spiderMan/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 19:33:30
|
Revision: 5479 http://w3af.svn.sourceforge.net/w3af/?rev=5479&view=rev Author: andresriancho Date: 2012-08-01 19:33:24 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Removing join() since we don't need it anymore. The new threading model does this in an automatic manner. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseAuditPlugin.py 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-01 18:56:21
|
Revision: 5477 http://w3af.svn.sourceforge.net/w3af/?rev=5477&view=rev Author: andresriancho Date: 2012-08-01 18:56:12 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Creating cookie handler first in order to avoid it from being None. Modified Paths: -------------- branches/threading2/core/data/url/urlOpenerSettings.py 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:55:05
|
Revision: 5476 http://w3af.svn.sourceforge.net/w3af/?rev=5476&view=rev Author: andresriancho Date: 2012-08-01 18:54:56 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Initial tests for XSRF plugin, mostly tests for internal functions Added Paths: ----------- branches/threading2/plugins/tests/audit/test_xsrf.py 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:54:22
|
Revision: 5475 http://w3af.svn.sourceforge.net/w3af/?rev=5475&view=rev Author: andresriancho Date: 2012-08-01 18:54:13 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Adding template for redos unittest. Added Paths: ----------- branches/threading2/plugins/tests/audit/test_redos.py 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:52:28
|
Revision: 5474 http://w3af.svn.sourceforge.net/w3af/?rev=5474&view=rev Author: andresriancho Date: 2012-08-01 18:52:22 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Merging Taras' code from his csrf branch to my threading2 branch. Modified Paths: -------------- branches/threading2/plugins/audit/xsrf.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sv...@us...> - 2012-08-01 18:07:16
|
Revision: 5473 http://w3af.svn.sourceforge.net/w3af/?rev=5473&view=rev Author: svetleo Date: 2012-08-01 18:07:10 +0000 (Wed, 01 Aug 2012) Log Message: ----------- cosmetic Modified Paths: -------------- extras/w3af_webui/trunk/src/w3af_webui/management/commands/w3af_run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 17:11:07
|
Revision: 5472 http://w3af.svn.sourceforge.net/w3af/?rev=5472&view=rev Author: andresriancho Date: 2012-08-01 17:11:00 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/request/fuzzableRequest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 17:10:00
|
Revision: 5471 http://w3af.svn.sourceforge.net/w3af/?rev=5471&view=rev Author: andresriancho Date: 2012-08-01 17:09:54 +0000 (Wed, 01 Aug 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-08-01 16:57:01
|
Revision: 5470 http://w3af.svn.sourceforge.net/w3af/?rev=5470&view=rev Author: andresriancho Date: 2012-08-01 16:56:55 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Adding a way for plugins to access the cookie jar, unittested it. Modified Paths: -------------- branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/urlOpenerSettings.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-08-01 16:55:57
|
Revision: 5469 http://w3af.svn.sourceforge.net/w3af/?rev=5469&view=rev Author: andresriancho Date: 2012-08-01 16:55:51 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/misc/levenshtein.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 16:55:30
|
Revision: 5468 http://w3af.svn.sourceforge.net/w3af/?rev=5468&view=rev Author: andresriancho Date: 2012-08-01 16:55:24 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Sorting result for easy reading. Modified Paths: -------------- branches/threading2/plugins/tests/unittest_coverage.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 16:54:54
|
Revision: 5467 http://w3af.svn.sourceforge.net/w3af/?rev=5467&view=rev Author: andresriancho Date: 2012-08-01 16:54:48 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/tests/audit/test_os_commanding.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 16:35:48
|
Revision: 5466 http://w3af.svn.sourceforge.net/w3af/?rev=5466&view=rev Author: andresriancho Date: 2012-08-01 16:35:41 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Adding new CSRF tests (based on some by Taras) which will help test the xsrf.py plugin Added Paths: ----------- extras/testEnv/webroot/moth/w3af/audit/xsrf/referer/ extras/testEnv/webroot/moth/w3af/audit/xsrf/referer/buy.php extras/testEnv/webroot/moth/w3af/audit/xsrf/referer/index.php extras/testEnv/webroot/moth/w3af/audit/xsrf/referer-rnd/ extras/testEnv/webroot/moth/w3af/audit/xsrf/referer-rnd/buy.php extras/testEnv/webroot/moth/w3af/audit/xsrf/referer-rnd/index.php extras/testEnv/webroot/moth/w3af/audit/xsrf/referer_lib.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 15:28:24
|
Revision: 5465 http://w3af.svn.sourceforge.net/w3af/?rev=5465&view=rev Author: andresriancho Date: 2012-08-01 15:28:14 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic. Modified Paths: -------------- branches/threading2/plugins/tests/grep/test_form_autocomplete.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 15:27:50
|
Revision: 5464 http://w3af.svn.sourceforge.net/w3af/?rev=5464&view=rev Author: andresriancho Date: 2012-08-01 15:27:41 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Added unittest for click_jacking, minor modifications to plugin's source. Modified Paths: -------------- branches/threading2/plugins/grep/click_jacking.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_click_jacking.py 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:19:55
|
Revision: 5463 http://w3af.svn.sourceforge.net/w3af/?rev=5463&view=rev Author: andresriancho Date: 2012-08-01 13:19:49 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Minor modifications to make moth work with htaccess_methods Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/audit/htaccess_methods/index.html Added Paths: ----------- extras/testEnv/webroot/moth/w3af/audit/htaccess_methods/restricted/ extras/testEnv/webroot/moth/w3af/audit/htaccess_methods/restricted/index.php 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:19:45
|
Revision: 5462 http://w3af.svn.sourceforge.net/w3af/?rev=5462&view=rev Author: andresriancho Date: 2012-08-01 13:19:39 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Modified moth to work with htaccess_methods Modified Paths: -------------- extras/testEnv/apache2config/sites-available/moth 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 12:05:22
|
Revision: 5460 http://w3af.svn.sourceforge.net/w3af/?rev=5460&view=rev Author: andresriancho Date: 2012-08-01 12:05:12 +0000 (Wed, 01 Aug 2012) Log Message: ----------- * Cosmetic changes to gtk_output * Added unittest Modified Paths: -------------- branches/threading2/plugins/output/gtk_output.py Added Paths: ----------- branches/threading2/plugins/tests/output/test_gtk_output.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-31 21:23:24
|
Revision: 5459 http://w3af.svn.sourceforge.net/w3af/?rev=5459&view=rev Author: andresriancho Date: 2012-07-31 21:23:18 +0000 (Tue, 31 Jul 2012) Log Message: ----------- More restrictive SSN regex and added one more unittest for false positive. Modified Paths: -------------- branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/tests/grep/test_ssn.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-31 21:21:50
|
Revision: 5458 http://w3af.svn.sourceforge.net/w3af/?rev=5458&view=rev Author: andresriancho Date: 2012-07-31 21:21:44 +0000 (Tue, 31 Jul 2012) Log Message: ----------- Fixed getClearTextBody method and added unittest. Modified Paths: -------------- branches/threading2/core/data/url/httpResponse.py branches/threading2/core/data/url/tests/test_httpResponse.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-31 18:34:02
|
Revision: 5457 http://w3af.svn.sourceforge.net/w3af/?rev=5457&view=rev Author: andresriancho Date: 2012-07-31 18:33:56 +0000 (Tue, 31 Jul 2012) Log Message: ----------- * Minor plugin rewrite to use set() for headers (which makes the "in" faster) * Added unittest Modified Paths: -------------- branches/threading2/plugins/grep/strange_headers.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_strange_headers.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |