Thread: [W3af-svn-notify] SF.net SVN: w3af:[6441] branches/threading2 (Page 8)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-20 19:50:43
|
Revision: 6441 http://w3af.svn.sourceforge.net/w3af/?rev=6441&view=rev Author: andresriancho Date: 2012-12-20 19:50:33 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Migrated missing Infos Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/core/data/kb/info.py branches/threading2/plugins/infrastructure/domain_dot.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-20 23:34:06
|
Revision: 6447 http://w3af.svn.sourceforge.net/w3af/?rev=6447&view=rev Author: andresriancho Date: 2012-12-20 23:33:59 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fix for phpinfo vuln names and test. Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/tests/crawl/test_phpinfo.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-21 17:16:55
|
Revision: 6461 http://w3af.svn.sourceforge.net/w3af/?rev=6461&view=rev Author: andresriancho Date: 2012-12-21 17:16:48 +0000 (Fri, 21 Dec 2012) Log Message: ----------- * Starting to think about the database KB * Do not use kb in __init__, values are cleared before the scan start. Modified Paths: -------------- branches/threading2/core/data/kb/knowledge_base.py branches/threading2/plugins/grep/password_profiling.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-25 23:40:16
|
Revision: 6491 http://w3af.svn.sourceforge.net/w3af/?rev=6491&view=rev Author: andresriancho Date: 2012-12-25 23:40:09 +0000 (Tue, 25 Dec 2012) Log Message: ----------- Changing configuration parameters for opener settings. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/data/url/opener_settings.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/bruteforce.pw3af branches/threading2/profiles/empty_profile.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af branches/threading2/scripts/script-evasion-modsecurity.w3af branches/threading2/scripts/script-fastExploit.w3af branches/threading2/scripts/script-httpsSimpleXss.w3af branches/threading2/scripts/script-shortFilenameXss.w3af branches/threading2/scripts/script-simple_xss.w3af branches/threading2/scripts/script-webServices.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-26 20:40:40
|
Revision: 6504 http://w3af.svn.sourceforge.net/w3af/?rev=6504&view=rev Author: andresriancho Date: 2012-12-26 20:40:34 +0000 (Wed, 26 Dec 2012) Log Message: ----------- * Adding vulnerability name to DB * Update test Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/tests/crawl/test_user_dir.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 22:32:18
|
Revision: 6525 http://w3af.svn.sourceforge.net/w3af/?rev=6525&view=rev Author: andresriancho Date: 2012-12-27 22:32:07 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Cosmetic changes Modified Paths: -------------- branches/threading2/core/data/search_engines/pks.py branches/threading2/plugins/infrastructure/finger_pks.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 18:40:36
|
Revision: 6529 http://w3af.svn.sourceforge.net/w3af/?rev=6529&view=rev Author: andresriancho Date: 2012-12-28 18:40:26 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Added (hackish) support for parsing getURL in SWF bytecode * Updated web_spider test to reflect the new URL we're now able to find * Updated test_swf to reflect the new feature Modified Paths: -------------- branches/threading2/core/data/parsers/swf.py branches/threading2/core/data/parsers/tests/test_swf.py branches/threading2/plugins/tests/crawl/test_web_spider.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/data/uncompress-swf.py branches/threading2/core/data/parsers/tests/data/wivet1.flr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 23:41:38
|
Revision: 6534 http://w3af.svn.sourceforge.net/w3af/?rev=6534&view=rev Author: andresriancho Date: 2012-12-28 23:41:31 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Merged Taras' changes into treading2 branch * Rewrote the plugin to use the new threading2 features, PEP8, etc. * Modified plugin to reduce memory usage (self._fuzzable_requests was removed and self._xss_mutants moved to disk) * Fixed bug in context handling when only the payload was echoed Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/tests/audit/test_xss.py Added Paths: ----------- branches/threading2/core/data/context/ branches/threading2/core/data/context/__init__.py branches/threading2/core/data/context/context.py branches/threading2/core/data/context/tests/ branches/threading2/core/data/context/tests/test_context.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-30 22:46:53
|
Revision: 6547 http://w3af.svn.sourceforge.net/w3af/?rev=6547&view=rev Author: andresriancho Date: 2012-12-30 22:46:46 +0000 (Sun, 30 Dec 2012) Log Message: ----------- * Making audit_return_vulns thread safe * PEP8 for parser module names * Minor chages to some plugins to have mutants passed as parameters Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/tests/test_w3afcore.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/tests/test_document_parser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/wml_parser.py branches/threading2/core/data/request/factory.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/tests/basic.py Added Paths: ----------- branches/threading2/core/data/parsers/html.py branches/threading2/core/data/parsers/sgml.py branches/threading2/core/data/parsers/wsdl.py Removed Paths: ------------- branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/wsdlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 02:01:50
|
Revision: 6549 http://w3af.svn.sourceforge.net/w3af/?rev=6549&view=rev Author: andresriancho Date: 2012-12-31 02:01:43 +0000 (Mon, 31 Dec 2012) Log Message: ----------- * Created from_string in Headers, removed similar code from mangle_plugin, unittested Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/data/dc/headers.py branches/threading2/core/data/dc/tests/test_headers.py branches/threading2/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 15:36:25
|
Revision: 6551 http://w3af.svn.sourceforge.net/w3af/?rev=6551&view=rev Author: andresriancho Date: 2012-12-31 15:36:18 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Changing URLs after name change in moth. Modified Paths: -------------- branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/plugins/tests/crawl/import_results/input-base64.burp branches/threading2/plugins/tests/crawl/import_results/input-nobase64.burp branches/threading2/plugins/tests/crawl/import_results/input-test.csv branches/threading2/plugins/tests/crawl/test_import_results.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 15:40:51
|
Revision: 6554 http://w3af.svn.sourceforge.net/w3af/?rev=6554&view=rev Author: andresriancho Date: 2012-12-31 15:40:45 +0000 (Mon, 31 Dec 2012) Log Message: ----------- * Moved evasion doctests to unittest * Added integration tests for evasion plugins * Cosmetic changes in xurllib * Added evasion/mangle to the set of plugins to test in unittest_coverage Modified Paths: -------------- branches/threading2/core/data/url/xUrllib.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/tests/test_unittest_coverage.py Added Paths: ----------- branches/threading2/plugins/tests/evasion/ branches/threading2/plugins/tests/evasion/__init__.py branches/threading2/plugins/tests/evasion/test_backspace_between_dots.py branches/threading2/plugins/tests/evasion/test_core_integration.py branches/threading2/plugins/tests/evasion/test_full_width_encode.py branches/threading2/plugins/tests/evasion/test_mod_security.py branches/threading2/plugins/tests/evasion/test_reversed_slashes.py branches/threading2/plugins/tests/evasion/test_rnd_case.py branches/threading2/plugins/tests/evasion/test_rnd_hex_encode.py branches/threading2/plugins/tests/evasion/test_rnd_param.py branches/threading2/plugins/tests/evasion/test_rnd_path.py branches/threading2/plugins/tests/evasion/test_self_reference.py branches/threading2/plugins/tests/evasion/test_shift_out_in_between_dots.py branches/threading2/plugins/tests/evasion/test_xurllib_integration.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-31 19:58:02
|
Revision: 6565 http://w3af.svn.sourceforge.net/w3af/?rev=6565&view=rev Author: andresriancho Date: 2012-12-31 19:57:53 +0000 (Mon, 31 Dec 2012) Log Message: ----------- Now that XSS detection works, I need to update other tests that use those results. Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/tests/output/test_email_report.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-02 23:06:40
|
Revision: 6597 http://w3af.svn.sourceforge.net/w3af/?rev=6597&view=rev Author: andresriancho Date: 2013-01-02 23:06:34 +0000 (Wed, 02 Jan 2013) Log Message: ----------- Audit plugins now show vulnerabilities in the console just after finding and storing them in the KB; instead of waiting until the plugin end() Modified Paths: -------------- branches/threading2/core/controllers/output_manager.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-03 18:09:33
|
Revision: 6601 http://w3af.svn.sourceforge.net/w3af/?rev=6601&view=rev Author: andresriancho Date: 2013-01-03 18:09:23 +0000 (Thu, 03 Jan 2013) Log Message: ----------- Adding minor perf improvement to get the original response before calling each audit plugin Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-03 22:04:44
|
Revision: 6607 http://w3af.svn.sourceforge.net/w3af/?rev=6607&view=rev Author: andresriancho Date: 2013-01-03 22:04:37 +0000 (Thu, 03 Jan 2013) Log Message: ----------- Improvements: * do not wait until the end of the scan to show the user feedback on what a plugin has found. * do not store vulns in kb that we're not going to show via om.out.information or om.out.vulnerability Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/plugins/tests/test_audit_plugin.py branches/threading2/core/controllers/plugins/tests/test_plugin.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/plugins/grep/ajax.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/cache_control.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/credit_cards.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dom_xss.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/error_500.py branches/threading2/plugins/grep/error_pages.py branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/url_session.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/grep/xss_protection_header.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/profiles/full_audit.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-05 21:38:21
|
Revision: 6621 http://w3af.svn.sourceforge.net/w3af/?rev=6621&view=rev Author: andresriancho Date: 2013-01-05 21:38:14 +0000 (Sat, 05 Jan 2013) Log Message: ----------- Replaced temp_shelve with DiskDict Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/grep/html_comments.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-08 12:58:43
|
Revision: 6627 http://w3af.svn.sourceforge.net/w3af/?rev=6627&view=rev Author: andresriancho Date: 2013-01-08 12:58:35 +0000 (Tue, 08 Jan 2013) Log Message: ----------- * Moved KB to sqlite3 * Reverted changeset 6602 as it was making everything slow * TODO: - Fix pickling of shells - Fix UI message handling - Run all tests again Modified Paths: -------------- branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/base_consumer.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/consumers/tests/test_crawl_infrastructure.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_strategy.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/misc/webroot.py branches/threading2/core/controllers/output_manager.py branches/threading2/core/controllers/threads/threadpool.py branches/threading2/core/data/db/dbms.py branches/threading2/core/data/db/disk_dict.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_dbms.py branches/threading2/core/data/db/tests/test_disk_dict.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/kb/info.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/tests/test_knowledge_base.py branches/threading2/core/data/kb/tests/test_vuln.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/helpers.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/prompt.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/apache_root_directory.py branches/threading2/plugins/attack/payloads/payloads/get_source_code.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/tests/auth/test_generic.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_content_negotiation.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_dot_listing.py branches/threading2/plugins/tests/crawl/test_google_spider.py branches/threading2/plugins/tests/crawl/test_import_results.py branches/threading2/plugins/tests/crawl/test_oracle_discovery.py branches/threading2/plugins/tests/crawl/test_phpinfo.py branches/threading2/plugins/tests/crawl/test_pykto.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_web_spider.py branches/threading2/plugins/tests/crawl/test_wordnet.py branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_credit_cards.py branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_lang.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_password_profiling.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_xss_protection_header.py branches/threading2/plugins/tests/infrastructure/test_fingerprint_os.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/bruteforce.pw3af branches/threading2/profiles/empty_profile.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af branches/threading2/profiles/sitemap.pw3af branches/threading2/profiles/web_infrastructure.pw3af Added Paths: ----------- branches/threading2/core/data/kb/tests/test_update_urls_in_kb.py branches/threading2/core/ui/gui/output/ branches/threading2/core/ui/gui/output/__init__.py branches/threading2/core/ui/gui/output/gtk_output.py branches/threading2/core/ui/gui/output/tests/ branches/threading2/core/ui/gui/output/tests/test_gtk_output.py Removed Paths: ------------- branches/threading2/core/controllers/core_helpers/tests/test_update_urls_in_kb.py branches/threading2/core/controllers/core_helpers/update_urls_in_kb.py branches/threading2/plugins/output/gtk_output.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...> - 2013-01-08 19:40:31
|
Revision: 6630 http://w3af.svn.sourceforge.net/w3af/?rev=6630&view=rev Author: andresriancho Date: 2013-01-08 19:40:25 +0000 (Tue, 08 Jan 2013) Log Message: ----------- Making pylint pass without errors. Modified Paths: -------------- branches/threading2/core/controllers/plugins/bruteforce_plugin.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/core/ui/gui/messages.py branches/threading2/plugins/grep/html_comments.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-08 22:55:07
|
Revision: 6632 http://w3af.svn.sourceforge.net/w3af/?rev=6632&view=rev Author: andresriancho Date: 2013-01-08 22:55:01 +0000 (Tue, 08 Jan 2013) Log Message: ----------- Checking dependencies as early as possible in the UI scripts. Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.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...> - 2013-01-10 12:31:24
|
Revision: 6634 http://w3af.svn.sourceforge.net/w3af/?rev=6634&view=rev Author: andresriancho Date: 2013-01-10 12:31:17 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Using msgpack instead of pickle, still a work in progress but needed to commit Modified Paths: -------------- branches/threading2/core/data/db/history.py branches/threading2/core/data/parsers/HTTPRequestParser.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/url/HTTPRequest.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/tests/test_HTTPResponse.py branches/threading2/core/data/url/xUrllib.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/mangle/sed.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-10 18:13:26
|
Revision: 6642 http://w3af.svn.sourceforge.net/w3af/?rev=6642&view=rev Author: andresriancho Date: 2013-01-10 18:13:18 +0000 (Thu, 10 Jan 2013) Log Message: ----------- PEP8 name change for shell/Shell Modified Paths: -------------- branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/ui/console/exploit.py branches/threading2/plugins/attack/payloads/tests/test_base_payload.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/xpath.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-10 22:13:32
|
Revision: 6643 http://w3af.svn.sourceforge.net/w3af/?rev=6643&view=rev Author: andresriancho Date: 2013-01-10 22:13:24 +0000 (Thu, 10 Jan 2013) Log Message: ----------- * PEP8 for xUrllib/ExtendedUrllib * Cosmetic changes at core/controllers/misc/exploit_all.py * Shells can now be pickled (missing some data which is then added again later) * Added KB tests to verify that my objects are pickleable * Rewrite console interact Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/cors/utils.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/tests/test_proxy.py branches/threading2/core/controllers/misc/exploit_all.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/core/controllers/w3afCore.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/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/tests/test_knowledge_base.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/search_engines/tests/test_pks.py branches/threading2/core/data/url/handlers/tests/test_cookie_handler.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/time_analysis.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/guardian.py branches/threading2/plugins/attack/db/tests/test_sqlmap_wrapper.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/auth/test_generic.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/evasion/test_xurllib_integration.py branches/threading2/plugins/tests/infrastructure/test_allowed_methods.py Added Paths: ----------- branches/threading2/core/data/url/extended_urllib.py Removed Paths: ------------- branches/threading2/core/data/url/xUrllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-10 23:42:04
|
Revision: 6644 http://w3af.svn.sourceforge.net/w3af/?rev=6644&view=rev Author: andresriancho Date: 2013-01-10 23:41:58 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Improved common word db and moved it to constants directory. Modified Paths: -------------- branches/threading2/plugins/grep/password_profiling.py Added Paths: ----------- branches/threading2/core/data/constants/common_words.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-11 15:21:06
|
Revision: 6645 http://w3af.svn.sourceforge.net/w3af/?rev=6645&view=rev Author: andresriancho Date: 2013-01-11 15:20:58 +0000 (Fri, 11 Jan 2013) Log Message: ----------- Fixed bug now that the output manager sends http requests to the output plugins. Modified Paths: -------------- branches/threading2/core/data/url/HTTPRequest.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. |