[W3af-svn-notify] SF.net SVN: w3af:[5553] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-10 01:31:09
|
Revision: 5553 http://w3af.svn.sourceforge.net/w3af/?rev=5553&view=rev Author: andresriancho Date: 2012-08-10 01:31:00 +0000 (Fri, 10 Aug 2012) Log Message: ----------- Initial commit after splitting "discovery" into "crawl" and "infrastructure". Most unittests still pass, but work is still needed. Most likely will have to continue working on it in order to have all unittests passing and then continue with other stuff. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseOutputPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/coreHelpers/consumers/audit.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/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/misc/factory.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_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/data/nltk_wrapper/nltk_wrapper.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/search_engines/bing.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/consoleUi/tests/test_consoleui.py branches/threading2/core/ui/gtkUi/helpers.py branches/threading2/core/ui/gtkUi/pluginconfig.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/__init__.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/bruteforce/__init__.py branches/threading2/plugins/crawl/tests/test_http_vs_https_dist.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/infrastructure/oHmap/hmap.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_all_false_positive.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/audit/test_global_redirect.py branches/threading2/plugins/tests/audit/test_htaccess_methods.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_os_commanding.py branches/threading2/plugins/tests/audit/test_phishing_vector.py branches/threading2/plugins/tests/audit/test_preg_replace.py branches/threading2/plugins/tests/audit/test_redos.py branches/threading2/plugins/tests/audit/test_response_splitting.py branches/threading2/plugins/tests/audit/test_ssi.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xss.py branches/threading2/plugins/tests/auth/test_detailed.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py branches/threading2/plugins/tests/grep/test_form_autocomplete.py branches/threading2/plugins/tests/grep/test_get_emails.py branches/threading2/plugins/tests/grep/test_html_comments.py branches/threading2/plugins/tests/grep/test_http_in_body.py branches/threading2/plugins/tests/grep/test_lang.py branches/threading2/plugins/tests/grep/test_meta_tags.py branches/threading2/plugins/tests/grep/test_motw.py branches/threading2/plugins/tests/grep/test_password_profiling.py branches/threading2/plugins/tests/grep/test_svn_users.py branches/threading2/plugins/tests/output/test_csv_file.py branches/threading2/plugins/tests/output/test_email_report.py branches/threading2/plugins/tests/output/test_export_requests.py branches/threading2/plugins/tests/output/test_html_file.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_file.py branches/threading2/plugins/tests/unittest_coverage.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/bruteforce.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af Added Paths: ----------- branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py branches/threading2/core/controllers/basePlugin/baseInfrastructurePlugin.py branches/threading2/plugins/crawl/ branches/threading2/plugins/crawl/__init__.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation/ branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter/ branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/dot_net_errors.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/find_git.py branches/threading2/plugins/crawl/ghdb/ 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/ branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/php_eggs.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto/ branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator/ 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/tests/ 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/web_spider.py branches/threading2/plugins/crawl/wordnet/ branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/crawl/wordpress_enumerate_users.py branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py branches/threading2/plugins/crawl/wsdl_finder.py branches/threading2/plugins/infrastructure/ branches/threading2/plugins/infrastructure/__init__.py branches/threading2/plugins/infrastructure/afd.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/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/favicon/ branches/threading2/plugins/infrastructure/favicon_identification.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/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/halberd.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/oHalberd/ branches/threading2/plugins/infrastructure/oHmap/ branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/tests/crawl/ branches/threading2/plugins/tests/crawl/__init__.py branches/threading2/plugins/tests/crawl/failing_spider.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/crawl/test_bing_spider.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/crawl/test_digit_sum.py branches/threading2/plugins/tests/crawl/test_dir_bruter.py branches/threading2/plugins/tests/crawl/test_find_backdoor.py branches/threading2/plugins/tests/crawl/test_find_captchas.py branches/threading2/plugins/tests/crawl/test_find_git.py branches/threading2/plugins/tests/crawl/test_google_spider.py branches/threading2/plugins/tests/crawl/test_phpinfo.py branches/threading2/plugins/tests/crawl/test_pykto.py branches/threading2/plugins/tests/crawl/test_ria_enumerator.py branches/threading2/plugins/tests/crawl/test_robots_txt.py branches/threading2/plugins/tests/crawl/test_sitemap_xml.py branches/threading2/plugins/tests/crawl/test_spider_man.py branches/threading2/plugins/tests/crawl/test_url_fuzzer.py branches/threading2/plugins/tests/crawl/test_urllist_txt.py branches/threading2/plugins/tests/crawl/test_user_dir.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/crawl/test_wordnet.py branches/threading2/plugins/tests/infrastructure/ branches/threading2/plugins/tests/infrastructure/__init__.py branches/threading2/plugins/tests/infrastructure/test_afd.py branches/threading2/plugins/tests/infrastructure/test_allowed_methods.py branches/threading2/plugins/tests/infrastructure/test_detect_transparent_proxy.py branches/threading2/plugins/tests/infrastructure/test_finger_bing.py branches/threading2/plugins/tests/infrastructure/test_finger_google.py branches/threading2/plugins/tests/infrastructure/test_frontpage_version.py branches/threading2/plugins/tests/infrastructure/test_netcraft.py branches/threading2/profiles/full_audit_spider_man.pw3af Removed Paths: ------------- branches/threading2/core/controllers/basePlugin/baseDiscoveryPlugin.py branches/threading2/plugins/discovery/ branches/threading2/plugins/tests/discovery/ branches/threading2/profiles/full_audit_manual_disc.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |