[W3af-svn-notify] SF.net SVN: w3af:[6407] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-18 17:55:39
|
Revision: 6407 http://w3af.svn.sourceforge.net/w3af/?rev=6407&view=rev Author: andresriancho Date: 2012-12-18 17:55:31 +0000 (Tue, 18 Dec 2012) Log Message: ----------- Moving towards a different Info/Vuln class. Still need to migrate some Infos. This will allow us to, in the future, have long vulnerability descriptions, solutions, etc. defined in external files. Modified Paths: -------------- branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/shell.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/vuln.py branches/threading2/core/data/kb/vuln_templates/base_template.py branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/core/ui/console/kbMenu.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/guardian.py branches/threading2/core/ui/gui/kbtree.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/payloads/php_sca.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/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/content_negotiation.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/ghdb.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/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/user_dir.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/grep/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/cache_control.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/credit_cards.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dom_xss.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/error_500.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/form_autocomplete.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/url_session.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/grep/xss_protection_header.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/dot_net_errors.py 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/php_eggs.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/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/tests/grep/test_strange_parameters.py branches/threading2/plugins/tests/output/test_csv_file.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 Added Paths: ----------- branches/threading2/core/controllers/plugins/tests/ branches/threading2/core/controllers/plugins/tests/test_plugin.py branches/threading2/core/data/constants/vulns.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |