Thread: [W3af-svn-notify] SF.net SVN: w3af:[6160] branches/threading2 (Page 6)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-11-09 13:24:00
|
Revision: 6160 http://w3af.svn.sourceforge.net/w3af/?rev=6160&view=rev Author: andresriancho Date: 2012-11-09 13:23:45 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * New (unfinished) bloom filter implementation that will replace the one that uses the bitvector * Lots of pep8 Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/audit.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/seed.py branches/threading2/core/controllers/core_helpers/exception_handler.py branches/threading2/core/controllers/core_helpers/export.py 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/progress.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/core_helpers/tests/test_profiles.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/daemons/webserver.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/extrusion_scanning/server/extrusionServer.py branches/threading2/core/controllers/extrusion_scanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/intrusion_tools/atHandler.py branches/threading2/core/controllers/intrusion_tools/crontabHandler.py branches/threading2/core/controllers/intrusion_tools/delayedExecution.py branches/threading2/core/controllers/intrusion_tools/delayedExecutionFactory.py branches/threading2/core/controllers/intrusion_tools/execMethodHelpers.py branches/threading2/core/controllers/intrusion_tools/readMethodHelpers.py branches/threading2/core/controllers/intrusion_tools/tests/test_execMethodHelpers.py branches/threading2/core/controllers/misc/common_attack_methods.py branches/threading2/core/controllers/misc/dns_cache.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/misc/is_private_site.py branches/threading2/core/controllers/misc/w3afTest.py branches/threading2/core/controllers/misc/xunit.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/payload_transfer/echo_linux.py branches/threading2/core/controllers/payload_transfer/echo_windows.py branches/threading2/core/controllers/payload_transfer/payload_transfer_factory.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/crawl_plugin.py branches/threading2/core/controllers/plugins/evasion_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/profiling/cpu_usage.py branches/threading2/core/controllers/profiling/memory_usage.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/threads/threadManager.py branches/threading2/core/controllers/vdaemon/lnxVd.py branches/threading2/core/controllers/vdaemon/pe.py branches/threading2/core/controllers/vdaemon/vdFactory.py branches/threading2/core/controllers/vdaemon/vdaemon.py branches/threading2/core/controllers/vdaemon/winVd.py branches/threading2/core/controllers/w3afAgent/server/w3afAgentServer.py branches/threading2/core/controllers/w3afAgent/w3afAgentManager.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_3.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_internet_1.py branches/threading2/core/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/data/bloomfilter/bloomfilter.py branches/threading2/core/data/db/history.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/fuzzer/form_filler.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/fuzzer/utils.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.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/option_list.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/test_opt_factory.py branches/threading2/core/data/options/url_option.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/pdf.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/tests/test_document_parser.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/profile/profile.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.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/keepalive.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/handlers/tests/test_keepalive.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/timeAnalysis.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/bug_report.py branches/threading2/core/ui/console/config.py branches/threading2/core/ui/console/console_ui.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/io/console.py branches/threading2/core/ui/console/io/unixctrl.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/console/progress_bar.py branches/threading2/core/ui/console/rootMenu.py branches/threading2/core/ui/console/session.py branches/threading2/core/ui/console/tables.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/dependency_check.py branches/threading2/core/ui/gui/encdec.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/exception_handling/unhandled.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/export_request.py branches/threading2/core/ui/gui/fuzzygen.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/main.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/rrviews/raw.py branches/threading2/core/ui/gui/rrviews/rendering.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/wizard.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/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/decorators/download_decorator.py branches/threading2/plugins/attack/payloads/decorators/exec_decorator.py branches/threading2/plugins/attack/payloads/decorators/read_decorator.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/metasploit.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/w3af_agent.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/frontpage.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/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/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/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/code_disclosure.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dot_net_event_validation.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/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_parameters.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/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/oHmap/hmap.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/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py Added Paths: ----------- branches/threading2/core/controllers/exceptions.py branches/threading2/core/controllers/extrusion_scanning/ branches/threading2/core/controllers/intrusion_tools/ branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/output_manager.py branches/threading2/core/data/bloomfilter/bitvector_bloom.py branches/threading2/core/data/bloomfilter/tests/test_bitvector_bloom.py Removed Paths: ------------- branches/threading2/core/controllers/extrusionScanning/ branches/threading2/core/controllers/intrusionTools/ branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/w3afException.py branches/threading2/core/data/bloomfilter/pybloom.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 16:36:37
|
Revision: 6163 http://w3af.svn.sourceforge.net/w3af/?rev=6163&view=rev Author: andresriancho Date: 2012-11-09 16:36:26 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Latest version of bloom filters, with detailed unittesting which fail (still have to verify if it is OK for them to fail or not). Modified Paths: -------------- branches/threading2/core/data/bloomfilter/bloomfilter.py branches/threading2/core/data/bloomfilter/scalable_bloom.py branches/threading2/core/data/bloomfilter/seekfile_bloom.py branches/threading2/core/data/bloomfilter/tests/test_scalable_bloom.py branches/threading2/core/data/bloomfilter/tests/test_seekfile_bloom.py branches/threading2/core/data/bloomfilter/wrappers.py Added Paths: ----------- branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py branches/threading2/core/data/bloomfilter/tests/test_bloomfilter_impl_selection.py branches/threading2/core/data/bloomfilter/tests/test_cmmap_bloom.py Removed Paths: ------------- branches/threading2/core/data/bloomfilter/bitvector_bloom.py branches/threading2/core/data/bloomfilter/tests/test_bitvector_bloom.py branches/threading2/extlib/bitvector.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:01:01
|
Revision: 6165 http://w3af.svn.sourceforge.net/w3af/?rev=6165&view=rev Author: andresriancho Date: 2012-11-09 18:00:54 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Fix errors here and there after some pep8 name changes. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py branches/threading2/core/data/bloomfilter/tests/test_cmmap_bloom.py branches/threading2/core/data/bloomfilter/tests/test_scalable_bloom.py branches/threading2/core/data/bloomfilter/tests/test_seekfile_bloom.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/ui/console/rootMenu.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/main.py branches/threading2/w3af_console branches/threading2/w3af_gui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:24:40
|
Revision: 6168 http://w3af.svn.sourceforge.net/w3af/?rev=6168&view=rev Author: andresriancho Date: 2012-11-09 18:24:34 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * Fixed bug in which the combo option returned a "help" instead of a string. * Added unittests to detect it earlier Modified Paths: -------------- branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/tests/test_opt_factory.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-09 20:16:06
|
Revision: 6172 http://w3af.svn.sourceforge.net/w3af/?rev=6172&view=rev Author: andresriancho Date: 2012-11-09 20:16:00 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * Most important change in this commit is the new format that attack plugins will have: no fastExploit / options. The user will have a UI way to add a new vulnerability to the KB, which will then be the target for the exploit plugins. * PEP8 changes Modified Paths: -------------- branches/threading2/core/controllers/misc/exploitAll.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/ui/console/exploit.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/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/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-10 14:45:16
|
Revision: 6174 http://w3af.svn.sourceforge.net/w3af/?rev=6174&view=rev Author: andresriancho Date: 2012-11-10 14:45:04 +0000 (Sat, 10 Nov 2012) Log Message: ----------- * Major rewrites for eval attack plugins * Minor changes to file_upload * PEP8 Modified Paths: -------------- branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/misc/common_attack_methods.py branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/data/db/history.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/info.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/parsers/htmlParser.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/WebServiceRequest.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/proxywin.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/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.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/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.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/output/csv_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/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/output/test_csv_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/kb/exploit_result.py Removed Paths: ------------- branches/threading2/core/data/kb/exploitResult.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-20 17:57:49
|
Revision: 6182 http://w3af.svn.sourceforge.net/w3af/?rev=6182&view=rev Author: andresriancho Date: 2012-11-20 17:57:39 +0000 (Tue, 20 Nov 2012) Log Message: ----------- PEP8, needs more testing. Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/seed.py branches/threading2/core/controllers/core_helpers/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/target.py branches/threading2/core/controllers/core_helpers/tests/test_profiles.py branches/threading2/core/controllers/core_helpers/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/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/delay_detection/exact_delay.py branches/threading2/core/controllers/exception_handling/cleanup_bug_report.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/extrusion_scanning/server/extrusionServer.py branches/threading2/core/controllers/extrusion_scanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/intrusion_tools/atHandler.py branches/threading2/core/controllers/intrusion_tools/crontabHandler.py branches/threading2/core/controllers/intrusion_tools/delayedExecutionFactory.py branches/threading2/core/controllers/misc/levenshtein.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/payload_transfer/payload_transfer_factory.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/grep_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/vdaemon/elf.py branches/threading2/core/controllers/vdaemon/lnxVd.py branches/threading2/core/controllers/vdaemon/pe.py branches/threading2/core/controllers/vdaemon/vdaemon.py branches/threading2/core/controllers/vdaemon/winVd.py branches/threading2/core/controllers/w3afAgent/client/w3afAgentClient.py branches/threading2/core/controllers/w3afAgent/server/w3afAgentServer.py branches/threading2/core/controllers/w3afAgent/w3afAgentManager.py branches/threading2/core/controllers/wizard/question.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_questions.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/db/db.py branches/threading2/core/data/db/history.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/dc/tests/test_form.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/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/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_urlparts_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/tests/test_fuzzer.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/kb/vuln_templates/base_template.py branches/threading2/core/data/kb/vuln_templates/dav_template.py branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/pdf.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/parsers/tests/test_http_request_parser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/tests/test_url.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/profile/profile.py branches/threading2/core/data/request/HTTPPostDataRequest.py branches/threading2/core/data/request/HTTPQsRequest.py branches/threading2/core/data/request/JSONRequest.py branches/threading2/core/data/request/WebServiceRequest.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/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/search_engines/search_engine.py branches/threading2/core/data/search_engines/tests/test_bing.py branches/threading2/core/data/search_engines/tests/test_google.py branches/threading2/core/data/url/HTTPRequest.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/MultipartPostHandler.py branches/threading2/core/data/url/handlers/certHTTPSHandler.py branches/threading2/core/data/url/handlers/gzip_handler.py branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/core/data/url/handlers/urlParameterHandler.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_HTTPResponse.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/timeAnalysis.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/bug_report.py branches/threading2/core/ui/console/callbackMenu.py branches/threading2/core/ui/console/config.py branches/threading2/core/ui/console/console_ui.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/help.py branches/threading2/core/ui/console/history.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/console/rootMenu.py branches/threading2/core/ui/console/tables.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/comparator/comparator.py branches/threading2/core/ui/gui/comparator/tests/test_comparator.py branches/threading2/core/ui/gui/compare.py branches/threading2/core/ui/gui/confpanel.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/exploittab.py branches/threading2/core/ui/gui/export_request.py branches/threading2/core/ui/gui/fuzzygen.py branches/threading2/core/ui/gui/guardian.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/history.py branches/threading2/core/ui/gui/httpLogTab.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/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/rrviews/headers.py branches/threading2/core/ui/gui/rrviews/raw.py branches/threading2/core/ui/gui/rrviews/rendering.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/tests/test_fuzzygen.py branches/threading2/core/ui/gui/wizard.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/db/dump.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/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.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/w3af_agent.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.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/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/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/favicon_identification.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/halberd.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/ScanTask.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/clientlib.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/clues/Clue.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/clues/analysis.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/clues/file.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/conflib.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/crew.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/logger.py branches/threading2/plugins/infrastructure/oHalberd/Halberd/reportlib.py branches/threading2/plugins/infrastructure/oHalberd/tests/test_clientlib.py branches/threading2/plugins/infrastructure/oHalberd/tests/test_clues_Clue.py branches/threading2/plugins/infrastructure/oHalberd/tests/test_clues_analysis.py branches/threading2/plugins/infrastructure/oHalberd/tests/test_clues_file.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/csv_file.py branches/threading2/plugins/output/email_report.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_all_false_positive.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_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_sqli.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_xss.py branches/threading2/plugins/tests/bruteforce/test_basic_auth.py branches/threading2/plugins/tests/bruteforce/test_form_auth.py branches/threading2/plugins/tests/crawl/failing_spider.py branches/threading2/plugins/tests/crawl/test_content_negotiation.py branches/threading2/plugins/tests/crawl/test_digit_sum.py branches/threading2/plugins/tests/crawl/test_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_import_results.py branches/threading2/plugins/tests/crawl/test_phishtank.py branches/threading2/plugins/tests/crawl/test_phpinfo.py branches/threading2/plugins/tests/crawl/test_ria_enumerator.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_wordpress_fullpathdisclosure.py branches/threading2/plugins/tests/crawl/test_wsdl_finder.py branches/threading2/plugins/tests/grep/test_cross_domain_js.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_form_autocomplete.py branches/threading2/plugins/tests/grep/test_get_emails.py branches/threading2/plugins/tests/grep/test_http_in_body.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_symfony.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/tests/infrastructure/test_frontpage_version.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_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/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af Added Paths: ----------- branches/threading2/core/controllers/misc/exploit_all.py Removed Paths: ------------- branches/threading2/core/controllers/misc/exploitAll.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-21 11:40:42
|
Revision: 6183 http://w3af.svn.sourceforge.net/w3af/?rev=6183&view=rev Author: andresriancho Date: 2012-11-21 11:40:32 +0000 (Wed, 21 Nov 2012) Log Message: ----------- Moving duplicated code to constants Modified Paths: -------------- branches/threading2/core/data/constants/tests/test_all.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/os_commanding.py Added Paths: ----------- branches/threading2/core/data/constants/file_patterns.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-21 19:01:31
|
Revision: 6191 http://w3af.svn.sourceforge.net/w3af/?rev=6191&view=rev Author: andresriancho Date: 2012-11-21 19:01:24 +0000 (Wed, 21 Nov 2012) Log Message: ----------- PEP8 changes and pylint stuff. Also changing strings to something that can be easily translated in the future. Modified Paths: -------------- branches/threading2/core/controllers/delay_detection/exact_delay.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/tests/audit/test_eval.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-27 22:26:38
|
Revision: 6193 http://w3af.svn.sourceforge.net/w3af/?rev=6193&view=rev Author: andresriancho Date: 2012-11-27 22:26:30 +0000 (Tue, 27 Nov 2012) Log Message: ----------- * Moving tests to the right location * PEP8 for base_payload => Payload * Starting to move towards a better base_payload implementation Modified Paths: -------------- branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/payload_transfer/echo_linux.py branches/threading2/core/controllers/payload_transfer/echo_windows.py branches/threading2/core/controllers/payload_transfer/reverse_ftp.py branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/apache_config_directory.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/apache_htaccess.py branches/threading2/plugins/attack/payloads/payloads/apache_mod_security.py branches/threading2/plugins/attack/payloads/payloads/apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/apache_run_group.py branches/threading2/plugins/attack/payloads/payloads/apache_run_user.py branches/threading2/plugins/attack/payloads/payloads/apache_ssl.py branches/threading2/plugins/attack/payloads/payloads/apache_version.py branches/threading2/plugins/attack/payloads/payloads/arp_cache.py branches/threading2/plugins/attack/payloads/payloads/cpu_info.py branches/threading2/plugins/attack/payloads/payloads/current_user.py branches/threading2/plugins/attack/payloads/payloads/dhcp_config_files.py branches/threading2/plugins/attack/payloads/payloads/dns_config_files.py branches/threading2/plugins/attack/payloads/payloads/domainname.py branches/threading2/plugins/attack/payloads/payloads/filesystem.py branches/threading2/plugins/attack/payloads/payloads/firefox_stealer.py branches/threading2/plugins/attack/payloads/payloads/ftp_config_files.py branches/threading2/plugins/attack/payloads/payloads/gcc_version.py branches/threading2/plugins/attack/payloads/payloads/get_hashes.py branches/threading2/plugins/attack/payloads/payloads/get_source_code.py branches/threading2/plugins/attack/payloads/payloads/hostname.py branches/threading2/plugins/attack/payloads/payloads/hosts.py branches/threading2/plugins/attack/payloads/payloads/iis_root_directory.py branches/threading2/plugins/attack/payloads/payloads/interesting_files.py branches/threading2/plugins/attack/payloads/payloads/is_root.py branches/threading2/plugins/attack/payloads/payloads/kerberos_config_files.py branches/threading2/plugins/attack/payloads/payloads/kernel_version.py branches/threading2/plugins/attack/payloads/payloads/ldap_config_files.py branches/threading2/plugins/attack/payloads/payloads/list_kernel_modules.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/log_reader.py branches/threading2/plugins/attack/payloads/payloads/mail_config_files.py branches/threading2/plugins/attack/payloads/payloads/metasploit.py branches/threading2/plugins/attack/payloads/payloads/mysql_config.py branches/threading2/plugins/attack/payloads/payloads/mysql_config_directory.py branches/threading2/plugins/attack/payloads/payloads/netcat_installed.py branches/threading2/plugins/attack/payloads/payloads/os_fingerprint.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/payloads/pixy.py branches/threading2/plugins/attack/payloads/payloads/portscan.py branches/threading2/plugins/attack/payloads/payloads/read_mail.py branches/threading2/plugins/attack/payloads/payloads/root_login_allowed.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/route.py branches/threading2/plugins/attack/payloads/payloads/running_honeypot.py branches/threading2/plugins/attack/payloads/payloads/running_vm.py branches/threading2/plugins/attack/payloads/payloads/smb_config_files.py branches/threading2/plugins/attack/payloads/payloads/spider.py branches/threading2/plugins/attack/payloads/payloads/ssh_config_files.py branches/threading2/plugins/attack/payloads/payloads/ssh_version.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/payloads/tcp.py branches/threading2/plugins/attack/payloads/payloads/udp.py branches/threading2/plugins/attack/payloads/payloads/uptime.py branches/threading2/plugins/attack/payloads/payloads/users.py branches/threading2/plugins/attack/payloads/payloads/users_config_files.py branches/threading2/plugins/attack/payloads/payloads/w3af_agent.py Added Paths: ----------- branches/threading2/plugins/attack/payloads/payloads/tests/ branches/threading2/plugins/attack/payloads/payloads/tests/__init__.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_config_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_htaccess.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_mod_security.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_run_group.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_run_user.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_ssl.py branches/threading2/plugins/attack/payloads/payloads/tests/test_apache_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_arp_cache.py branches/threading2/plugins/attack/payloads/payloads/tests/test_cpu_info.py branches/threading2/plugins/attack/payloads/payloads/tests/test_current_user.py branches/threading2/plugins/attack/payloads/payloads/tests/test_dhcp_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_dns_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_domainname.py branches/threading2/plugins/attack/payloads/payloads/tests/test_filesystem.py branches/threading2/plugins/attack/payloads/payloads/tests/test_firefox_stealer.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ftp_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_gcc_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_get_hashes.py branches/threading2/plugins/attack/payloads/payloads/tests/test_get_source_code.py branches/threading2/plugins/attack/payloads/payloads/tests/test_hostname.py branches/threading2/plugins/attack/payloads/payloads/tests/test_hosts.py branches/threading2/plugins/attack/payloads/payloads/tests/test_iis_root_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_interesting_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_is_root.py branches/threading2/plugins/attack/payloads/payloads/tests/test_kerberos_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_kernel_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ldap_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_list_kernel_modules.py branches/threading2/plugins/attack/payloads/payloads/tests/test_list_processes.py branches/threading2/plugins/attack/payloads/payloads/tests/test_log_reader.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mail_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mysql_config.py branches/threading2/plugins/attack/payloads/payloads/tests/test_mysql_config_directory.py branches/threading2/plugins/attack/payloads/payloads/tests/test_netcat_installed.py branches/threading2/plugins/attack/payloads/payloads/tests/test_os_fingerprint.py branches/threading2/plugins/attack/payloads/payloads/tests/test_payload_handler.py branches/threading2/plugins/attack/payloads/payloads/tests/test_php_sca.py branches/threading2/plugins/attack/payloads/payloads/tests/test_pixy.py branches/threading2/plugins/attack/payloads/payloads/tests/test_portscan.py branches/threading2/plugins/attack/payloads/payloads/tests/test_read_mail.py branches/threading2/plugins/attack/payloads/payloads/tests/test_root_login_allowed.py branches/threading2/plugins/attack/payloads/payloads/tests/test_rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/tests/test_route.py branches/threading2/plugins/attack/payloads/payloads/tests/test_running_honeypot.py branches/threading2/plugins/attack/payloads/payloads/tests/test_running_vm.py branches/threading2/plugins/attack/payloads/payloads/tests/test_smb_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_spider.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ssh_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_ssh_version.py branches/threading2/plugins/attack/payloads/payloads/tests/test_svn_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_tcp.py branches/threading2/plugins/attack/payloads/payloads/tests/test_udp.py branches/threading2/plugins/attack/payloads/payloads/tests/test_uptime.py branches/threading2/plugins/attack/payloads/payloads/tests/test_users.py branches/threading2/plugins/attack/payloads/payloads/tests/test_users_config_files.py branches/threading2/plugins/attack/payloads/payloads/tests/test_w3af_agent.py branches/threading2/plugins/attack/payloads/payloads/tests/unittest_coverage.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py Removed Paths: ------------- branches/threading2/plugins/attack/payloads/tests/__init__.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py branches/threading2/plugins/attack/payloads/tests/test_apache_config_directory.py branches/threading2/plugins/attack/payloads/tests/test_apache_config_files.py branches/threading2/plugins/attack/payloads/tests/test_apache_htaccess.py branches/threading2/plugins/attack/payloads/tests/test_apache_mod_security.py branches/threading2/plugins/attack/payloads/tests/test_apache_root_directory.py branches/threading2/plugins/attack/payloads/tests/test_apache_run_group.py branches/threading2/plugins/attack/payloads/tests/test_apache_run_user.py branches/threading2/plugins/attack/payloads/tests/test_apache_ssl.py branches/threading2/plugins/attack/payloads/tests/test_apache_version.py branches/threading2/plugins/attack/payloads/tests/test_arp_cache.py branches/threading2/plugins/attack/payloads/tests/test_cpu_info.py branches/threading2/plugins/attack/payloads/tests/test_current_user.py branches/threading2/plugins/attack/payloads/tests/test_dhcp_config_files.py branches/threading2/plugins/attack/payloads/tests/test_dns_config_files.py branches/threading2/plugins/attack/payloads/tests/test_domainname.py branches/threading2/plugins/attack/payloads/tests/test_filesystem.py branches/threading2/plugins/attack/payloads/tests/test_firefox_stealer.py branches/threading2/plugins/attack/payloads/tests/test_ftp_config_files.py branches/threading2/plugins/attack/payloads/tests/test_gcc_version.py branches/threading2/plugins/attack/payloads/tests/test_get_hashes.py branches/threading2/plugins/attack/payloads/tests/test_get_source_code.py branches/threading2/plugins/attack/payloads/tests/test_hostname.py branches/threading2/plugins/attack/payloads/tests/test_hosts.py branches/threading2/plugins/attack/payloads/tests/test_iis_root_directory.py branches/threading2/plugins/attack/payloads/tests/test_interesting_files.py branches/threading2/plugins/attack/payloads/tests/test_is_root.py branches/threading2/plugins/attack/payloads/tests/test_kerberos_config_files.py branches/threading2/plugins/attack/payloads/tests/test_kernel_version.py branches/threading2/plugins/attack/payloads/tests/test_ldap_config_files.py branches/threading2/plugins/attack/payloads/tests/test_list_kernel_modules.py branches/threading2/plugins/attack/payloads/tests/test_list_processes.py branches/threading2/plugins/attack/payloads/tests/test_log_reader.py branches/threading2/plugins/attack/payloads/tests/test_mail_config_files.py branches/threading2/plugins/attack/payloads/tests/test_mysql_config.py branches/threading2/plugins/attack/payloads/tests/test_mysql_config_directory.py branches/threading2/plugins/attack/payloads/tests/test_netcat_installed.py branches/threading2/plugins/attack/payloads/tests/test_os_fingerprint.py branches/threading2/plugins/attack/payloads/tests/test_payload_handler.py branches/threading2/plugins/attack/payloads/tests/test_php_sca.py branches/threading2/plugins/attack/payloads/tests/test_pixy.py branches/threading2/plugins/attack/payloads/tests/test_portscan.py branches/threading2/plugins/attack/payloads/tests/test_read_mail.py branches/threading2/plugins/attack/payloads/tests/test_root_login_allowed.py branches/threading2/plugins/attack/payloads/tests/test_rootkit_hunter.py branches/threading2/plugins/attack/payloads/tests/test_route.py branches/threading2/plugins/attack/payloads/tests/test_running_honeypot.py branches/threading2/plugins/attack/payloads/tests/test_running_vm.py branches/threading2/plugins/attack/payloads/tests/test_smb_config_files.py branches/threading2/plugins/attack/payloads/tests/test_spider.py branches/threading2/plugins/attack/payloads/tests/test_ssh_config_files.py branches/threading2/plugins/attack/payloads/tests/test_ssh_version.py branches/threading2/plugins/attack/payloads/tests/test_svn_config_files.py branches/threading2/plugins/attack/payloads/tests/test_tcp.py branches/threading2/plugins/attack/payloads/tests/test_udp.py branches/threading2/plugins/attack/payloads/tests/test_uptime.py branches/threading2/plugins/attack/payloads/tests/test_users.py branches/threading2/plugins/attack/payloads/tests/test_users_config_files.py branches/threading2/plugins/attack/payloads/tests/test_w3af_agent.py branches/threading2/plugins/attack/payloads/tests/unittest_coverage.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-29 11:13:48
|
Revision: 6204 http://w3af.svn.sourceforge.net/w3af/?rev=6204&view=rev Author: andresriancho Date: 2012-11-29 11:13:42 +0000 (Thu, 29 Nov 2012) Log Message: ----------- * PEP8 * Pylint showed me dead code Modified Paths: -------------- branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-30 20:59:02
|
Revision: 6208 http://w3af.svn.sourceforge.net/w3af/?rev=6208&view=rev Author: andresriancho Date: 2012-11-30 20:58:56 +0000 (Fri, 30 Nov 2012) Log Message: ----------- Various pylint fixes Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/auto_update/tests/test_auto_update.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/update_urls_in_kb.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/intrusion_tools/atHandler.py branches/threading2/core/controllers/intrusion_tools/crontabHandler.py branches/threading2/core/controllers/intrusion_tools/delayedExecution.py branches/threading2/core/controllers/intrusion_tools/delayedExecutionFactory.py branches/threading2/core/controllers/intrusion_tools/execMethodHelpers.py branches/threading2/core/controllers/intrusion_tools/tests/test_execMethodHelpers.py branches/threading2/core/controllers/misc/get_w3af_version.py branches/threading2/core/controllers/payload_transfer/base_payload_transfer.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/payload_transfer/echo_linux.py branches/threading2/core/controllers/payload_transfer/echo_windows.py branches/threading2/core/controllers/payload_transfer/reverse_ftp.py branches/threading2/core/controllers/tests/pylint.rc branches/threading2/core/controllers/tests/pylint_plugins/hashlib_fix.py branches/threading2/core/controllers/threads/threadManager.py branches/threading2/core/controllers/threads/threadpool.py branches/threading2/core/controllers/vdaemon/vdFactory.py branches/threading2/core/controllers/w3afAgent/client/w3afAgentClient.py branches/threading2/plugins/attack/payloads/payloads/metasploit.py Added Paths: ----------- branches/threading2/core/controllers/tests/pylint_plugins/pysvn_fix.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-01 01:46:10
|
Revision: 6211 http://w3af.svn.sourceforge.net/w3af/?rev=6211&view=rev Author: andresriancho Date: 2012-12-01 01:46:04 +0000 (Sat, 01 Dec 2012) Log Message: ----------- * Adding test for pypdf (which fails for now) * PEP8 * pylint changes in xurllib.py * Better strings (i18n) in dependency check Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/threads/timeout_function.py branches/threading2/core/data/parsers/pdf.py branches/threading2/core/data/url/handlers/redirect.py branches/threading2/core/data/url/xUrllib.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/password_profiling_plugins/html.py branches/threading2/plugins/grep/password_profiling_plugins/pdf.py Added Paths: ----------- branches/threading2/plugins/grep/password_profiling_plugins/base_plugin.py branches/threading2/plugins/grep/password_profiling_plugins/tests/ branches/threading2/plugins/grep/password_profiling_plugins/tests/test.pdf branches/threading2/plugins/grep/password_profiling_plugins/tests/test_pdf.py Removed Paths: ------------- branches/threading2/plugins/grep/password_profiling_plugins/basePpPlugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-03 14:10:41
|
Revision: 6215 http://w3af.svn.sourceforge.net/w3af/?rev=6215&view=rev Author: andresriancho Date: 2012-12-03 14:10:32 +0000 (Mon, 03 Dec 2012) Log Message: ----------- PEP8 Modified Paths: -------------- branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sqlmap.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-03 15:18:50
|
Revision: 6221 http://w3af.svn.sourceforge.net/w3af/?rev=6221&view=rev Author: andresriancho Date: 2012-12-03 15:18:41 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Removing pylint errors Modified Paths: -------------- branches/threading2/core/data/kb/exec_shell.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-12-03 19:20:02
|
Revision: 6226 http://w3af.svn.sourceforge.net/w3af/?rev=6226&view=rev Author: andresriancho Date: 2012-12-03 19:19:54 +0000 (Mon, 03 Dec 2012) Log Message: ----------- * We're now able to pass a URL object to an option * Fixed pylint error * Unittested new option feature Modified Paths: -------------- branches/threading2/core/data/options/baseoption.py branches/threading2/core/data/options/tests/test_opt_factory.py branches/threading2/core/data/options/url_option.py branches/threading2/plugins/crawl/web_diff.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-03 19:40:40
|
Revision: 6229 http://w3af.svn.sourceforge.net/w3af/?rev=6229&view=rev Author: andresriancho Date: 2012-12-03 19:40:29 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Fixing various pylint errors Modified Paths: -------------- branches/threading2/core/data/db/startup_cfg.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/HTTPNtlmAuthHandler.py branches/threading2/core/data/url/handlers/MultipartPostHandler.py branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/tests/output/test_gtk_output.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-03 20:47:31
|
Revision: 6232 http://w3af.svn.sourceforge.net/w3af/?rev=6232&view=rev Author: andresriancho Date: 2012-12-03 20:47:24 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Die pylint, die! Modified Paths: -------------- branches/threading2/core/ui/gui/dependency_check.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/xvfb_server.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/grep/test_password_profiling.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-12-04 17:47:52
|
Revision: 6245 http://w3af.svn.sourceforge.net/w3af/?rev=6245&view=rev Author: andresriancho Date: 2012-12-04 17:47:41 +0000 (Tue, 04 Dec 2012) Log Message: ----------- Minor modifications for new pylint version, now I understand the disable comments a little bit better and re-enable warnings in some places too. Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/update_urls_in_kb.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/payload_transfer/reverse_ftp.py branches/threading2/core/controllers/tests/pylint_plugins/scapy_fix.py branches/threading2/core/controllers/threads/timeout_function.py branches/threading2/core/data/db/startup_cfg.py branches/threading2/core/data/nltk_wrapper/nltk_wrapper.py branches/threading2/core/data/search_engines/tests/test_google.py branches/threading2/core/data/url/handlers/MultipartPostHandler.py branches/threading2/core/data/url/handlers/redirect.py branches/threading2/core/ui/gui/dependency_check.py branches/threading2/core/ui/gui/exception_handling/__init__.py branches/threading2/core/ui/gui/tests/dogtail_wrapper/xvfb_server.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/grep/test_password_profiling.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py branches/threading2/plugins/tests/output/test_gtk_output.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-04 20:43:12
|
Revision: 6248 http://w3af.svn.sourceforge.net/w3af/?rev=6248&view=rev Author: andresriancho Date: 2012-12-04 20:43:06 +0000 (Tue, 04 Dec 2012) Log Message: ----------- * Improved add_task and task_done use in consumers * Fixed API error in web_spider * PEP8 in xpath plugin Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/base_consumer.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/strategy.py branches/threading2/plugins/audit/xpath.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-12-05 12:50:36
|
Revision: 6256 http://w3af.svn.sourceforge.net/w3af/?rev=6256&view=rev Author: andresriancho Date: 2012-12-05 12:50:30 +0000 (Wed, 05 Dec 2012) Log Message: ----------- Performance improvement (CPU usage mostly) for basic auth bruteforce Modified Paths: -------------- branches/threading2/core/data/url/handlers/FastHTTPBasicAuthHandler.py branches/threading2/plugins/bruteforce/basic_auth.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-05 22:29:47
|
Revision: 6266 http://w3af.svn.sourceforge.net/w3af/?rev=6266&view=rev Author: andresriancho Date: 2012-12-05 22:29:40 +0000 (Wed, 05 Dec 2012) Log Message: ----------- * Moving responsability of clearing cache to the right location (outside from xurllib and into localCache) * Unittested that xurllib clears the cache when end() is called * Added the API to clear cookies in the opener settings, calling from xurllib end() Modified Paths: -------------- branches/threading2/core/data/db/history.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/tests/test_xurllib_integration.py branches/threading2/core/data/url/xUrllib.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/tests/auth/test_detailed.py branches/threading2/plugins/tests/auth/test_generic.py Added Paths: ----------- branches/threading2/core/data/url/handlers/fast_basic_auth.py Removed Paths: ------------- branches/threading2/core/data/url/handlers/FastHTTPBasicAuthHandler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-06 13:29:47
|
Revision: 6275 http://w3af.svn.sourceforge.net/w3af/?rev=6275&view=rev Author: andresriancho Date: 2012-12-06 13:29:41 +0000 (Thu, 06 Dec 2012) Log Message: ----------- Fixed unittest for spider_man plugin; it had various errors such as a Headers that was still a dict() and do_ALL returned .fuzzable_requests which did not exist. Modified Paths: -------------- branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/data/url/opener_settings.py branches/threading2/plugins/crawl/spider_man.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-07 18:04:06
|
Revision: 6285 http://w3af.svn.sourceforge.net/w3af/?rev=6285&view=rev Author: andresriancho Date: 2012-12-07 18:04:00 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Initial commit of sqlmap attack plugin which passes unittest. Modified Paths: -------------- branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/misc/file_utils.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/sqlmap_wrapper.py branches/threading2/plugins/attack/db/tests/test_sqlmap_wrapper.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/tests/test_payload_handler.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/scripts/script-sqlmap_exploit_int.w3af Added Paths: ----------- branches/threading2/plugins/attack/db/__init__.py branches/threading2/plugins/tests/attack/test_sqlmap.py Removed Paths: ------------- branches/threading2/plugins/attack/sql_webshell.py branches/threading2/scripts/script-sqlmap_exploit_string.w3af Property Changed: ---------------- branches/threading2/plugins/attack/db/sqlmap/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-07 19:40:53
|
Revision: 6295 http://w3af.svn.sourceforge.net/w3af/?rev=6295&view=rev Author: andresriancho Date: 2012-12-07 19:40:43 +0000 (Fri, 07 Dec 2012) Log Message: ----------- onlyForward -> only_forward fileName -> output_file Modified Paths: -------------- branches/threading2/core/controllers/tests/test_special_chars.py branches/threading2/core/ui/console/tests/test_scan_run.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/attack/test_sqlmap.py branches/threading2/plugins/tests/audit/test_all_false_positive.py branches/threading2/plugins/tests/audit/test_cors_origin.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/audit/test_global_redirect.py branches/threading2/plugins/tests/audit/test_htaccess_methods.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_os_commanding.py branches/threading2/plugins/tests/audit/test_phishing_vector.py branches/threading2/plugins/tests/audit/test_preg_replace.py branches/threading2/plugins/tests/audit/test_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_content_negotiation.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/crawl/test_find_dvcs.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/crawl/test_wordnet.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_click_jacking.py branches/threading2/plugins/tests/grep/test_cross_domain_js.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py branches/threading2/plugins/tests/grep/test_form_autocomplete.py branches/threading2/plugins/tests/grep/test_get_emails.py branches/threading2/plugins/tests/grep/test_html_comments.py branches/threading2/plugins/tests/grep/test_http_in_body.py branches/threading2/plugins/tests/grep/test_lang.py branches/threading2/plugins/tests/grep/test_meta_tags.py branches/threading2/plugins/tests/grep/test_motw.py branches/threading2/plugins/tests/grep/test_password_profiling.py branches/threading2/plugins/tests/grep/test_svn_users.py branches/threading2/plugins/tests/infrastructure/test_dot_net_errors.py branches/threading2/plugins/tests/output/test_csv_file.py branches/threading2/plugins/tests/output/test_email_report.py branches/threading2/plugins/tests/output/test_export_requests.py branches/threading2/plugins/tests/output/test_html_file.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_file.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/scripts/script-404pageTest.w3af branches/threading2/scripts/script-all.w3af branches/threading2/scripts/script-allowed_methods.w3af branches/threading2/scripts/script-allowed_methods_dav.w3af branches/threading2/scripts/script-bing_spider.w3af branches/threading2/scripts/script-bsqli_detection.w3af branches/threading2/scripts/script-buffer_overflow.w3af branches/threading2/scripts/script-cookie_fuzzing.w3af branches/threading2/scripts/script-csrf.w3af branches/threading2/scripts/script-dav.w3af branches/threading2/scripts/script-davShell.w3af branches/threading2/scripts/script-detectURLScan.w3af branches/threading2/scripts/script-detect_transparent_proxy.w3af branches/threading2/scripts/script-digit_sum.w3af branches/threading2/scripts/script-discoveryBruteforceFormLoop.w3af branches/threading2/scripts/script-discoveryBruteforceLoop.w3af branches/threading2/scripts/script-duplicated_parameter_names.w3af branches/threading2/scripts/script-eval-blind.w3af branches/threading2/scripts/script-eval.w3af branches/threading2/scripts/script-eval_shell.w3af branches/threading2/scripts/script-evasion-modsecurity.w3af branches/threading2/scripts/script-evasion_xss.w3af branches/threading2/scripts/script-exploitAll-stopOnFirst.w3af branches/threading2/scripts/script-exploitAll.w3af branches/threading2/scripts/script-file_upload_shell.w3af branches/threading2/scripts/script-filenameXss.w3af branches/threading2/scripts/script-find_captcha.w3af branches/threading2/scripts/script-fingerGoogle-fast.w3af branches/threading2/scripts/script-fingerGoogle.w3af branches/threading2/scripts/script-finger_Bing.w3af branches/threading2/scripts/script-finger_PKS.w3af branches/threading2/scripts/script-formGETLoginBrute.w3af branches/threading2/scripts/script-formLoginBrute-threads.w3af branches/threading2/scripts/script-form_login_password_only.w3af branches/threading2/scripts/script-frontpage_version.w3af branches/threading2/scripts/script-fuzzFileContent.w3af branches/threading2/scripts/script-fuzzURLParts.w3af branches/threading2/scripts/script-generic-noMatch.w3af branches/threading2/scripts/script-halberd.w3af branches/threading2/scripts/script-header_fuzzing.w3af branches/threading2/scripts/script-html_output.w3af branches/threading2/scripts/script-html_parser-broken_test_1.w3af branches/threading2/scripts/script-html_parser-broken_test_2.w3af branches/threading2/scripts/script-html_parser-broken_test_3.w3af branches/threading2/scripts/script-html_parser-form.w3af branches/threading2/scripts/script-html_textarea.w3af branches/threading2/scripts/script-httpInBody.w3af branches/threading2/scripts/script-httpsSimpleXss.w3af branches/threading2/scripts/script-js_target.w3af branches/threading2/scripts/script-localFileInclude_path-disclosure.w3af branches/threading2/scripts/script-local_file_include-false_positive.w3af branches/threading2/scripts/script-local_file_include-list.w3af branches/threading2/scripts/script-local_file_include-payload-debug.w3af branches/threading2/scripts/script-local_file_include-payload.w3af branches/threading2/scripts/script-local_file_include.w3af branches/threading2/scripts/script-mailer.w3af branches/threading2/scripts/script-mangle_request.w3af branches/threading2/scripts/script-mangle_response.w3af branches/threading2/scripts/script-maxFileSize.w3af branches/threading2/scripts/script-nonTarget.w3af branches/threading2/scripts/script-osCommanding-BAD-targetOS.w3af branches/threading2/scripts/script-osCommanding-lnx-vdaemon-remoteUbuntu.w3af branches/threading2/scripts/script-osCommanding-lnx-vdaemon.w3af branches/threading2/scripts/script-osCommanding-lnx-w3afAgent-remoteUbuntu.w3af branches/threading2/scripts/script-osCommanding-lnx-w3afAgent.w3af branches/threading2/scripts/script-osCommanding-targetOS.w3af branches/threading2/scripts/script-osCommanding-win-vdaemon.w3af branches/threading2/scripts/script-osCommanding-win.w3af branches/threading2/scripts/script-os_commanding.w3af branches/threading2/scripts/script-os_commanding_shell.w3af branches/threading2/scripts/script-pdf.w3af branches/threading2/scripts/script-pykto_mutate.w3af branches/threading2/scripts/script-regexRelativeURL.w3af branches/threading2/scripts/script-remote_file_include_local_ws.w3af branches/threading2/scripts/script-remote_file_include_shell-xss.w3af branches/threading2/scripts/script-remote_file_include_shell.w3af branches/threading2/scripts/script-remote_file_include_w3af_site.w3af branches/threading2/scripts/script-rfiProxy.w3af branches/threading2/scripts/script-rfiW3afSite.w3af branches/threading2/scripts/script-shortFilenameXss.w3af branches/threading2/scripts/script-simple_xss.w3af branches/threading2/scripts/script-spiderMan.w3af branches/threading2/scripts/script-sql_webshell-no_path_disclosure.w3af branches/threading2/scripts/script-sql_webshell.w3af branches/threading2/scripts/script-sqli.w3af branches/threading2/scripts/script-sqlmap_exploit_int.w3af branches/threading2/scripts/script-ssl_certificate.w3af branches/threading2/scripts/script-ssn.w3af branches/threading2/scripts/script-stored_xss.w3af branches/threading2/scripts/script-targetsInFile.w3af branches/threading2/scripts/script-updateGHDB.w3af branches/threading2/scripts/script-updatePyktoDb.w3af branches/threading2/scripts/script-urlRegex.w3af branches/threading2/scripts/script-web20Spider-2-2.w3af branches/threading2/scripts/script-web20Spider-2.w3af branches/threading2/scripts/script-web20Spider-3.w3af branches/threading2/scripts/script-web20Spider.w3af branches/threading2/scripts/script-webServices.w3af branches/threading2/scripts/script-web_spider-GET_directory.w3af branches/threading2/scripts/script-web_spider-ignore_regex.w3af branches/threading2/scripts/script-web_spider-only_forward.w3af branches/threading2/scripts/script-web_spider-variants.w3af branches/threading2/scripts/script-web_spider.w3af branches/threading2/scripts/script-wml.w3af branches/threading2/scripts/script-xpath-exploit.w3af branches/threading2/scripts/script-xss_ireplace_script.w3af branches/threading2/scripts/script-xss_no_quotes.w3af branches/threading2/scripts/script-xss_replace_javascript.w3af branches/threading2/scripts/script-xss_replace_script.w3af branches/threading2/scripts/script-xss_with_threading.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |