w3af-svn-notify Mailing List for w3af (Page 21)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <and...@us...> - 2012-11-08 15:16:37
|
Revision: 6150 http://w3af.svn.sourceforge.net/w3af/?rev=6150&view=rev Author: andresriancho Date: 2012-11-08 15:16:30 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Done! Unittests ready for fuzzer! It was one of the most complicated/ugly parts of the framework and now it is fully tested/documented with these unittests. Some bugs fixed in the process. Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/request/fuzzable_request.py Added Paths: ----------- branches/threading2/core/data/fuzzer/tests/test_fuzzer.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-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-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:14:19
|
Revision: 6146 http://w3af.svn.sourceforge.net/w3af/?rev=6146&view=rev Author: andresriancho Date: 2012-11-07 12:14:09 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/misc/diff.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:58:29
|
Revision: 6145 http://w3af.svn.sourceforge.net/w3af/?rev=6145&view=rev Author: andresriancho Date: 2012-11-07 11:58:18 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Fixing some unittest. Modified Paths: -------------- branches/threading2/core/data/export/python_export.py branches/threading2/core/data/export/tests/test_python_export.py branches/threading2/core/data/parsers/tests/test_baseparser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.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 11:18:44
|
Revision: 6143 http://w3af.svn.sourceforge.net/w3af/?rev=6143&view=rev Author: andresriancho Date: 2012-11-07 11:18:31 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Migrated doctest to unittest Modified Paths: -------------- branches/threading2/core/data/request/variant_identification.py Added Paths: ----------- branches/threading2/core/data/request/tests/test_variant_identification.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 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 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 00:57:54
|
Revision: 6139 http://w3af.svn.sourceforge.net/w3af/?rev=6139&view=rev Author: andresriancho Date: 2012-11-07 00:57:48 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Fixing unittests, now headers are lower case by default (which is the way they come out of urllib) Modified Paths: -------------- branches/threading2/plugins/tests/infrastructure/test_server_header.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 00:55:40
|
Revision: 6138 http://w3af.svn.sourceforge.net/w3af/?rev=6138&view=rev Author: andresriancho Date: 2012-11-07 00:55:34 +0000 (Wed, 07 Nov 2012) Log Message: ----------- put() data into the output queue Modified Paths: -------------- branches/threading2/plugins/infrastructure/frontpage_version.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 00:55:29
|
Revision: 6137 http://w3af.svn.sourceforge.net/w3af/?rev=6137&view=rev Author: andresriancho Date: 2012-11-07 00:55:22 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Making sure plugins respect the API Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-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-06 15:02:40
|
Revision: 6135 http://w3af.svn.sourceforge.net/w3af/?rev=6135&view=rev Author: andresriancho Date: 2012-11-06 15:02:29 +0000 (Tue, 06 Nov 2012) Log Message: ----------- Migrated doctests to unittest, part of my debugging of this error: File "/home/spameggs/workspace/threading2/core/data/parsers/sgmlParser.py", line 126, in _pre_parse self._findEmails(body) File "/home/spameggs/workspace/threading2/core/data/parsers/baseparser.py", line 200, in _findEmails doc_str = htmldecode(doc_str) File "/home/spameggs/workspace/threading2/core/data/parsers/encode_decode.py", line 71, in htmldecode return CHAR_REF_PATT.sub(entitydecode, text) UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 353: invalid continuation byte Modified Paths: -------------- branches/threading2/core/data/parsers/encode_decode.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/test_encode_decode.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-06 14:28:24
|
Revision: 6134 http://w3af.svn.sourceforge.net/w3af/?rev=6134&view=rev Author: andresriancho Date: 2012-11-06 14:28:13 +0000 (Tue, 06 Nov 2012) Log Message: ----------- * Renamed some test files * Moved doctests from baseparser to test_baseparser, still need to add more tests to it in order to verify why I'm getting encode/decode errors in extract_emails Modified Paths: -------------- branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/pdfParser.py branches/threading2/core/data/parsers/sgmlParser.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/test_baseparser.py branches/threading2/core/data/parsers/tests/test_http_request_parser.py branches/threading2/core/data/parsers/tests/test_url.py Removed Paths: ------------- branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_urlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-06 13:19:30
|
Revision: 6133 http://w3af.svn.sourceforge.net/w3af/?rev=6133&view=rev Author: andresriancho Date: 2012-11-06 13:19:19 +0000 (Tue, 06 Nov 2012) Log Message: ----------- {} to Headers() Modified Paths: -------------- branches/threading2/plugins/infrastructure/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/find_vhosts.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-06 13:18:52
|
Revision: 6132 http://w3af.svn.sourceforge.net/w3af/?rev=6132&view=rev Author: andresriancho Date: 2012-11-06 13:18:41 +0000 (Tue, 06 Nov 2012) Log Message: ----------- Towards pep8... Modified Paths: -------------- branches/threading2/plugins/infrastructure/server_status.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-06 13:18:28
|
Revision: 6131 http://w3af.svn.sourceforge.net/w3af/?rev=6131&view=rev Author: andresriancho Date: 2012-11-06 13:18:17 +0000 (Tue, 06 Nov 2012) Log Message: ----------- Fixing very simple bug, forgot to remove a code section after adding the runonce decorator Modified Paths: -------------- branches/threading2/plugins/infrastructure/detect_reverse_proxy.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 20:06:45
|
Revision: 6130 http://w3af.svn.sourceforge.net/w3af/?rev=6130&view=rev Author: andresriancho Date: 2012-11-05 20:06:38 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Fixing bug in request parser, adding new unittest. Modified Paths: -------------- branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.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 20:05:26
|
Revision: 6129 http://w3af.svn.sourceforge.net/w3af/?rev=6129&view=rev Author: andresriancho Date: 2012-11-05 20:05:19 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/crawl/import_results.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 19:44:28
|
Revision: 6128 http://w3af.svn.sourceforge.net/w3af/?rev=6128&view=rev Author: andresriancho Date: 2012-11-05 19:44:19 +0000 (Mon, 05 Nov 2012) Log Message: ----------- * Make python a typed lang ;) * Always pass strings as header values and names Modified Paths: -------------- branches/threading2/core/data/dc/headers.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.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 19:29:45
|
Revision: 6127 http://w3af.svn.sourceforge.net/w3af/?rev=6127&view=rev Author: andresriancho Date: 2012-11-05 19:29:35 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Improved error handling in the case where we want to ignore the exception Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/exception_handler.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. |