Thread: [W3af-svn-notify] SF.net SVN: w3af:[5549] branches/threading2 (Page 3)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-09 17:24:53
|
Revision: 5549 http://w3af.svn.sourceforge.net/w3af/?rev=5549&view=rev Author: andresriancho Date: 2012-08-09 17:24:47 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Changed name of xsrf plugin to csrf, since most people know the vulnerability with that name. Modified Paths: -------------- branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_manual_disc.pw3af Added Paths: ----------- branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/scripts/script-csrf.w3af Removed Paths: ------------- branches/threading2/plugins/audit/xsrf.py branches/threading2/plugins/tests/audit/test_xsrf.py branches/threading2/scripts/script-xsrf.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-10 01:31:09
|
Revision: 5553 http://w3af.svn.sourceforge.net/w3af/?rev=5553&view=rev Author: andresriancho Date: 2012-08-10 01:31:00 +0000 (Fri, 10 Aug 2012) Log Message: ----------- Initial commit after splitting "discovery" into "crawl" and "infrastructure". Most unittests still pass, but work is still needed. Most likely will have to continue working on it in order to have all unittests passing and then continue with other stuff. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseOutputPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/coreHelpers/consumers/audit.py branches/threading2/core/controllers/coreHelpers/plugins.py branches/threading2/core/controllers/coreHelpers/profiles.py branches/threading2/core/controllers/coreHelpers/status.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/profiling/cpu_usage.py branches/threading2/core/controllers/w3afCore.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_internet_1.py branches/threading2/core/data/nltk_wrapper/nltk_wrapper.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/search_engines/bing.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/consoleUi/tests/test_consoleui.py branches/threading2/core/ui/gtkUi/helpers.py branches/threading2/core/ui/gtkUi/pluginconfig.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/__init__.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/bruteforce/__init__.py branches/threading2/plugins/crawl/tests/test_http_vs_https_dist.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/infrastructure/oHmap/hmap.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_all_false_positive.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_redos.py branches/threading2/plugins/tests/audit/test_response_splitting.py branches/threading2/plugins/tests/audit/test_ssi.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xss.py branches/threading2/plugins/tests/auth/test_detailed.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/grep/test_click_jacking.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/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/plugins/tests/unittest_coverage.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/bruteforce.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af Added Paths: ----------- branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py branches/threading2/core/controllers/basePlugin/baseInfrastructurePlugin.py branches/threading2/plugins/crawl/ branches/threading2/plugins/crawl/__init__.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation/ branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter/ branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/dot_net_errors.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/find_git.py branches/threading2/plugins/crawl/ghdb/ 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/ branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/php_eggs.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto/ branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator/ 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/slash.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/tests/ 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/ 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/infrastructure/ branches/threading2/plugins/infrastructure/__init__.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/favicon/ 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/ branches/threading2/plugins/infrastructure/oHmap/ 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/tests/crawl/ branches/threading2/plugins/tests/crawl/__init__.py branches/threading2/plugins/tests/crawl/failing_spider.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/crawl/test_bing_spider.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/crawl/test_digit_sum.py branches/threading2/plugins/tests/crawl/test_dir_bruter.py branches/threading2/plugins/tests/crawl/test_find_backdoor.py branches/threading2/plugins/tests/crawl/test_find_captchas.py branches/threading2/plugins/tests/crawl/test_find_git.py branches/threading2/plugins/tests/crawl/test_google_spider.py branches/threading2/plugins/tests/crawl/test_phpinfo.py branches/threading2/plugins/tests/crawl/test_pykto.py branches/threading2/plugins/tests/crawl/test_ria_enumerator.py branches/threading2/plugins/tests/crawl/test_robots_txt.py branches/threading2/plugins/tests/crawl/test_sitemap_xml.py branches/threading2/plugins/tests/crawl/test_spider_man.py branches/threading2/plugins/tests/crawl/test_url_fuzzer.py branches/threading2/plugins/tests/crawl/test_urllist_txt.py branches/threading2/plugins/tests/crawl/test_user_dir.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/crawl/test_wordnet.py branches/threading2/plugins/tests/infrastructure/ branches/threading2/plugins/tests/infrastructure/__init__.py branches/threading2/plugins/tests/infrastructure/test_afd.py branches/threading2/plugins/tests/infrastructure/test_allowed_methods.py branches/threading2/plugins/tests/infrastructure/test_detect_transparent_proxy.py branches/threading2/plugins/tests/infrastructure/test_finger_bing.py branches/threading2/plugins/tests/infrastructure/test_finger_google.py branches/threading2/plugins/tests/infrastructure/test_frontpage_version.py branches/threading2/plugins/tests/infrastructure/test_netcraft.py branches/threading2/profiles/full_audit_spider_man.pw3af Removed Paths: ------------- branches/threading2/core/controllers/basePlugin/baseDiscoveryPlugin.py branches/threading2/plugins/discovery/ branches/threading2/plugins/tests/discovery/ branches/threading2/profiles/full_audit_manual_disc.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-12 13:04:46
|
Revision: 5567 http://w3af.svn.sourceforge.net/w3af/?rev=5567&view=rev Author: andresriancho Date: 2012-08-12 13:04:39 +0000 (Sun, 12 Aug 2012) Log Message: ----------- Removing test script, adding unittest, php_eggs code rewrite in order to use the new threadpool Added Paths: ----------- branches/threading2/plugins/infrastructure/php_eggs.py branches/threading2/plugins/tests/infrastructure/test_php_eggs.py Removed Paths: ------------- branches/threading2/plugins/crawl/php_eggs.py branches/threading2/scripts/script-php_eggs.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-12 14:30:34
|
Revision: 5569 http://w3af.svn.sourceforge.net/w3af/?rev=5569&view=rev Author: andresriancho Date: 2012-08-12 14:30:28 +0000 (Sun, 12 Aug 2012) Log Message: ----------- Removing test script, rewrote plugin but was difficult to write a unittest, leaving for tomorrow. Modified Paths: -------------- branches/threading2/plugins/crawl/slash.py Removed Paths: ------------- branches/threading2/scripts/script-slash.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 12:42:22
|
Revision: 5570 http://w3af.svn.sourceforge.net/w3af/?rev=5570&view=rev Author: andresriancho Date: 2012-08-13 12:42:15 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Removed test script, added unittest, minor code changes to plugin. Modified Paths: -------------- branches/threading2/plugins/infrastructure/zone_h.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_zone_h.py Removed Paths: ------------- branches/threading2/scripts/script-zone_h.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 12:56:13
|
Revision: 5571 http://w3af.svn.sourceforge.net/w3af/?rev=5571&view=rev Author: andresriancho Date: 2012-08-13 12:56:07 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Rename createFuzzableRequests method Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py branches/threading2/core/controllers/basePlugin/baseInfrastructurePlugin.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/user_dir.py branches/threading2/plugins/crawl/wordpress_fingerprint.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 12:57:29
|
Revision: 5572 http://w3af.svn.sourceforge.net/w3af/?rev=5572&view=rev Author: andresriancho Date: 2012-08-13 12:57:19 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Removed test script, adding unittest, minor changes to plugin source code. Modified Paths: -------------- branches/threading2/plugins/infrastructure/xssed_dot_com.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_xssed_dot_com.py Removed Paths: ------------- branches/threading2/scripts/script-xssed_dot_com.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 22:41:35
|
Revision: 5575 http://w3af.svn.sourceforge.net/w3af/?rev=5575&view=rev Author: andresriancho Date: 2012-08-13 22:41:27 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Removing WSDL test scripts Adding unittest for wsdl_finder Minor modifications for wsdl_greper Modified wsdl_finder to work with the new threadpool model Modified Paths: -------------- branches/threading2/plugins/crawl/wsdl_finder.py branches/threading2/plugins/grep/wsdl_greper.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_wsdl_finder.py Removed Paths: ------------- branches/threading2/scripts/script-wsdl_finder.w3af branches/threading2/scripts/script-wsdl_greper.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-13 22:43:48
|
Revision: 5576 http://w3af.svn.sourceforge.net/w3af/?rev=5576&view=rev Author: andresriancho Date: 2012-08-13 22:43:41 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Camel case to _ separated. createFuzzableRequests Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/basePlugin/baseCrawlPlugin.py branches/threading2/core/controllers/basePlugin/baseInfrastructurePlugin.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/data/request/frFactory.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/find_backdoors.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/find_git.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/phishtank.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/web_diff.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/server_status.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-14 01:57:41
|
Revision: 5579 http://w3af.svn.sourceforge.net/w3af/?rev=5579&view=rev Author: andresriancho Date: 2012-08-14 01:57:33 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Remove test script for content negotiation Add unittest Plugin rewrite for new threadpool model Modified Paths: -------------- branches/threading2/plugins/crawl/content_negotiation.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_content_negotiation.py Removed Paths: ------------- branches/threading2/scripts/script-content_negotiation.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 02:20:32
|
Revision: 5588 http://w3af.svn.sourceforge.net/w3af/?rev=5588&view=rev Author: andresriancho Date: 2012-08-17 02:20:26 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Moving the variant_db outside the web_spider plugin and to the core. This allows me to use it in the crawling/infrastructure phase. Modified Paths: -------------- branches/threading2/plugins/crawl/web_spider.py Added Paths: ----------- branches/threading2/core/data/db/variant_db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 02:22:11
|
Revision: 5589 http://w3af.svn.sourceforge.net/w3af/?rev=5589&view=rev Author: andresriancho Date: 2012-08-17 02:22:05 +0000 (Fri, 17 Aug 2012) Log Message: ----------- Moving the responsability to reconfigure the url_opener to the end() method in basic_auth plugin. Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-17 23:13:57
|
Revision: 5595 http://w3af.svn.sourceforge.net/w3af/?rev=5595&view=rev Author: andresriancho Date: 2012-08-17 23:13:50 +0000 (Fri, 17 Aug 2012) Log Message: ----------- * rewrote the plugin.py plugin_factory function * multiple changes towards pep-8 Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/basePlugin/baseEvasionPlugin.py branches/threading2/core/controllers/basePlugin/baseManglePlugin.py branches/threading2/core/controllers/basePlugin/baseOutputPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py branches/threading2/core/controllers/coreHelpers/plugins.py branches/threading2/core/controllers/coreHelpers/profiles.py branches/threading2/core/controllers/coreHelpers/status.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/target.py branches/threading2/core/controllers/coreHelpers/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/exception_handling/helpers.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/profiling/cpu_usage.py branches/threading2/core/controllers/w3afCore.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_internet_1.py branches/threading2/core/controllers/wizard/questions/question_target_1.py branches/threading2/core/data/options/optionList.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/ui/consoleUi/bug_report.py branches/threading2/core/ui/consoleUi/config.py branches/threading2/core/ui/consoleUi/consoleUi.py branches/threading2/core/ui/consoleUi/exploit.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/consoleUi/rootMenu.py branches/threading2/core/ui/gtkUi/confpanel.py branches/threading2/core/ui/gtkUi/craftedRequests.py branches/threading2/core/ui/gtkUi/exploittab.py branches/threading2/core/ui/gtkUi/httpLogTab.py branches/threading2/core/ui/gtkUi/kbtree.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/core/ui/gtkUi/pluginEditor.py branches/threading2/core/ui/gtkUi/pluginconfig.py branches/threading2/core/ui/gtkUi/profiles.py branches/threading2/core/ui/gtkUi/reqResViewer.py branches/threading2/core/ui/gtkUi/wizard.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/audit/blind_sqli.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.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/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/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/url_fuzzer.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_fullpathdisclosure.py branches/threading2/plugins/evasion/backspace_between_dots.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/reversed_slashes.py branches/threading2/plugins/evasion/rnd_case.py branches/threading2/plugins/evasion/rnd_hex_encode.py branches/threading2/plugins/evasion/rnd_param.py branches/threading2/plugins/evasion/rnd_path.py branches/threading2/plugins/evasion/self_reference.py branches/threading2/plugins/evasion/shift_out_in_between_dots.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/directory_indexing.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/http_in_body.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.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/domain_dot.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/fingerprint_WAF.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/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.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/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_all_false_positive.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/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-08-18 01:32:19
|
Revision: 5597 http://w3af.svn.sourceforge.net/w3af/?rev=5597&view=rev Author: andresriancho Date: 2012-08-18 01:32:13 +0000 (Sat, 18 Aug 2012) Log Message: ----------- Now the webspider works! All those Queues are aligned :) Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseEvasionPlugin.py branches/threading2/core/controllers/basePlugin/basePlugin.py branches/threading2/core/controllers/coreHelpers/consumers/base_consumer.py branches/threading2/core/controllers/coreHelpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/coreHelpers/consumers/seed.py branches/threading2/core/controllers/coreHelpers/strategy.py branches/threading2/core/controllers/coreHelpers/update_urls_in_kb.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-08-18 23:33:47
|
Revision: 5601 http://w3af.svn.sourceforge.net/w3af/?rev=5601&view=rev Author: andresriancho Date: 2012-08-18 23:33:40 +0000 (Sat, 18 Aug 2012) Log Message: ----------- fuzzableRequest -> fuzzable_request Modified Paths: -------------- branches/threading2/core/controllers/coreHelpers/status.py branches/threading2/core/controllers/coreHelpers/update_urls_in_kb.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutant.py branches/threading2/core/data/fuzzer/mutantFileName.py branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/fuzzer/mutantQs.py branches/threading2/core/data/fuzzer/mutantUrlParts.py branches/threading2/core/data/parsers/httpRequestParser.py branches/threading2/core/data/request/httpPostDataRequest.py branches/threading2/core/data/request/httpQsRequest.py branches/threading2/core/data/request/tests/test_fuzzablerequest.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.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/archive_dot_org.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/find_backdoors.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/robots_txt.py branches/threading2/plugins/crawl/sitemap_xml.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/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/grep/code_disclosure.py branches/threading2/plugins/grep/lang.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/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/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/xml_file.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/grep/test_blank_body.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_collect_cookies.py branches/threading2/plugins/tests/grep/test_credit_cards.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_http_auth_detect.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_oracle.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_private_ip.py branches/threading2/plugins/tests/grep/test_ssn.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_strange_http_codes.py branches/threading2/plugins/tests/grep/test_strange_parameters.py branches/threading2/plugins/tests/grep/test_strange_reason.py branches/threading2/plugins/tests/grep/test_symfony.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/grep/test_wsdl_greper.py Added Paths: ----------- branches/threading2/core/data/request/fuzzable_request.py Removed Paths: ------------- branches/threading2/core/data/request/fuzzableRequest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-19 14:00:33
|
Revision: 5605 http://w3af.svn.sourceforge.net/w3af/?rev=5605&view=rev Author: andresriancho Date: 2012-08-19 14:00:26 +0000 (Sun, 19 Aug 2012) Log Message: ----------- Adding smoke tag to some of the unittests, in order to be able to choose some tests to run before a commit: nosetests --rednose core/ -a 'smoke' http://nose.readthedocs.org/en/latest/plugins/attrib.html Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/tests/test_bruteforcer.py branches/threading2/core/controllers/coreHelpers/tests/test_exception_handler.py branches/threading2/core/controllers/coreHelpers/tests/test_plugins.py branches/threading2/core/controllers/coreHelpers/tests/test_profiles.py branches/threading2/core/controllers/coreHelpers/tests/test_strategy.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/core/controllers/wizard/tests/test_questions.py branches/threading2/core/controllers/wizard/tests/test_wizards.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/db/tests/test_temp_shelve.py branches/threading2/core/data/dc/tests/test_form.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/request/tests/test_fuzzablerequest.py branches/threading2/core/data/url/tests/test_httpResponse.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/tests/test_consoleui.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_response_splitting.py branches/threading2/plugins/tests/audit/test_sqli.py branches/threading2/plugins/tests/audit/test_xss.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/bruteforce/test_basic_auth.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/crawl/test_web_spider.py branches/threading2/plugins/tests/grep/test_error_pages.py branches/threading2/plugins/tests/grep/test_html_comments.py branches/threading2/plugins/tests/infrastructure/test_afd.py branches/threading2/plugins/tests/infrastructure/test_php_eggs.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_file.py branches/threading2/plugins/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-08-19 17:30:06
|
Revision: 5606 http://w3af.svn.sourceforge.net/w3af/?rev=5606&view=rev Author: andresriancho Date: 2012-08-19 17:29:59 +0000 (Sun, 19 Aug 2012) Log Message: ----------- 's/coreHelpers/core_helpers/g;' Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/auth.py branches/threading2/core/controllers/core_helpers/consumers/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/consumers/grep.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/strategy.py branches/threading2/core/controllers/core_helpers/tests/test_exception_handler.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/profile/profile.py branches/threading2/core/ui/consoleUi/bug_report.py branches/threading2/core/ui/gtkUi/exception_handling/handled.py branches/threading2/core/ui/gtkUi/exception_handling/handled_bug_report.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/find_backdoors.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/oracle_discovery.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/slash.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.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/grep/code_disclosure.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/infrastructure/favicon_identification.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_collect_cookies.py branches/threading2/plugins/tests/grep/test_credit_cards.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_http_auth_detect.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_oracle.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_strange_http_codes.py branches/threading2/plugins/tests/grep/test_wsdl_greper.py branches/threading2/plugins/tests/helper.py Added Paths: ----------- branches/threading2/core/controllers/core_helpers/ Removed Paths: ------------- branches/threading2/core/controllers/coreHelpers/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-20 21:40:27
|
Revision: 5614 http://w3af.svn.sourceforge.net/w3af/?rev=5614&view=rev Author: andresriancho Date: 2012-08-20 21:40:22 +0000 (Mon, 20 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py branches/threading2/core/ui/consoleUi/rootMenu.py branches/threading2/core/ui/gtkUi/main.py branches/threading2/plugins/tests/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-21 16:51:26
|
Revision: 5616 http://w3af.svn.sourceforge.net/w3af/?rev=5616&view=rev Author: andresriancho Date: 2012-08-21 16:51:18 +0000 (Tue, 21 Aug 2012) Log Message: ----------- More pep-8 changes. Modified Paths: -------------- branches/threading2/core/ui/consoleUi/config.py branches/threading2/core/ui/gtkUi/confpanel.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/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/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/slash.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/blank_body.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/collect_cookies.py branches/threading2/plugins/grep/credit_cards.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_find.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/favicon_identification.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/halberd.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/php_eggs.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/mangle/sed.py branches/threading2/plugins/output/console.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/basic.py Added Paths: ----------- branches/threading2/core/controllers/plugins/ branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/auth_plugin.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/crawl_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/grep_plugin.py branches/threading2/core/controllers/plugins/infrastructure_plugin.py branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/plugins/attack/payloads/payloads/apache_mod_security.py Removed Paths: ------------- branches/threading2/core/controllers/basePlugin/ branches/threading2/core/controllers/plugins/baseAttackPlugin.py branches/threading2/core/controllers/plugins/baseAuditPlugin.py branches/threading2/core/controllers/plugins/baseAuthPlugin.py branches/threading2/core/controllers/plugins/baseBruteforcePlugin.py branches/threading2/core/controllers/plugins/baseCrawlPlugin.py branches/threading2/core/controllers/plugins/baseEvasionPlugin.py branches/threading2/core/controllers/plugins/baseGrepPlugin.py branches/threading2/core/controllers/plugins/baseInfrastructurePlugin.py branches/threading2/core/controllers/plugins/baseManglePlugin.py branches/threading2/core/controllers/plugins/baseOutputPlugin.py branches/threading2/core/controllers/plugins/basePlugin.py branches/threading2/plugins/attack/payloads/payloads/apache_modsecurity.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-22 13:10:41
|
Revision: 5664 http://w3af.svn.sourceforge.net/w3af/?rev=5664&view=rev Author: andresriancho Date: 2012-08-22 13:10:27 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Cosmetic pep-8 in @author ;) Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/core_helpers/exception_handler.py branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/progress.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/easy_contribution/sourceforge.py branches/threading2/core/controllers/extrusionScanning/client/extrusionClient.py branches/threading2/core/controllers/extrusionScanning/extrusionScanner.py branches/threading2/core/controllers/extrusionScanning/server/extrusionServer.py branches/threading2/core/controllers/misc/exploitAll.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/plugins/crawl_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/grep_plugin.py branches/threading2/core/controllers/plugins/infrastructure_plugin.py branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/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/threads/threadManager.py branches/threading2/core/controllers/threads/w3afThread.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/w3afCore.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/disk_set.py branches/threading2/core/data/db/temp_shelve.py branches/threading2/core/data/dc/cookie.py branches/threading2/core/data/dc/dataContainer.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/dc/queryString.py branches/threading2/core/data/kb/config.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/exploitResult.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/knowledgeBase.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/options/comboOption.py branches/threading2/core/data/options/option.py branches/threading2/core/data/options/optionList.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/documentParser.py branches/threading2/core/data/parsers/dpCache.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/httpRequestParser.py branches/threading2/core/data/parsers/pdfParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/parsers/urlParser.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/fuzzable_request.py branches/threading2/core/data/request/httpPostDataRequest.py branches/threading2/core/data/request/httpQsRequest.py branches/threading2/core/data/request/jsonPostDataRequest.py branches/threading2/core/data/request/wsPostDataRequest.py branches/threading2/core/data/request/xmlrpcRequest.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/searchEngine.py branches/threading2/core/data/url/timeAnalysis.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/exploit.py branches/threading2/core/ui/gtkUi/clusterGraph.py branches/threading2/core/ui/gtkUi/httpLogTab.py branches/threading2/core/ui/gtkUi/reqResViewer.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/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/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/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.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/pykto.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/wsdl_finder.py branches/threading2/plugins/evasion/full_width_encode.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/grep/ajax.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/collect_cookies.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_find.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/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/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/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/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/halberd.py branches/threading2/plugins/infrastructure/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/mangle/sed.py branches/threading2/plugins/output/console.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/tests/crawl/failing_spider.py Added Paths: ----------- branches/threading2/core/controllers/misc/common_attack_methods.py Removed Paths: ------------- branches/threading2/core/controllers/misc/commonAttackMethods.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-23 18:16:04
|
Revision: 5707 http://w3af.svn.sourceforge.net/w3af/?rev=5707&view=rev Author: andresriancho Date: 2012-08-23 18:15:58 +0000 (Thu, 23 Aug 2012) Log Message: ----------- * Console UI test refactoring * Added new unittest for exploiting from the console * Added test for lsp, execute, read from the console * Now when a user prints 'foo\nbar' to the console, he actually prints 'foo\r\nbar' in order to make sure formatting is correctly handled * ConsoleUI waits until all messages in the output manager are processed before finishing. Modified Paths: -------------- branches/threading2/core/ui/consoleUi/consoleUi.py branches/threading2/plugins/output/console.py Added Paths: ----------- branches/threading2/core/ui/consoleUi/tests/helper.py branches/threading2/core/ui/consoleUi/tests/test_basic.py branches/threading2/core/ui/consoleUi/tests/test_exploit.py branches/threading2/core/ui/consoleUi/tests/test_profiles.py branches/threading2/core/ui/consoleUi/tests/test_scan_run.py Removed Paths: ------------- branches/threading2/core/ui/consoleUi/tests/test_consoleui.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-23 21:38:42
|
Revision: 5713 http://w3af.svn.sourceforge.net/w3af/?rev=5713&view=rev Author: andresriancho Date: 2012-08-23 21:38:36 +0000 (Thu, 23 Aug 2012) Log Message: ----------- * Completed payload API change * Added more tests for payloads and their error handling Modified Paths: -------------- branches/threading2/core/controllers/vdaemon/vdaemon.py branches/threading2/core/data/kb/shell.py branches/threading2/core/ui/consoleUi/exploit.py branches/threading2/core/ui/consoleUi/tests/test_exploit.py branches/threading2/plugins/attack/payloads/base_payload.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/attack/payloads/payloads/get_source_code.py branches/threading2/plugins/attack/payloads/payloads/iis_root_directory.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/metasploit.py branches/threading2/plugins/attack/payloads/payloads/msf_linux_x86_meterpreter_reverse.py branches/threading2/plugins/attack/payloads/payloads/msf_windows_meterpreter_reverse_tcp.py branches/threading2/plugins/attack/payloads/payloads/msf_windows_vncinject_reverse.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/spider.py branches/threading2/plugins/attack/payloads/payloads/w3af_agent.py branches/threading2/plugins/attack/payloads/tests/test_list_processes.py branches/threading2/plugins/attack/payloads/tests/test_portscan.py branches/threading2/plugins/attack/payloads/tests/test_spider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-24 18:22:58
|
Revision: 5731 http://w3af.svn.sourceforge.net/w3af/?rev=5731&view=rev Author: andresriancho Date: 2012-08-24 18:22:50 +0000 (Fri, 24 Aug 2012) Log Message: ----------- * pep-8 changes * stopped using w3afThread and start2() * better import strategy, trying to avoid from x import * Modified Paths: -------------- branches/threading2/core/controllers/extrusionScanning/extrusionScanner.py branches/threading2/core/controllers/extrusionScanning/server/extrusionServer.py branches/threading2/core/controllers/extrusionScanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/intrusionTools/crontabHandler.py branches/threading2/core/controllers/intrusionTools/delayedExecutionFactory.py branches/threading2/core/controllers/intrusionTools/execMethodHelpers.py branches/threading2/core/controllers/vdaemon/vdFactory.py branches/threading2/core/controllers/vdaemon/vdaemon.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/data/kb/exec_shell.py branches/threading2/core/ui/gtkUi/proxywin.py branches/threading2/plugins/attack/payloads/tests/test_w3af_agent.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-26 14:58:39
|
Revision: 5751 http://w3af.svn.sourceforge.net/w3af/?rev=5751&view=rev Author: andresriancho Date: 2012-08-26 14:58:29 +0000 (Sun, 26 Aug 2012) Log Message: ----------- * pep-8 * made bsqli and some other audit plugins thread-safe * code cleanup in audit plugins Modified Paths: -------------- branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/plugins.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/exception_handling/helpers.py branches/threading2/core/controllers/intrusionTools/execMethodHelpers.py branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/bruteforce_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/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/wizard.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/dc/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/ruby_export.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutant.py branches/threading2/core/data/fuzzer/mutantCookie.py branches/threading2/core/data/fuzzer/mutantFileContent.py branches/threading2/core/data/fuzzer/mutantFileName.py branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/fuzzer/mutantJSON.py branches/threading2/core/data/fuzzer/mutantPostData.py branches/threading2/core/data/fuzzer/mutantUrlParts.py branches/threading2/core/data/fuzzer/mutantXMLRPC.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/options/option.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/frFactory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/request/httpPostDataRequest.py branches/threading2/core/data/request/httpQsRequest.py branches/threading2/core/data/request/jsonPostDataRequest.py branches/threading2/core/data/request/wsPostDataRequest.py branches/threading2/core/data/request/xmlrpcRequest.py branches/threading2/core/data/url/handlers/mangleHandler.py branches/threading2/core/data/url/httpResponse.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/gtkUi/confpanel.py branches/threading2/core/ui/gtkUi/httpLogTab.py branches/threading2/core/ui/gtkUi/pluginconfig.py branches/threading2/core/ui/gtkUi/proxywin.py branches/threading2/plugins/attack/__init__.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/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/audit/__init__.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/auth/__init__.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/__init__.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/__init__.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/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/slash.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/tests/__init__.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/__init__.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/__init__.py branches/threading2/plugins/grep/ajax.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/collect_cookies.py branches/threading2/plugins/grep/credit_cards.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_find.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/infrastructure/__init__.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/favicon_identification.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/halberd.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/php_eggs.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/mangle/__init__.py branches/threading2/plugins/mangle/sed.py branches/threading2/plugins/output/__init__.py branches/threading2/plugins/output/console.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/audit/test_dav.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/grep/test_all.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/tests/output/test_csv_file.py branches/threading2/plugins/tests/output/test_text_file.py Added Paths: ----------- branches/threading2/core/data/options/option_list.py Removed Paths: ------------- branches/threading2/core/data/options/optionList.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-27 17:57:27
|
Revision: 5755 http://w3af.svn.sourceforge.net/w3af/?rev=5755&view=rev Author: andresriancho Date: 2012-08-27 17:57:21 +0000 (Mon, 27 Aug 2012) Log Message: ----------- pep-8 changes related with optionlist Modified Paths: -------------- branches/threading2/core/controllers/plugins/grep_plugin.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/wordpress_enumerate_users.py branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py branches/threading2/plugins/evasion/backspace_between_dots.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/reversed_slashes.py branches/threading2/plugins/evasion/rnd_case.py branches/threading2/plugins/evasion/rnd_hex_encode.py branches/threading2/plugins/evasion/rnd_param.py branches/threading2/plugins/evasion/rnd_path.py branches/threading2/plugins/evasion/self_reference.py branches/threading2/plugins/evasion/shift_out_in_between_dots.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/directory_indexing.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/objects.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/mangle/sed.py branches/threading2/plugins/output/console.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |