w3af-svn-notify Mailing List for w3af (Page 12)
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-15 23:53:01
|
Revision: 6377 http://w3af.svn.sourceforge.net/w3af/?rev=6377&view=rev Author: andresriancho Date: 2012-12-15 23:52:55 +0000 (Sat, 15 Dec 2012) Log Message: ----------- Cosmetic fix Modified Paths: -------------- 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-12-14 23:36:25
|
Revision: 6376 http://w3af.svn.sourceforge.net/w3af/?rev=6376&view=rev Author: andresriancho Date: 2012-12-14 23:36:17 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Adding a very strict assert (that fails now), will I ever be able to pass that? Modified Paths: -------------- branches/threading2/core/controllers/tests/test_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-14 23:34:12
|
Revision: 6375 http://w3af.svn.sourceforge.net/w3af/?rev=6375&view=rev Author: andresriancho Date: 2012-12-14 23:34:04 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Fixing bug in grep consumer. Modified Paths: -------------- 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-12-14 23:34:06
|
Revision: 6374 http://w3af.svn.sourceforge.net/w3af/?rev=6374&view=rev Author: andresriancho Date: 2012-12-14 23:33:58 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Making sure worker threads are daemons too. Modified Paths: -------------- branches/threading2/core/controllers/threads/threadpool.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 23:31:38
|
Revision: 6373 http://w3af.svn.sourceforge.net/w3af/?rev=6373&view=rev Author: andresriancho Date: 2012-12-14 23:31:29 +0000 (Fri, 14 Dec 2012) Log Message: ----------- All my threads are daemon processes, because I can't really code. Modified Paths: -------------- branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/encdec.py branches/threading2/core/ui/gui/exception_handling/common_windows.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 17:24:13
|
Revision: 6372 http://w3af.svn.sourceforge.net/w3af/?rev=6372&view=rev Author: andresriancho Date: 2012-12-14 17:24:07 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Empty is now really empty. Modified Paths: -------------- branches/threading2/plugins/grep/user_defined_regex/empty.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 17:03:25
|
Revision: 6371 http://w3af.svn.sourceforge.net/w3af/?rev=6371&view=rev Author: andresriancho Date: 2012-12-14 17:03:18 +0000 (Fri, 14 Dec 2012) Log Message: ----------- targetFramework -> target_framework Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_1.py branches/threading2/core/controllers/wizard/questions/question_target_1.py branches/threading2/core/controllers/wizard/tests/test_wizards.py branches/threading2/core/data/profile/profile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 17:01:49
|
Revision: 6370 http://w3af.svn.sourceforge.net/w3af/?rev=6370&view=rev Author: andresriancho Date: 2012-12-14 17:01:42 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Unittesting that the following works: * Pause/Unpause * Pause/Stop * Stop Modified Paths: -------------- branches/threading2/core/controllers/tests/test_w3afcore.py branches/threading2/plugins/tests/helper.py Added Paths: ----------- branches/threading2/core/controllers/tests/count.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 17:00:02
|
Revision: 6369 http://w3af.svn.sourceforge.net/w3af/?rev=6369&view=rev Author: andresriancho Date: 2012-12-14 16:59:55 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Cosmetic method change Modified Paths: -------------- 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-12-14 14:02:57
|
Revision: 6368 http://w3af.svn.sourceforge.net/w3af/?rev=6368&view=rev Author: andresriancho Date: 2012-12-14 14:02:50 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Adding Dom's code to the repo. Added Paths: ----------- branches/threading2/core/controllers/csp/ branches/threading2/core/controllers/csp/__init__.py branches/threading2/core/controllers/csp/tests/ branches/threading2/core/controllers/csp/tests/__init__.py branches/threading2/core/controllers/csp/tests/test_utils.py branches/threading2/core/controllers/csp/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-14 12:58:15
|
Revision: 6367 http://w3af.svn.sourceforge.net/w3af/?rev=6367&view=rev Author: andresriancho Date: 2012-12-14 12:58:08 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Removed the threadManager module! This means that we have one less singleton and we don't rely on our own code for managing the thread-pool (now if something goes wrong with that is because we're using the API in an incorrect way). Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/plugins.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/tests/test_exec_shell.py branches/threading2/core/data/kb/tests/test_read_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/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/tests/test_payload_handler.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/dot_listing.py branches/threading2/plugins/crawl/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/sitemap_xml.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/user_dir.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/crawl/wsdl_finder.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/php_eggs.py Removed Paths: ------------- branches/threading2/core/controllers/threads/threadManager.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-14 00:01:32
|
Revision: 6366 http://w3af.svn.sourceforge.net/w3af/?rev=6366&view=rev Author: andresriancho Date: 2012-12-14 00:01:23 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Adding plugin that detects session ids in the URL Added Paths: ----------- branches/threading2/plugins/grep/url_session.py branches/threading2/plugins/tests/grep/test_url_session.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 23:59:47
|
Revision: 6365 http://w3af.svn.sourceforge.net/w3af/?rev=6365&view=rev Author: andresriancho Date: 2012-12-13 23:59:38 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Moving cookie DB to a different file in constants. Modified Paths: -------------- branches/threading2/plugins/grep/analyze_cookies.py Added Paths: ----------- branches/threading2/core/data/constants/cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 23:59:04
|
Revision: 6364 http://w3af.svn.sourceforge.net/w3af/?rev=6364&view=rev Author: andresriancho Date: 2012-12-13 23:58:54 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Cleanup Modified Paths: -------------- branches/threading2/plugins/grep/directory_indexing.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 23:12:09
|
Revision: 6363 http://w3af.svn.sourceforge.net/w3af/?rev=6363&view=rev Author: andresriancho Date: 2012-12-13 23:12:00 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Adding new cache control grep plugin. Modified Paths: -------------- branches/threading2/core/data/parsers/sgmlParser.py Added Paths: ----------- branches/threading2/plugins/grep/cache_control.py branches/threading2/plugins/tests/grep/test_cache_control.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 23:02:53
|
Revision: 6362 http://w3af.svn.sourceforge.net/w3af/?rev=6362&view=rev Author: andresriancho Date: 2012-12-13 23:02:44 +0000 (Thu, 13 Dec 2012) Log Message: ----------- import cleanup Modified Paths: -------------- branches/threading2/core/data/db/db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 19:07:42
|
Revision: 6361 http://w3af.svn.sourceforge.net/w3af/?rev=6361&view=rev Author: andresriancho Date: 2012-12-13 19:07:30 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Better db exception handling, bring all exceptions back to main thread. Modified Paths: -------------- branches/threading2/core/data/db/db.py Added Paths: ----------- branches/threading2/core/data/db/tests/test_db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 19:07:27
|
Revision: 6360 http://w3af.svn.sourceforge.net/w3af/?rev=6360&view=rev Author: andresriancho Date: 2012-12-13 19:07:16 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/tests/pylint_plugins/decorator.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 17:26:30
|
Revision: 6359 http://w3af.svn.sourceforge.net/w3af/?rev=6359&view=rev Author: andresriancho Date: 2012-12-13 17:26:23 +0000 (Thu, 13 Dec 2012) Log Message: ----------- * Identified and fixed bug in document parser cache where two completely different URLs returned the same body and the cache returned an incorrect parser * PEP8 module name change for dpCache * Unittested bug and basic features in dpcache Modified Paths: -------------- branches/threading2/core/data/request/factory.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py Added Paths: ----------- branches/threading2/core/data/parsers/parser_cache.py branches/threading2/core/data/parsers/tests/test_parser_cache.py Removed Paths: ------------- branches/threading2/core/data/parsers/dpCache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 17:23:51
|
Revision: 6358 http://w3af.svn.sourceforge.net/w3af/?rev=6358&view=rev Author: andresriancho Date: 2012-12-13 17:23:44 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Cosmetic 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-13 15:35:13
|
Revision: 6357 http://w3af.svn.sourceforge.net/w3af/?rev=6357&view=rev Author: andresriancho Date: 2012-12-13 15:35:05 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Added tests with directories to variant db Modified Paths: -------------- branches/threading2/core/data/db/tests/test_variant_db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 15:25:53
|
Revision: 6356 http://w3af.svn.sourceforge.net/w3af/?rev=6356&view=rev Author: andresriancho Date: 2012-12-13 15:25:46 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Cosmetic while checking why it was failing. Modified Paths: -------------- branches/threading2/plugins/tests/audit/test_xpath.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 15:25:16
|
Revision: 6355 http://w3af.svn.sourceforge.net/w3af/?rev=6355&view=rev Author: andresriancho Date: 2012-12-13 15:25:09 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Removing debug=True, that should never be in the repo. Modified Paths: -------------- branches/threading2/plugins/tests/auth/test_detailed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 14:37:38
|
Revision: 6354 http://w3af.svn.sourceforge.net/w3af/?rev=6354&view=rev Author: andresriancho Date: 2012-12-13 14:37:31 +0000 (Thu, 13 Dec 2012) Log Message: ----------- * Changed index.html "or" value to reflect change in xml * Cosmetic changes to index.html Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/audit/xpath/index.html extras/testEnv/webroot/moth/w3af/audit/xpath/xpath.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 14:37:34
|
Revision: 6353 http://w3af.svn.sourceforge.net/w3af/?rev=6353&view=rev Author: andresriancho Date: 2012-12-13 14:37:27 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Adding slow tag. Modified Paths: -------------- branches/threading2/plugins/tests/attack/test_xpath.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |