Thread: [W3af-svn-notify] SF.net SVN: w3af:[6023] branches/threading2 (Page 5)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-10-25 19:25:27
|
Revision: 6023 http://w3af.svn.sourceforge.net/w3af/?rev=6023&view=rev Author: andresriancho Date: 2012-10-25 19:25:19 +0000 (Thu, 25 Oct 2012) Log Message: ----------- gtkUi -> gui Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/common/searchable.py branches/threading2/core/ui/gui/comparator/comparator.py branches/threading2/core/ui/gui/compare.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/constants.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/encdec.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/exception_handling/common_windows.py branches/threading2/core/ui/gui/exception_handling/handled.py branches/threading2/core/ui/gui/exception_handling/handled_bug_report.py branches/threading2/core/ui/gui/exception_handling/unhandled.py branches/threading2/core/ui/gui/exception_handling/unhandled_bug_report.py branches/threading2/core/ui/gui/exception_handling/user_reports_bug.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/export_request.py branches/threading2/core/ui/gui/guardian.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/httpeditor.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/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/rrviews/headers.py branches/threading2/core/ui/gui/rrviews/raw.py branches/threading2/core/ui/gui/splash.py branches/threading2/core/ui/gui/tests/ldtp_wrapper/gnome.py branches/threading2/core/ui/gui/tests/ldtp_wrapper/tests/test_xvfb_server.py branches/threading2/core/ui/gui/tests/test_fuzzygen.py branches/threading2/core/ui/gui/wizard.py branches/threading2/plugins/output/gtk_output.py branches/threading2/w3af_gui Added Paths: ----------- branches/threading2/core/ui/gui/ branches/threading2/core/ui/gui/exception_handling/tests/ branches/threading2/core/ui/gui/exception_handling/tests/test_unhandled.py branches/threading2/core/ui/gui/main.py Removed Paths: ------------- branches/threading2/core/ui/gtkUi/ branches/threading2/core/ui/gui/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-26 17:44:11
|
Revision: 6026 http://w3af.svn.sourceforge.net/w3af/?rev=6026&view=rev Author: andresriancho Date: 2012-10-26 17:44:04 +0000 (Fri, 26 Oct 2012) Log Message: ----------- url_object -> URL Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/tests/test_bruteforcer.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/core_helpers/tests/test_update_urls_in_kb.py branches/threading2/core/controllers/cors/tests/test_utils.py branches/threading2/core/controllers/cors/utils.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/exception_handling/cleanup_bug_report.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/plugins/attack_plugin.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/db/variant_db.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutant.py branches/threading2/core/data/fuzzer/mutantFileName.py branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/fuzzer/mutantQs.py branches/threading2/core/data/fuzzer/mutantUrlParts.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/options/option.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/pdfParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/tests/test_urlParser.py branches/threading2/core/data/parsers/wmlParser.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/request/HTTPQsRequest.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_requests.py branches/threading2/core/data/request/tests/test_fuzzable_request.py branches/threading2/core/data/request/variant_identification.py branches/threading2/core/data/search_engines/bing.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/data/search_engines/pks.py branches/threading2/core/data/url/HTTPRequest.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/core/data/url/handlers/redirect.py branches/threading2/core/data/url/handlers/tests/test_cookie_handler.py branches/threading2/core/data/url/handlers/urlParameterHandler.py branches/threading2/core/data/url/tests/test_HTTPResponse.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/fuzzygen.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/pykto.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/web_diff.py branches/threading2/plugins/crawl/wsdl_finder.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/infrastructure/afd.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/auth/test_detailed.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py branches/threading2/plugins/tests/grep/test_blank_body.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_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_http_auth_detect.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_oracle.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_private_ip.py branches/threading2/plugins/tests/grep/test_ssn.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_strange_http_codes.py branches/threading2/plugins/tests/grep/test_strange_parameters.py branches/threading2/plugins/tests/grep/test_strange_reason.py branches/threading2/plugins/tests/grep/test_symfony.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/grep/test_wsdl_greper.py branches/threading2/plugins/tests/grep/test_xss_protection_header.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py branches/threading2/plugins/tests/output/test_csv_file.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 Added Paths: ----------- branches/threading2/core/data/parsers/url.py Removed Paths: ------------- branches/threading2/core/data/parsers/urlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-26 18:01:58
|
Revision: 6027 http://w3af.svn.sourceforge.net/w3af/?rev=6027&view=rev Author: andresriancho Date: 2012-10-26 18:01:51 +0000 (Fri, 26 Oct 2012) Log Message: ----------- Missing module name changes for url_object -> URL Modified Paths: -------------- branches/threading2/core/data/request/factory.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/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/rnd_case.py branches/threading2/plugins/evasion/rnd_hex_encode.py branches/threading2/plugins/evasion/rnd_param.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-30 14:42:19
|
Revision: 6048 http://w3af.svn.sourceforge.net/w3af/?rev=6048&view=rev Author: andresriancho Date: 2012-10-30 14:42:08 +0000 (Tue, 30 Oct 2012) Log Message: ----------- Fixing bug where the referer was sent correctly but then displayed in a line-by-line mode in the GUI Modified Paths: -------------- branches/threading2/core/data/request/fuzzable_request.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-10-31 01:34:42
|
Revision: 6060 http://w3af.svn.sourceforge.net/w3af/?rev=6060&view=rev Author: andresriancho Date: 2012-10-31 01:34:28 +0000 (Wed, 31 Oct 2012) Log Message: ----------- Removing relative imports. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/grep.py branches/threading2/core/controllers/misc/w3afTest.py branches/threading2/core/controllers/sca/tests/test_sca.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py branches/threading2/core/data/exchangableMethods.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/tests/test_fuzzable_request.py branches/threading2/core/data/url/tests/test_HTTPResponse.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/compare.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/export_request.py branches/threading2/core/ui/gui/guardian.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/kbtree.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/profiles.py branches/threading2/core/ui/gui/prompt.py branches/threading2/core/ui/gui/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/wizard.py branches/threading2/plugins/grep/ssn.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 13:07:15
|
Revision: 6065 http://w3af.svn.sourceforge.net/w3af/?rev=6065&view=rev Author: andresriancho Date: 2012-10-31 13:07:06 +0000 (Wed, 31 Oct 2012) Log Message: ----------- Towards a pep8 codebase Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 14:59:39
|
Revision: 6071 http://w3af.svn.sourceforge.net/w3af/?rev=6071&view=rev Author: andresriancho Date: 2012-10-31 14:59:30 +0000 (Wed, 31 Oct 2012) Log Message: ----------- * pep8 in file name * Making sure we return 0 on program exit when everything is OK Modified Paths: -------------- branches/threading2/core/ui/console/console_ui.py branches/threading2/w3af_console Added Paths: ----------- branches/threading2/core/ui/console/exitmessages.txt Removed Paths: ------------- branches/threading2/core/ui/console/exitMessages.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 15:03:55
|
Revision: 6076 http://w3af.svn.sourceforge.net/w3af/?rev=6076&view=rev Author: andresriancho Date: 2012-10-31 15:03:44 +0000 (Wed, 31 Oct 2012) Log Message: ----------- w3afCore is not a singleton anymore! Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/tests/test_base_consumer.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/controllers/wizard/question.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_4.py branches/threading2/core/controllers/wizard/questions/question_target_1.py branches/threading2/core/ui/gui/main.py branches/threading2/plugins/tests/grep/test_all.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 21:11:41
|
Revision: 6088 http://w3af.svn.sourceforge.net/w3af/?rev=6088&view=rev Author: andresriancho Date: 2012-10-31 21:11:34 +0000 (Wed, 31 Oct 2012) Log Message: ----------- * Removed unused scripts * Added unittest * Complete rewrite of oracle_discovery plugin Modified Paths: -------------- branches/threading2/plugins/crawl/oracle_discovery.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_oracle_discovery.py Removed Paths: ------------- branches/threading2/scripts/script-oracle_detection.w3af branches/threading2/scripts/script-oracle_discovery.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 23:27:26
|
Revision: 6092 http://w3af.svn.sourceforge.net/w3af/?rev=6092&view=rev Author: andresriancho Date: 2012-10-31 23:27:20 +0000 (Wed, 31 Oct 2012) Log Message: ----------- * Removed old test script * Rewrote web_diff plugin * New unittest (with magic) Modified Paths: -------------- branches/threading2/plugins/crawl/web_diff.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_web_diff.py branches/threading2/plugins/tests/crawl/web_diff/ branches/threading2/plugins/tests/crawl/web_diff/123.html branches/threading2/plugins/tests/crawl/web_diff/456.html branches/threading2/plugins/tests/crawl/web_diff/exclude.php branches/threading2/plugins/tests/crawl/web_diff/index.html Removed Paths: ------------- branches/threading2/scripts/script-web_diff.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-01 18:52:49
|
Revision: 6103 http://w3af.svn.sourceforge.net/w3af/?rev=6103&view=rev Author: andresriancho Date: 2012-11-01 18:52:43 +0000 (Thu, 01 Nov 2012) Log Message: ----------- * Simplified some unittests that required root by creating a @onlyroot decorator * Removed some raise w3afException Modified Paths: -------------- branches/threading2/core/controllers/extrusionScanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/misc/decorators.py branches/threading2/core/controllers/payload_transfer/tests/test_clientless_reverse_http.py branches/threading2/plugins/attack/payloads/tests/test_w3af_agent.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 18:41:12
|
Revision: 6104 http://w3af.svn.sourceforge.net/w3af/?rev=6104&view=rev Author: andresriancho Date: 2012-11-02 18:41:01 +0000 (Fri, 02 Nov 2012) Log Message: ----------- * Improved option framework, now we have better validation for all inputs * pep8 changes * Removed some w3afExceptions that were raised when om.out.error should be used Modified Paths: -------------- branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/bruteforce.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/grep.py branches/threading2/core/controllers/core_helpers/plugins.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/core_helpers/tests/test_plugins.py branches/threading2/core/controllers/core_helpers/tests/test_profiles.py branches/threading2/core/controllers/daemons/tests/test_proxy.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/auth_plugin.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/crawl_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/grep_plugin.py branches/threading2/core/controllers/plugins/infrastructure_plugin.py branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py 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/controllers/tests/test_outputmanager.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_4.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/controllers/wizard/questions/question_target_2.py branches/threading2/core/controllers/wizard/tests/test_wizards.py branches/threading2/core/controllers/wizard/wizard.py branches/threading2/core/controllers/wizard/wizards/infrastructure.py branches/threading2/core/controllers/wizard/wizards/short_wizard.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutant.py branches/threading2/core/data/fuzzer/mutantCookie.py branches/threading2/core/data/fuzzer/mutantFileContent.py branches/threading2/core/data/fuzzer/mutantFileName.py branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/fuzzer/mutantJSON.py branches/threading2/core/data/fuzzer/mutantPostData.py branches/threading2/core/data/fuzzer/mutantUrlParts.py branches/threading2/core/data/fuzzer/mutantXMLRPC.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledgeBase.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/options/option_list.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/parsers/xmlrpc.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/WebServiceRequest.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/config.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/help.py branches/threading2/core/ui/console/kbMenu.py branches/threading2/core/ui/console/menu.py branches/threading2/core/ui/console/plugins.py branches/threading2/core/ui/console/profiles.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/kbtree.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/profiles.py branches/threading2/core/ui/gui/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/wizard.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/Utility.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/WSDLTools.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/XMLSchema.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/test/test_wsdl.py branches/threading2/extlib/SOAPpy/tests/testWSDL.py branches/threading2/extlib/bitvector.py branches/threading2/extlib/chardet/langbulgarianmodel.py branches/threading2/extlib/chardet/langcyrillicmodel.py branches/threading2/extlib/chardet/langgreekmodel.py branches/threading2/extlib/chardet/langhebrewmodel.py branches/threading2/extlib/chardet/langhungarianmodel.py branches/threading2/extlib/chardet/langthaimodel.py branches/threading2/extlib/chardet/sbcharsetprober.py branches/threading2/extlib/ntlm/ntlm.py branches/threading2/extlib/pyPdf/pyPdf/pdf.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/dbDriverBuilder.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/attack/db/mssqlservermap.py branches/threading2/plugins/attack/db/mysqlmap.py branches/threading2/plugins/attack/db/postgresqlmap.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/payloads/tests/test_payload_handler.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/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/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/basic_auth.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/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/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/web_spider.py 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/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/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.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/user_defined_regex/README.txt 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/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/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/gtk_output.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_dav.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/attack/test_rfi.py branches/threading2/plugins/tests/audit/test_blind_sqli.py branches/threading2/plugins/tests/audit/test_buffer_overflow.py branches/threading2/plugins/tests/audit/test_cors_origin.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/audit/test_dav.py branches/threading2/plugins/tests/audit/test_eval.py branches/threading2/plugins/tests/audit/test_file_upload.py branches/threading2/plugins/tests/audit/test_format_string.py branches/threading2/plugins/tests/audit/test_frontpage.py branches/threading2/plugins/tests/audit/test_generic.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_ldapi.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_mx_injection.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_response_splitting.py branches/threading2/plugins/tests/audit/test_rfi.py branches/threading2/plugins/tests/audit/test_ssi.py branches/threading2/plugins/tests/audit/test_ssl_certificate.py branches/threading2/plugins/tests/audit/test_un_ssl.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xst.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/bruteforce/test_basic_auth.py branches/threading2/plugins/tests/bruteforce/test_form_auth.py branches/threading2/plugins/tests/crawl/test_content_negotiation.py branches/threading2/plugins/tests/crawl/test_dot_listing.py branches/threading2/plugins/tests/crawl/test_find_backdoors.py branches/threading2/plugins/tests/crawl/test_find_captchas.py branches/threading2/plugins/tests/crawl/test_find_dvcs.py branches/threading2/plugins/tests/crawl/test_ghdb.py branches/threading2/plugins/tests/crawl/test_phishtank.py branches/threading2/plugins/tests/crawl/test_phpinfo.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_diff.py branches/threading2/plugins/tests/crawl/test_wordpress_fingerprint.py branches/threading2/plugins/tests/crawl/test_wsdl_finder.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py branches/threading2/plugins/tests/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_directory_indexing.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_error_500.py branches/threading2/plugins/tests/grep/test_error_pages.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.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_meta_tags.py branches/threading2/plugins/tests/grep/test_motw.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_svn_users.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/helper.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_reverse_proxy.py branches/threading2/plugins/tests/infrastructure/test_dns_wildcard.py branches/threading2/plugins/tests/infrastructure/test_dot_net_errors.py branches/threading2/plugins/tests/infrastructure/test_favicon_identification.py branches/threading2/plugins/tests/infrastructure/test_find_jboss.py branches/threading2/plugins/tests/infrastructure/test_find_vhosts.py branches/threading2/plugins/tests/infrastructure/test_hmap.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py branches/threading2/plugins/tests/infrastructure/test_netcraft.py branches/threading2/plugins/tests/infrastructure/test_php_eggs.py branches/threading2/plugins/tests/infrastructure/test_server_header.py branches/threading2/plugins/tests/infrastructure/test_server_status.py branches/threading2/plugins/tests/infrastructure/test_shared_hosting.py branches/threading2/plugins/tests/infrastructure/test_xssed_dot_com.py branches/threading2/plugins/tests/infrastructure/test_zone_h.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_gtk_output.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/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af Added Paths: ----------- branches/threading2/core/controllers/bruteforce/combo.txt branches/threading2/core/data/options/baseoption.py branches/threading2/core/data/options/bool_option.py branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/float_option.py branches/threading2/core/data/options/input_file_option.py branches/threading2/core/data/options/integer_option.py branches/threading2/core/data/options/ipport_option.py branches/threading2/core/data/options/list_option.py branches/threading2/core/data/options/opt_factory.py branches/threading2/core/data/options/option_types.py branches/threading2/core/data/options/output_file_option.py branches/threading2/core/data/options/port_option.py branches/threading2/core/data/options/regex_option.py branches/threading2/core/data/options/string_option.py branches/threading2/core/data/options/tests/ branches/threading2/core/data/options/tests/test.txt branches/threading2/core/data/options/tests/test_opt_factory.py branches/threading2/core/data/options/url_option.py branches/threading2/plugins/grep/user_defined_regex/empty.txt branches/threading2/plugins/grep/user_defined_regex/example_regexes.txt Removed Paths: ------------- branches/threading2/core/data/options/comboOption.py branches/threading2/core/data/options/option.py branches/threading2/plugins/grep/user_defined_regex/exampleRegexesErrors.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 19:11:08
|
Revision: 6107 http://w3af.svn.sourceforge.net/w3af/?rev=6107&view=rev Author: andresriancho Date: 2012-11-02 19:11:01 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Refactoring to be able to use this function in other tests. Modified Paths: -------------- branches/threading2/core/data/misc/file_utils.py branches/threading2/plugins/tests/crawl/test_ghdb.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-04 14:52:14
|
Revision: 6118 http://w3af.svn.sourceforge.net/w3af/?rev=6118&view=rev Author: andresriancho Date: 2012-11-04 14:52:08 +0000 (Sun, 04 Nov 2012) Log Message: ----------- * Discovered that some plugins did not call the paren't init. * Added unittest to verify they did Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/tests/basic.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-04 14:58:06
|
Revision: 6120 http://w3af.svn.sourceforge.net/w3af/?rev=6120&view=rev Author: andresriancho Date: 2012-11-04 14:58:00 +0000 (Sun, 04 Nov 2012) Log Message: ----------- pep8 Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-05 18:45:59
|
Revision: 6126 http://w3af.svn.sourceforge.net/w3af/?rev=6126&view=rev Author: andresriancho Date: 2012-11-05 18:45:53 +0000 (Mon, 05 Nov 2012) Log Message: ----------- pep8 Modified Paths: -------------- branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/web_infrastructure.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-06 19:03:23
|
Revision: 6136 http://w3af.svn.sourceforge.net/w3af/?rev=6136&view=rev Author: andresriancho Date: 2012-11-06 19:03:12 +0000 (Tue, 06 Nov 2012) Log Message: ----------- * Fixed error in getLowerCase headers which was generated by a title() in headers.py, this affected the whole framework because we were unable to get the content-type for http responses and parse them * Moved encoding.py to data * Added comments in encode_decode to remember why we added the HTML_ENCODE errors handler * Moved several doctests to unittest Modified Paths: -------------- branches/threading2/core/data/dc/headers.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/encode_decode.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/tests/test_encode_decode.py branches/threading2/core/data/parsers/url.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/tests/test_HTTPResponse.py branches/threading2/plugins/output/xml_file.py Added Paths: ----------- branches/threading2/core/data/misc/encoding.py branches/threading2/core/data/misc/tests/ branches/threading2/core/data/misc/tests/test_encoding.py Removed Paths: ------------- branches/threading2/core/controllers/misc/encoding.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 01:13:13
|
Revision: 6140 http://w3af.svn.sourceforge.net/w3af/?rev=6140&view=rev Author: andresriancho Date: 2012-11-07 01:13:05 +0000 (Wed, 07 Nov 2012) Log Message: ----------- * pep8 module name for kb. * first step for DB implementation of KB Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/strategy.py 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/core/controllers/extrusionScanning/extrusionScanner.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/kbMenu.py branches/threading2/core/ui/console/menu.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/guardian.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/messages.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/payloads/misc/get_files.py branches/threading2/plugins/attack/payloads/payload_handler.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/php_sca.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/audit/blind_sqli.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/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/lang.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/password_profiling.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/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/csv_file.py branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py branches/threading2/plugins/tests/grep/test_blank_body.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_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_http_auth_detect.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_oracle.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_private_ip.py branches/threading2/plugins/tests/grep/test_ssn.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_strange_http_codes.py branches/threading2/plugins/tests/grep/test_strange_parameters.py branches/threading2/plugins/tests/grep/test_strange_reason.py branches/threading2/plugins/tests/grep/test_symfony.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/grep/test_wsdl_greper.py branches/threading2/plugins/tests/grep/test_xss_protection_header.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py branches/threading2/plugins/tests/output/test_gtk_output.py Added Paths: ----------- branches/threading2/core/data/kb/knowledge_base.py Removed Paths: ------------- branches/threading2/core/data/kb/knowledgeBase.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 01:33:42
|
Revision: 6141 http://w3af.svn.sourceforge.net/w3af/?rev=6141&view=rev Author: andresriancho Date: 2012-11-07 01:33:35 +0000 (Wed, 07 Nov 2012) Log Message: ----------- * Added minimal unittest to document_parser * pep8 changes for method and module names in core.data.parsers, still some missing Modified Paths: -------------- branches/threading2/core/controllers/misc/w3afTest.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/dpCache.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/parsers/tests/test_baseparser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/wmlParser.py 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/document_parser.py branches/threading2/core/data/parsers/pdf.py branches/threading2/core/data/parsers/tests/test_document_parser.py Removed Paths: ------------- branches/threading2/core/data/parsers/documentParser.py branches/threading2/core/data/parsers/pdfParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 02:34:08
|
Revision: 6142 http://w3af.svn.sourceforge.net/w3af/?rev=6142&view=rev Author: andresriancho Date: 2012-11-07 02:34:00 +0000 (Wed, 07 Nov 2012) Log Message: ----------- * Added minimal unittest for opener_settings * Renamed urlOpenerSettings to opener_settings * Other pep8 changes Modified Paths: -------------- branches/threading2/core/data/constants/ports.py branches/threading2/core/data/dc/cookie.py branches/threading2/core/data/parsers/dpCache.py branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/url/xUrllib.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/constants/tests/ branches/threading2/core/data/constants/tests/test_all.py branches/threading2/core/data/constants/tests/test_common_directories.py branches/threading2/core/data/dc/tests/test_headers.py branches/threading2/core/data/misc/tests/test_file_utils.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_opener_settings.py Removed Paths: ------------- branches/threading2/core/data/url/urlOpenerSettings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 11:40:02
|
Revision: 6144 http://w3af.svn.sourceforge.net/w3af/?rev=6144&view=rev Author: andresriancho Date: 2012-11-07 11:39:51 +0000 (Wed, 07 Nov 2012) Log Message: ----------- * Added strict unittests for VariantDB * Migrated some tests from doctests to unittest * pep8 Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/data/db/variant_db.py branches/threading2/plugins/crawl/web_spider.py Added 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-11-07 12:39:08
|
Revision: 6147 http://w3af.svn.sourceforge.net/w3af/?rev=6147&view=rev Author: andresriancho Date: 2012-11-07 12:38:57 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Refactoring: moved mutants to a different directory inside the fuzzer module Refactoring: moved utility functions to a different file (utils.py) TODO: Rewrite/unittest the create_mutants function Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/exception_handling/helpers.py branches/threading2/core/controllers/intrusionTools/execMethodHelpers.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/tests/test_form_filler.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/dbDriver.py branches/threading2/plugins/attack/file_upload.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/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/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/evasion/rnd_path.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py Added Paths: ----------- branches/threading2/core/data/fuzzer/form_filler.py branches/threading2/core/data/fuzzer/mutants/ branches/threading2/core/data/fuzzer/mutants/__init__.py branches/threading2/core/data/fuzzer/mutants/cookie_mutant.py branches/threading2/core/data/fuzzer/mutants/filecontent_mutant.py branches/threading2/core/data/fuzzer/mutants/filename_mutant.py branches/threading2/core/data/fuzzer/mutants/headers_mutant.py branches/threading2/core/data/fuzzer/mutants/json_mutant.py branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/fuzzer/mutants/postdata_mutant.py branches/threading2/core/data/fuzzer/mutants/querystring_mutant.py branches/threading2/core/data/fuzzer/mutants/urlparts_mutant.py branches/threading2/core/data/fuzzer/mutants/xmlrpc_mutant.py branches/threading2/core/data/fuzzer/utils.py Removed Paths: ------------- branches/threading2/core/data/fuzzer/formFiller.py branches/threading2/core/data/fuzzer/mutant.py branches/threading2/core/data/fuzzer/mutantCookie.py branches/threading2/core/data/fuzzer/mutantFileContent.py branches/threading2/core/data/fuzzer/mutantFileName.py branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/fuzzer/mutantJSON.py branches/threading2/core/data/fuzzer/mutantPostData.py branches/threading2/core/data/fuzzer/mutantQs.py branches/threading2/core/data/fuzzer/mutantUrlParts.py branches/threading2/core/data/fuzzer/mutantXMLRPC.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 12:43:09
|
Revision: 6148 http://w3af.svn.sourceforge.net/w3af/?rev=6148&view=rev Author: andresriancho Date: 2012-11-07 12:43:00 +0000 (Wed, 07 Nov 2012) Log Message: ----------- pep8 Modified Paths: -------------- branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutants/cookie_mutant.py branches/threading2/core/data/fuzzer/mutants/filecontent_mutant.py branches/threading2/core/data/fuzzer/mutants/filename_mutant.py branches/threading2/core/data/fuzzer/mutants/headers_mutant.py branches/threading2/core/data/fuzzer/mutants/json_mutant.py branches/threading2/core/data/fuzzer/mutants/postdata_mutant.py branches/threading2/core/data/fuzzer/mutants/querystring_mutant.py branches/threading2/core/data/fuzzer/mutants/urlparts_mutant.py branches/threading2/core/data/fuzzer/mutants/xmlrpc_mutant.py branches/threading2/core/data/url/xUrllib.py branches/threading2/plugins/audit/csrf.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 14:34:53
|
Revision: 6149 http://w3af.svn.sourceforge.net/w3af/?rev=6149&view=rev Author: andresriancho Date: 2012-11-08 14:34:39 +0000 (Thu, 08 Nov 2012) Log Message: ----------- * Rewrote the fuzzer in order to be able to unittest each of the parts, still some work pending, this commit breaks the whole framework! * Added a ton of unittests for the fuzzer, still some pending in test_fuzzer.py and in core/data/fuzzer/mutants/tests/ * Many pep8 changes Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/plugins.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/core_helpers/status.py branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/delay_detection/exact_delay.py branches/threading2/core/controllers/easy_contribution/sourceforge.py branches/threading2/core/controllers/extrusionScanning/extrusionScanner.py branches/threading2/core/controllers/extrusionScanning/server/extrusionServer.py branches/threading2/core/controllers/extrusionScanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/misc/is_private_site.py branches/threading2/core/controllers/misc/is_source_file.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/payload_transfer/tests/test_clientless_reverse_http.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py 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/controllers/w3afAgent/AESSocket.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/controllers/wizard/wizard.py branches/threading2/core/data/constants/common_directories.py branches/threading2/core/data/constants/tests/test_all.py branches/threading2/core/data/db/db.py branches/threading2/core/data/dc/cookie.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/dc/headers.py branches/threading2/core/data/dc/queryString.py branches/threading2/core/data/dc/tests/test_form.py branches/threading2/core/data/dc/tests/test_headers.py branches/threading2/core/data/exchangableMethods.py branches/threading2/core/data/export/ajax_export.py branches/threading2/core/data/export/html_export.py branches/threading2/core/data/export/python_export.py branches/threading2/core/data/export/ruby_export.py branches/threading2/core/data/fuzzer/form_filler.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutants/cookie_mutant.py branches/threading2/core/data/fuzzer/mutants/filecontent_mutant.py branches/threading2/core/data/fuzzer/mutants/filename_mutant.py branches/threading2/core/data/fuzzer/mutants/headers_mutant.py branches/threading2/core/data/fuzzer/mutants/json_mutant.py branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/fuzzer/mutants/postdata_mutant.py branches/threading2/core/data/fuzzer/mutants/querystring_mutant.py branches/threading2/core/data/fuzzer/mutants/urlparts_mutant.py branches/threading2/core/data/fuzzer/mutants/xmlrpc_mutant.py branches/threading2/core/data/kb/exploitResult.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/options/baseoption.py branches/threading2/core/data/options/bool_option.py branches/threading2/core/data/options/float_option.py branches/threading2/core/data/options/input_file_option.py branches/threading2/core/data/options/integer_option.py branches/threading2/core/data/options/ipport_option.py branches/threading2/core/data/options/list_option.py branches/threading2/core/data/options/output_file_option.py branches/threading2/core/data/options/port_option.py branches/threading2/core/data/options/regex_option.py branches/threading2/core/data/options/string_option.py branches/threading2/core/data/options/url_option.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/parsers/tests/test_http_request_parser.py branches/threading2/core/data/parsers/url.py branches/threading2/core/data/parsers/wmlParser.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/parsers/xmlrpc.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/HTTPPostDataRequest.py branches/threading2/core/data/request/JSONRequest.py branches/threading2/core/data/request/XMLRPCRequest.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_requests.py branches/threading2/core/data/request/variant_identification.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/data/search_engines/pks.py branches/threading2/core/data/search_engines/search_engine.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/certHTTPSHandler.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/help.py branches/threading2/core/ui/console/menu.py branches/threading2/core/ui/console/util.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpeditor.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/logtab.py branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/pluginconfig.py branches/threading2/core/ui/gui/profiles.py branches/threading2/core/ui/gui/prompt.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/dbDriver.py branches/threading2/plugins/attack/db/dbDriverBuilder.py branches/threading2/plugins/attack/db/dbDriverFunctions.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/misc/get_files.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/shell_handler.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/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/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/basic_auth.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/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/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/web_spider.py 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/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/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.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/lang.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/password_profiling.py branches/threading2/plugins/grep/password_profiling_plugins/basePpPlugin.py branches/threading2/plugins/grep/password_profiling_plugins/html.py branches/threading2/plugins/grep/password_profiling_plugins/pdf.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/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/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/csv_file.py branches/threading2/plugins/output/gtk_output.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_buffer_overflow.py branches/threading2/plugins/tests/audit/test_eval.py branches/threading2/plugins/tests/audit/test_format_string.py branches/threading2/plugins/tests/audit/test_global_redirect.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_mx_injection.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_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/crawl/test_find_dvcs.py branches/threading2/plugins/tests/crawl/test_ghdb.py branches/threading2/plugins/tests/crawl/test_import_results.py branches/threading2/plugins/tests/crawl/test_phishtank.py branches/threading2/plugins/tests/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_directory_indexing.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/grep/test_error_pages.py branches/threading2/plugins/tests/grep/test_http_in_body.py branches/threading2/plugins/tests/grep/test_meta_tags.py branches/threading2/plugins/tests/grep/test_motw.py branches/threading2/plugins/tests/grep/test_svn_users.py branches/threading2/plugins/tests/output/test_csv_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/constants/file_templates/ branches/threading2/core/data/constants/file_templates/__init__.py branches/threading2/core/data/constants/file_templates/tests/ branches/threading2/core/data/constants/file_templates/tests/test_file_templates.py branches/threading2/core/data/constants/ignored_params.py branches/threading2/core/data/dc/data_container.py branches/threading2/core/data/fuzzer/mutants/tests/ branches/threading2/core/data/fuzzer/mutants/tests/test_cookie_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_filecontent_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_filename_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_headers_mutants.py branches/threading2/core/data/fuzzer/mutants/tests/test_json_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_postdata_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_querystring_mutant.py branches/threading2/core/data/fuzzer/mutants/tests/test_urlparts_mutant.py Removed Paths: ------------- branches/threading2/core/data/dc/dataContainer.py branches/threading2/plugins/audit/file_upload/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:45:49
|
Revision: 6155 http://w3af.svn.sourceforge.net/w3af/?rev=6155&view=rev Author: andresriancho Date: 2012-11-08 15:45:43 +0000 (Thu, 08 Nov 2012) Log Message: ----------- * Import fix in vuln.py * pep8 Modified Paths: -------------- branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/data/kb/vuln.py branches/threading2/plugins/attack/db/dbDriver.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_mx_injection.py branches/threading2/plugins/tests/audit/test_os_commanding.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xss.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |