w3af-svn-notify Mailing List for w3af (Page 43)
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-18 23:23:28
|
Revision: 5600 http://w3af.svn.sourceforge.net/w3af/?rev=5600&view=rev Author: andresriancho Date: 2012-08-18 23:23:22 +0000 (Sat, 18 Aug 2012) Log Message: ----------- All crawl plugins now put their results in the output queue. Modified Paths: -------------- 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/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.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/slash.py branches/threading2/plugins/crawl/spider_man.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_diff.py branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/crawl/wsdl_finder.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-18 15:25:33
|
Revision: 5599 http://w3af.svn.sourceforge.net/w3af/?rev=5599&view=rev Author: andresriancho Date: 2012-08-18 15:25:27 +0000 (Sat, 18 Aug 2012) Log Message: ----------- A more aggressive algorithm to collect plugin results. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/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-08-18 01:47:44
|
Revision: 5598 http://w3af.svn.sourceforge.net/w3af/?rev=5598&view=rev Author: andresriancho Date: 2012-08-18 01:47:38 +0000 (Sat, 18 Aug 2012) Log Message: ----------- Better algorithm for processing plugin output: now we get the result even when the plugin is still collecting the rest of the fuzzable requests. This speeds-up the whole process since other plugins can start working. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/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-08-18 01:32:19
|
Revision: 5597 http://w3af.svn.sourceforge.net/w3af/?rev=5597&view=rev Author: andresriancho Date: 2012-08-18 01:32:13 +0000 (Sat, 18 Aug 2012) Log Message: ----------- Now the webspider works! All those Queues are aligned :) Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseEvasionPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/coreHelpers/consumers/base_consumer.py branches/threading2/core/controllers/coreHelpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/update_urls_in_kb.py branches/threading2/plugins/crawl/web_spider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-18 01:31:04
|
Revision: 5596 http://w3af.svn.sourceforge.net/w3af/?rev=5596&view=rev Author: andresriancho Date: 2012-08-18 01:30:58 +0000 (Sat, 18 Aug 2012) Log Message: ----------- Minor changes to unittest that allows for an easier read of the result (if fails) Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_web_spider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 23:13:57
|
Revision: 5595 http://w3af.svn.sourceforge.net/w3af/?rev=5595&view=rev Author: andresriancho Date: 2012-08-17 23:13:50 +0000 (Fri, 17 Aug 2012) Log Message: ----------- * rewrote the plugin.py plugin_factory function * multiple changes towards pep-8 Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/basePlugin/baseEvasionPlugin.py branches/threading2/core/controllers/basePlugin/baseManglePlugin.py branches/threading2/core/controllers/basePlugin/baseOutputPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py branches/threading2/core/controllers/coreHelpers/plugins.py branches/threading2/core/controllers/coreHelpers/profiles.py branches/threading2/core/controllers/coreHelpers/status.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/target.py branches/threading2/core/controllers/coreHelpers/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/exception_handling/helpers.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/profiling/cpu_usage.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_1.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_2.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_3.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_internet_1.py branches/threading2/core/controllers/wizard/questions/question_target_1.py branches/threading2/core/data/options/optionList.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/ui/consoleUi/bug_report.py branches/threading2/core/ui/consoleUi/config.py branches/threading2/core/ui/consoleUi/consoleUi.py branches/threading2/core/ui/consoleUi/exploit.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/consoleUi/rootMenu.py branches/threading2/core/ui/gtkUi/confpanel.py branches/threading2/core/ui/gtkUi/craftedRequests.py branches/threading2/core/ui/gtkUi/exploittab.py branches/threading2/core/ui/gtkUi/httpLogTab.py branches/threading2/core/ui/gtkUi/kbtree.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/core/ui/gtkUi/pluginEditor.py branches/threading2/core/ui/gtkUi/pluginconfig.py branches/threading2/core/ui/gtkUi/profiles.py branches/threading2/core/ui/gtkUi/reqResViewer.py branches/threading2/core/ui/gtkUi/wizard.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/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.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/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/user_dir.py branches/threading2/plugins/crawl/web_diff.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/crawl/wordpress_enumerate_users.py branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py branches/threading2/plugins/evasion/backspace_between_dots.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/reversed_slashes.py branches/threading2/plugins/evasion/rnd_case.py branches/threading2/plugins/evasion/rnd_hex_encode.py branches/threading2/plugins/evasion/rnd_param.py branches/threading2/plugins/evasion/rnd_path.py branches/threading2/plugins/evasion/self_reference.py branches/threading2/plugins/evasion/shift_out_in_between_dots.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/error_pages.py branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/domain_dot.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/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/mangle/sed.py branches/threading2/plugins/output/console.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_all_false_positive.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/helper.py 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-17 22:53:09
|
Revision: 5594 http://w3af.svn.sourceforge.net/w3af/?rev=5594&view=rev Author: andresriancho Date: 2012-08-17 22:53:02 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/misc/lru.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 13:50:12
|
Revision: 5593 http://w3af.svn.sourceforge.net/w3af/?rev=5593&view=rev Author: andresriancho Date: 2012-08-17 13:50:06 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Updated dependency check Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 03:08:16
|
Revision: 5592 http://w3af.svn.sourceforge.net/w3af/?rev=5592&view=rev Author: andresriancho Date: 2012-08-17 03:08:10 +0000 (Fri, 17 Aug 2012) Log Message: ----------- * Now the discovery=(infra,crawl) plugins are run in a consumer. * Refactoring to have a base_consumer * Renamed FINISH_CONSUMER with POISON_PILL * TODO: - Testing - Crawl plugins should have a to_core() method to add stuff to the producer's output_queue Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/consumers/audit.py branches/threading2/core/controllers/coreHelpers/consumers/auth.py branches/threading2/core/controllers/coreHelpers/consumers/constants.py branches/threading2/core/controllers/coreHelpers/consumers/grep.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/outputManager.py Added Paths: ----------- branches/threading2/core/controllers/coreHelpers/consumers/base_consumer.py branches/threading2/core/controllers/coreHelpers/consumers/bruteforce.py branches/threading2/core/controllers/coreHelpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 03:05:51
|
Revision: 5591 http://w3af.svn.sourceforge.net/w3af/?rev=5591&view=rev Author: andresriancho Date: 2012-08-17 03:05:44 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Added some utility functions. Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/update_urls_in_kb.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 03:03:56
|
Revision: 5590 http://w3af.svn.sourceforge.net/w3af/?rev=5590&view=rev Author: andresriancho Date: 2012-08-17 03:03:50 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Small hack to make the rest of the code look nicer. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 02:22:11
|
Revision: 5589 http://w3af.svn.sourceforge.net/w3af/?rev=5589&view=rev Author: andresriancho Date: 2012-08-17 02:22:05 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Moving the responsability to reconfigure the url_opener to the end() method in basic_auth plugin. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 02:20:32
|
Revision: 5588 http://w3af.svn.sourceforge.net/w3af/?rev=5588&view=rev Author: andresriancho Date: 2012-08-17 02:20:26 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Moving the variant_db outside the web_spider plugin and to the core. This allows me to use it in the crawling/infrastructure phase. Modified Paths: -------------- branches/threading2/plugins/crawl/web_spider.py Added Paths: ----------- branches/threading2/core/data/db/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-08-17 02:19:00
|
Revision: 5587 http://w3af.svn.sourceforge.net/w3af/?rev=5587&view=rev Author: andresriancho Date: 2012-08-17 02:18:54 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Cosmetic. Modified Paths: -------------- branches/threading2/plugins/audit/sqli.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-15 01:09:51
|
Revision: 5586 http://w3af.svn.sourceforge.net/w3af/?rev=5586&view=rev Author: andresriancho Date: 2012-08-15 01:09:45 +0000 (Wed, 15 Aug 2012) Log Message: ----------- Added repos for testing find_dvcs. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/README extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/branch-format extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/branch-lock/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/format extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/indices/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/lock/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/obsolete_packs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/pack-names extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/packs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/shared-storage extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/.bzr/repository/upload/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/bzr/index.html extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/COMMIT_EDITMSG extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/HEAD extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/branches/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/config extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/description extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/applypatch-msg.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/commit-msg.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/post-update.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/pre-applypatch.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/pre-commit.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/pre-rebase.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/prepare-commit-msg.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/hooks/update.sample extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/index extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/info/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/info/exclude extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/logs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/logs/HEAD extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/logs/refs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/logs/refs/heads/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/logs/refs/heads/master extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/66/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/66/9cf867828a881ab986d74ff627cfa4cb1b4ead extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/a8/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/a8/83d0ff6933581311fde2dc13c74b83b05ccebd extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/c1/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/c1/6b3cbe4eed0574ebf9901c41573200c433a9eb extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/info/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/objects/pack/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/refs/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/refs/heads/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/refs/heads/master extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/.git/refs/tags/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/git/index.html extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/00changelog.i extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/dirstate extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/last-message.txt extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/requires extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/00changelog.i extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/00manifest.i extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/data/ extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/data/index.html.i extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/fncache extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/store/undo extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/undo.bookmarks extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/undo.branch extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/undo.desc extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/.hg/undo.dirstate extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/hg/index.html extras/testEnv/webroot/moth/w3af/crawl/find_dvcs/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-15 01:07:54
|
Revision: 5585 http://w3af.svn.sourceforge.net/w3af/?rev=5585&view=rev Author: andresriancho Date: 2012-08-15 01:07:48 +0000 (Wed, 15 Aug 2012) Log Message: ----------- Removing find_git plugin, since find_dvcs did the same but also for hg and bzr. Added unittest for all three DVCS. Modified Paths: -------------- branches/threading2/plugins/crawl/find_dvcs.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_find_dvcs.py Removed Paths: ------------- branches/threading2/plugins/crawl/find_git.py branches/threading2/plugins/tests/crawl/test_find_git.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 03:21:40
|
Revision: 5584 http://w3af.svn.sourceforge.net/w3af/?rev=5584&view=rev Author: andresriancho Date: 2012-08-14 03:21:34 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Moving test to its own directory. Added Paths: ----------- branches/threading2/core/data/bloomfilter/tests/ branches/threading2/core/data/bloomfilter/tests/__init__.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py Removed Paths: ------------- branches/threading2/core/data/bloomfilter/test_pybloom.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 03:21:04
|
Revision: 5583 http://w3af.svn.sourceforge.net/w3af/?rev=5583&view=rev Author: andresriancho Date: 2012-08-14 03:20:56 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Adding unittest scripts for dot_net_errors Added Paths: ----------- extras/testEnv/webroot/moth/w3af/infrastructure/dot_net_errors/ extras/testEnv/webroot/moth/w3af/infrastructure/dot_net_errors/index.html extras/testEnv/webroot/moth/w3af/infrastructure/dot_net_errors/sample.aspx extras/testEnv/webroot/moth/w3af/infrastructure/dot_net_errors/sample~.aspx This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 03:20:40
|
Revision: 5582 http://w3af.svn.sourceforge.net/w3af/?rev=5582&view=rev Author: andresriancho Date: 2012-08-14 03:20:32 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Adding dot_net_errors unittest, rewrite plugin. Added Paths: ----------- branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/tests/infrastructure/test_dot_net_errors.py Removed Paths: ------------- branches/threading2/plugins/crawl/dot_net_errors.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 03:17:59
|
Revision: 5581 http://w3af.svn.sourceforge.net/w3af/?rev=5581&view=rev Author: andresriancho Date: 2012-08-14 03:17:51 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Correct call to threadpool Modified Paths: -------------- 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-08-14 02:04:28
|
Revision: 5580 http://w3af.svn.sourceforge.net/w3af/?rev=5580&view=rev Author: andresriancho Date: 2012-08-14 02:04:22 +0000 (Tue, 14 Aug 2012) Log Message: ----------- A better looking and stricter (now backup.gz and related files can't be found via directory indexing) unittest script for content_negotiation. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/crawl/content_negotiation/backup.php extras/testEnv/webroot/moth/w3af/crawl/content_negotiation/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 01:57:41
|
Revision: 5579 http://w3af.svn.sourceforge.net/w3af/?rev=5579&view=rev Author: andresriancho Date: 2012-08-14 01:57:33 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Remove test script for content negotiation Add unittest Plugin rewrite for new threadpool model Modified Paths: -------------- branches/threading2/plugins/crawl/content_negotiation.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_content_negotiation.py Removed Paths: ------------- branches/threading2/scripts/script-content_negotiation.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 22:52:08
|
Revision: 5578 http://w3af.svn.sourceforge.net/w3af/?rev=5578&view=rev Author: andresriancho Date: 2012-08-13 22:52:01 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Files needed for wsdl_finder tests, a very simple example of SOAP web service. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/ extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/ extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.nusoap_base.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soap_fault.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soap_parser.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soap_server.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soap_transport_http.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soap_val.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.soapclient.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.wsdl.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.wsdlcache.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/class.xmlschema.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/nusoap.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/lib/nusoapmime.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/ extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/client1.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/client2.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/client3.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/getfile1client.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/getfile2client.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/index.html extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/mimeclient.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/sslclient.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient1.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient10.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient11.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient12.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient13.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient14.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient15.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient2.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient3.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient3b.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient3c.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient4.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient5.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient6.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient7.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient8.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/samples/wsdlclient9.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/web_service_client.php extras/testEnv/webroot/moth/w3af/crawl/wsdl_finder/web_service_server.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 22:49:05
|
Revision: 5577 http://w3af.svn.sourceforge.net/w3af/?rev=5577&view=rev Author: andresriancho Date: 2012-08-13 22:48:57 +0000 (Mon, 13 Aug 2012) Log Message: ----------- We already had tests for this, only the name was incorrect :) Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_find_backdoors.py Removed Paths: ------------- branches/threading2/plugins/tests/crawl/test_find_backdoor.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 22:43:48
|
Revision: 5576 http://w3af.svn.sourceforge.net/w3af/?rev=5576&view=rev Author: andresriancho Date: 2012-08-13 22:43:41 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Camel case to _ separated. createFuzzableRequests Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py branches/threading2/core/controllers/basePlugin/baseInfrastructurePlugin.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/data/request/frFactory.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/find_backdoors.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/find_git.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/sitemap_xml.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/web_diff.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/server_status.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |