[W3af-svn-notify] SF.net SVN: w3af:[6627] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2013-01-08 12:58:43
|
Revision: 6627 http://w3af.svn.sourceforge.net/w3af/?rev=6627&view=rev Author: andresriancho Date: 2013-01-08 12:58:35 +0000 (Tue, 08 Jan 2013) Log Message: ----------- * Moved KB to sqlite3 * Reverted changeset 6602 as it was making everything slow * TODO: - Fix pickling of shells - Fix UI message handling - Run all tests again Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/seed.py branches/threading2/core/controllers/core_helpers/consumers/tests/test_crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/exception_handler.py branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/core_helpers/tests/test_strategy.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/output_manager.py branches/threading2/core/controllers/threads/threadpool.py branches/threading2/core/data/db/dbms.py branches/threading2/core/data/db/disk_dict.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_dbms.py branches/threading2/core/data/db/tests/test_disk_dict.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/kb/tests/test_vuln.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/logtab.py branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/messages.py branches/threading2/core/ui/gui/pluginconfig.py branches/threading2/core/ui/gui/prompt.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/get_source_code.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/tests/auth/test_generic.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_content_negotiation.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_dot_listing.py branches/threading2/plugins/tests/crawl/test_google_spider.py branches/threading2/plugins/tests/crawl/test_import_results.py branches/threading2/plugins/tests/crawl/test_oracle_discovery.py branches/threading2/plugins/tests/crawl/test_phpinfo.py branches/threading2/plugins/tests/crawl/test_pykto.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_web_spider.py branches/threading2/plugins/tests/crawl/test_wordnet.py branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_credit_cards.py branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_lang.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_password_profiling.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_xss_protection_header.py branches/threading2/plugins/tests/infrastructure/test_fingerprint_os.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/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/bruteforce.pw3af branches/threading2/profiles/empty_profile.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af Added Paths: ----------- branches/threading2/core/data/kb/tests/test_update_urls_in_kb.py branches/threading2/core/ui/gui/output/ branches/threading2/core/ui/gui/output/__init__.py branches/threading2/core/ui/gui/output/gtk_output.py branches/threading2/core/ui/gui/output/tests/ branches/threading2/core/ui/gui/output/tests/test_gtk_output.py Removed Paths: ------------- branches/threading2/core/controllers/core_helpers/tests/test_update_urls_in_kb.py branches/threading2/core/controllers/core_helpers/update_urls_in_kb.py branches/threading2/plugins/output/gtk_output.py 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. |