w3af-svn-notify Mailing List for w3af (Page 20)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <and...@us...> - 2012-11-10 14:52:31
|
Revision: 6175 http://w3af.svn.sourceforge.net/w3af/?rev=6175&view=rev Author: andresriancho Date: 2012-11-10 14:52:24 +0000 (Sat, 10 Nov 2012) Log Message: ----------- Adding the concept of vuln templates. Still will have to code some UI stuff to make it work... Added Paths: ----------- branches/threading2/core/data/kb/vuln_templates/ branches/threading2/core/data/kb/vuln_templates/__init__.py branches/threading2/core/data/kb/vuln_templates/base_template.py branches/threading2/core/data/kb/vuln_templates/dav_template.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-10 14:45:16
|
Revision: 6174 http://w3af.svn.sourceforge.net/w3af/?rev=6174&view=rev Author: andresriancho Date: 2012-11-10 14:45:04 +0000 (Sat, 10 Nov 2012) Log Message: ----------- * Major rewrites for eval attack plugins * Minor changes to file_upload * PEP8 Modified Paths: -------------- branches/threading2/core/controllers/configurable.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/misc/common_attack_methods.py branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/data/db/history.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/wmlParser.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/request/HTTPQsRequest.py branches/threading2/core/data/request/WebServiceRequest.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/clusterTable.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper.py branches/threading2/plugins/attack/payloads/tests/payload_test_helper_exec.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/dot_listing.py branches/threading2/plugins/crawl/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/user_dir.py branches/threading2/plugins/crawl/wordpress_enumerate_users.py branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py branches/threading2/plugins/grep/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/credit_cards.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dom_xss.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/error_500.py branches/threading2/plugins/grep/error_pages.py branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/grep/xss_protection_header.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/favicon_identification.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/php_eggs.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/attack/test_dav.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/attack/test_rfi.py branches/threading2/plugins/tests/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/output/test_csv_file.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_file.py Added Paths: ----------- branches/threading2/core/data/kb/exploit_result.py Removed Paths: ------------- branches/threading2/core/data/kb/exploitResult.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 21:33:12
|
Revision: 6173 http://w3af.svn.sourceforge.net/w3af/?rev=6173&view=rev Author: andresriancho Date: 2012-11-09 21:33:05 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Fixed "exit with X" bug in dialogs. Modified Paths: -------------- branches/threading2/core/ui/gui/exception_handling/common_windows.py branches/threading2/core/ui/gui/exception_handling/handled_bug_report.py branches/threading2/core/ui/gui/exception_handling/unhandled_bug_report.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 20:16:06
|
Revision: 6172 http://w3af.svn.sourceforge.net/w3af/?rev=6172&view=rev Author: andresriancho Date: 2012-11-09 20:16:00 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * Most important change in this commit is the new format that attack plugins will have: no fastExploit / options. The user will have a UI way to add a new vulnerability to the KB, which will then be the target for the exploit plugins. * PEP8 changes Modified Paths: -------------- branches/threading2/core/controllers/misc/exploitAll.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/ui/console/exploit.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/basic.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 20:13:45
|
Revision: 6171 http://w3af.svn.sourceforge.net/w3af/?rev=6171&view=rev Author: andresriancho Date: 2012-11-09 20:13:39 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Code cleanup Modified Paths: -------------- branches/threading2/core/data/bloomfilter/scalable_bloom.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 19:18:07
|
Revision: 6170 http://w3af.svn.sourceforge.net/w3af/?rev=6170&view=rev Author: andresriancho Date: 2012-11-09 19:18:00 +0000 (Fri, 09 Nov 2012) Log Message: ----------- More unittests for types returned by options. Modified Paths: -------------- branches/threading2/core/data/url/tests/test_opener_settings.py Added Paths: ----------- branches/threading2/core/controllers/core_helpers/tests/test_target.py branches/threading2/core/controllers/tests/test_misc_settings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:28:58
|
Revision: 6169 http://w3af.svn.sourceforge.net/w3af/?rev=6169&view=rev Author: andresriancho Date: 2012-11-09 18:28:52 +0000 (Fri, 09 Nov 2012) Log Message: ----------- PEP8 changes Modified Paths: -------------- branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:24:40
|
Revision: 6168 http://w3af.svn.sourceforge.net/w3af/?rev=6168&view=rev Author: andresriancho Date: 2012-11-09 18:24:34 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * Fixed bug in which the combo option returned a "help" instead of a string. * Added unittests to detect it earlier Modified Paths: -------------- branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/tests/test_opt_factory.py branches/threading2/plugins/tests/basic.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:23:38
|
Revision: 6167 http://w3af.svn.sourceforge.net/w3af/?rev=6167&view=rev Author: andresriancho Date: 2012-11-09 18:23:32 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/options/baseoption.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:23:37
|
Revision: 6166 http://w3af.svn.sourceforge.net/w3af/?rev=6166&view=rev Author: andresriancho Date: 2012-11-09 18:23:31 +0000 (Fri, 09 Nov 2012) Log Message: ----------- pep8 Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/target.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 18:01:01
|
Revision: 6165 http://w3af.svn.sourceforge.net/w3af/?rev=6165&view=rev Author: andresriancho Date: 2012-11-09 18:00:54 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Fix errors here and there after some pep8 name changes. Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py branches/threading2/core/data/bloomfilter/tests/test_cmmap_bloom.py branches/threading2/core/data/bloomfilter/tests/test_scalable_bloom.py branches/threading2/core/data/bloomfilter/tests/test_seekfile_bloom.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/ui/console/rootMenu.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/main.py branches/threading2/w3af_console branches/threading2/w3af_gui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 17:59:49
|
Revision: 6164 http://w3af.svn.sourceforge.net/w3af/?rev=6164&view=rev Author: andresriancho Date: 2012-11-09 17:59:41 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Adding unittests for w3af_gui and w3af_console, for now, just verify that they compile Added Paths: ----------- branches/threading2/core/controllers/tests/test_w3af_console.py branches/threading2/core/controllers/tests/test_w3af_gui.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 16:36:37
|
Revision: 6163 http://w3af.svn.sourceforge.net/w3af/?rev=6163&view=rev Author: andresriancho Date: 2012-11-09 16:36:26 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Latest version of bloom filters, with detailed unittesting which fail (still have to verify if it is OK for them to fail or not). Modified Paths: -------------- branches/threading2/core/data/bloomfilter/bloomfilter.py branches/threading2/core/data/bloomfilter/scalable_bloom.py branches/threading2/core/data/bloomfilter/seekfile_bloom.py branches/threading2/core/data/bloomfilter/tests/test_scalable_bloom.py branches/threading2/core/data/bloomfilter/tests/test_seekfile_bloom.py branches/threading2/core/data/bloomfilter/wrappers.py Added Paths: ----------- branches/threading2/core/data/bloomfilter/tests/generic_filter_test.py branches/threading2/core/data/bloomfilter/tests/test_bloomfilter_impl_selection.py branches/threading2/core/data/bloomfilter/tests/test_cmmap_bloom.py Removed Paths: ------------- branches/threading2/core/data/bloomfilter/bitvector_bloom.py branches/threading2/core/data/bloomfilter/tests/test_bitvector_bloom.py branches/threading2/extlib/bitvector.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 15:17:32
|
Revision: 6162 http://w3af.svn.sourceforge.net/w3af/?rev=6162&view=rev Author: andresriancho Date: 2012-11-09 15:17:22 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Moved top level domains to a constant Modified Paths: -------------- branches/threading2/core/data/constants/tests/test_all.py branches/threading2/core/data/parsers/url.py Added Paths: ----------- branches/threading2/core/data/constants/top_level_domains.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 13:31:53
|
Revision: 6161 http://w3af.svn.sourceforge.net/w3af/?rev=6161&view=rev Author: andresriancho Date: 2012-11-09 13:31:42 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Adding missing files for new bloom filter implementations Added Paths: ----------- branches/threading2/core/data/bloomfilter/scalable_bloom.py branches/threading2/core/data/bloomfilter/seekfile_bloom.py branches/threading2/core/data/bloomfilter/tests/test_scalable_bloom.py branches/threading2/core/data/bloomfilter/tests/test_seekfile_bloom.py branches/threading2/core/data/bloomfilter/wrappers.py branches/threading2/core/data/misc/python2x3.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-09 13:24:00
|
Revision: 6160 http://w3af.svn.sourceforge.net/w3af/?rev=6160&view=rev Author: andresriancho Date: 2012-11-09 13:23:45 +0000 (Fri, 09 Nov 2012) Log Message: ----------- * New (unfinished) bloom filter implementation that will replace the one that uses the bitvector * Lots of pep8 Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/controllers/core_helpers/consumers/audit.py branches/threading2/core/controllers/core_helpers/consumers/bruteforce.py branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py branches/threading2/core/controllers/core_helpers/consumers/seed.py branches/threading2/core/controllers/core_helpers/exception_handler.py branches/threading2/core/controllers/core_helpers/export.py branches/threading2/core/controllers/core_helpers/fingerprint_404.py branches/threading2/core/controllers/core_helpers/plugins.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/core_helpers/progress.py branches/threading2/core/controllers/core_helpers/status.py branches/threading2/core/controllers/core_helpers/strategy.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/core_helpers/tests/test_profiles.py branches/threading2/core/controllers/daemons/localproxy.py branches/threading2/core/controllers/daemons/proxy.py branches/threading2/core/controllers/daemons/webserver.py branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/controllers/extrusion_scanning/extrusionScanner.py branches/threading2/core/controllers/extrusion_scanning/server/extrusionServer.py branches/threading2/core/controllers/extrusion_scanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/intrusion_tools/atHandler.py branches/threading2/core/controllers/intrusion_tools/crontabHandler.py branches/threading2/core/controllers/intrusion_tools/delayedExecution.py branches/threading2/core/controllers/intrusion_tools/delayedExecutionFactory.py branches/threading2/core/controllers/intrusion_tools/execMethodHelpers.py branches/threading2/core/controllers/intrusion_tools/readMethodHelpers.py branches/threading2/core/controllers/intrusion_tools/tests/test_execMethodHelpers.py branches/threading2/core/controllers/misc/common_attack_methods.py branches/threading2/core/controllers/misc/dns_cache.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/misc/is_private_site.py branches/threading2/core/controllers/misc/w3afTest.py branches/threading2/core/controllers/misc/xunit.py branches/threading2/core/controllers/payload_transfer/clientless_reverse_http.py branches/threading2/core/controllers/payload_transfer/echo_linux.py branches/threading2/core/controllers/payload_transfer/echo_windows.py branches/threading2/core/controllers/payload_transfer/payload_transfer_factory.py branches/threading2/core/controllers/payload_transfer/tests/test_clientless_reverse_http.py branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/crawl_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/infrastructure_plugin.py branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/plugins/plugin.py branches/threading2/core/controllers/profiling/cpu_usage.py branches/threading2/core/controllers/profiling/memory_usage.py branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/core/controllers/threads/threadManager.py branches/threading2/core/controllers/vdaemon/lnxVd.py branches/threading2/core/controllers/vdaemon/pe.py branches/threading2/core/controllers/vdaemon/vdFactory.py branches/threading2/core/controllers/vdaemon/vdaemon.py branches/threading2/core/controllers/vdaemon/winVd.py branches/threading2/core/controllers/w3afAgent/server/w3afAgentServer.py branches/threading2/core/controllers/w3afAgent/w3afAgentManager.py branches/threading2/core/controllers/w3afCore.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_3.py branches/threading2/core/controllers/wizard/questions/question_infrastructure_internet_1.py branches/threading2/core/controllers/wizard/questions/question_target_2.py branches/threading2/core/controllers/wizard/tests/test_wizards.py branches/threading2/core/controllers/wizard/wizard.py branches/threading2/core/data/bloomfilter/bloomfilter.py branches/threading2/core/data/db/history.py branches/threading2/core/data/dc/form.py branches/threading2/core/data/fuzzer/form_filler.py branches/threading2/core/data/fuzzer/fuzzer.py branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/fuzzer/utils.py branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/proxy.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/options/bool_option.py branches/threading2/core/data/options/combo_option.py branches/threading2/core/data/options/float_option.py branches/threading2/core/data/options/input_file_option.py branches/threading2/core/data/options/integer_option.py branches/threading2/core/data/options/ipport_option.py branches/threading2/core/data/options/list_option.py branches/threading2/core/data/options/option_list.py branches/threading2/core/data/options/output_file_option.py branches/threading2/core/data/options/port_option.py branches/threading2/core/data/options/regex_option.py branches/threading2/core/data/options/string_option.py branches/threading2/core/data/options/tests/test_opt_factory.py branches/threading2/core/data/options/url_option.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/pdf.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/tests/test_document_parser.py branches/threading2/core/data/parsers/tests/test_http_request_parser.py branches/threading2/core/data/parsers/url.py branches/threading2/core/data/parsers/wmlParser.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/search_engines/google.py branches/threading2/core/data/search_engines/pks.py branches/threading2/core/data/search_engines/search_engine.py branches/threading2/core/data/url/HTTPResponse.py branches/threading2/core/data/url/handlers/certHTTPSHandler.py branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/core/data/url/handlers/localCache.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/handlers/tests/test_keepalive.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/tests/test_xurllib.py branches/threading2/core/data/url/timeAnalysis.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/bug_report.py branches/threading2/core/ui/console/config.py branches/threading2/core/ui/console/console_ui.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/io/console.py branches/threading2/core/ui/console/io/unixctrl.py branches/threading2/core/ui/console/kbMenu.py branches/threading2/core/ui/console/menu.py branches/threading2/core/ui/console/plugins.py branches/threading2/core/ui/console/profiles.py branches/threading2/core/ui/console/progress_bar.py branches/threading2/core/ui/console/rootMenu.py branches/threading2/core/ui/console/session.py branches/threading2/core/ui/console/tables.py branches/threading2/core/ui/gui/clusterGraph.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/craftedRequests.py branches/threading2/core/ui/gui/dependency_check.py branches/threading2/core/ui/gui/encdec.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/exception_handling/unhandled.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/export_request.py branches/threading2/core/ui/gui/fuzzygen.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/profiles.py branches/threading2/core/ui/gui/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/rrviews/raw.py branches/threading2/core/ui/gui/rrviews/rendering.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/wizard.py branches/threading2/plugins/attack/dav.py branches/threading2/plugins/attack/db/dbDriverBuilder.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/payloads/decorators/download_decorator.py branches/threading2/plugins/attack/payloads/decorators/exec_decorator.py branches/threading2/plugins/attack/payloads/decorators/read_decorator.py branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/metasploit.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/payloads/rootkit_hunter.py branches/threading2/plugins/attack/payloads/payloads/w3af_agent.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/dot_listing.py branches/threading2/plugins/crawl/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/sitemap_xml.py branches/threading2/plugins/crawl/spider_man.py branches/threading2/plugins/crawl/url_fuzzer.py branches/threading2/plugins/crawl/urllist_txt.py branches/threading2/plugins/crawl/user_dir.py branches/threading2/plugins/crawl/web_diff.py branches/threading2/plugins/crawl/web_spider.py branches/threading2/plugins/crawl/wordpress_enumerate_users.py branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py branches/threading2/plugins/crawl/wsdl_finder.py branches/threading2/plugins/evasion/backspace_between_dots.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/reversed_slashes.py branches/threading2/plugins/evasion/self_reference.py branches/threading2/plugins/evasion/shift_out_in_between_dots.py branches/threading2/plugins/grep/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/form_autocomplete.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/motw.py branches/threading2/plugins/grep/objects.py branches/threading2/plugins/grep/oracle.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/password_profiling_plugins/basePpPlugin.py branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/ssn.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/symfony.py branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/infrastructure/detect_reverse_proxy.py branches/threading2/plugins/infrastructure/detect_transparent_proxy.py branches/threading2/plugins/infrastructure/dns_wildcard.py branches/threading2/plugins/infrastructure/domain_dot.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/favicon_identification.py branches/threading2/plugins/infrastructure/find_jboss.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/finger_bing.py branches/threading2/plugins/infrastructure/finger_google.py branches/threading2/plugins/infrastructure/finger_pks.py branches/threading2/plugins/infrastructure/fingerprint_WAF.py branches/threading2/plugins/infrastructure/fingerprint_os.py branches/threading2/plugins/infrastructure/frontpage_version.py branches/threading2/plugins/infrastructure/halberd.py branches/threading2/plugins/infrastructure/hmap.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/infrastructure/oHmap/hmap.py branches/threading2/plugins/infrastructure/php_eggs.py branches/threading2/plugins/infrastructure/server_header.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.py branches/threading2/plugins/infrastructure/xssed_dot_com.py branches/threading2/plugins/infrastructure/zone_h.py branches/threading2/plugins/mangle/sed.py branches/threading2/plugins/output/console.py branches/threading2/plugins/output/csv_file.py branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/basic.py branches/threading2/plugins/tests/crawl/test_archive_dot_org.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py Added Paths: ----------- branches/threading2/core/controllers/exceptions.py branches/threading2/core/controllers/extrusion_scanning/ branches/threading2/core/controllers/intrusion_tools/ branches/threading2/core/controllers/misc_settings.py branches/threading2/core/controllers/output_manager.py branches/threading2/core/data/bloomfilter/bitvector_bloom.py branches/threading2/core/data/bloomfilter/tests/test_bitvector_bloom.py Removed Paths: ------------- branches/threading2/core/controllers/extrusionScanning/ branches/threading2/core/controllers/intrusionTools/ branches/threading2/core/controllers/miscSettings.py branches/threading2/core/controllers/outputManager.py branches/threading2/core/controllers/w3afException.py branches/threading2/core/data/bloomfilter/pybloom.py branches/threading2/core/data/bloomfilter/tests/test_pybloom.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 20:32:22
|
Revision: 6159 http://w3af.svn.sourceforge.net/w3af/?rev=6159&view=rev Author: andresriancho Date: 2012-11-08 20:32:15 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Very, very trivial unittests for some pygtk stuff. Modified Paths: -------------- branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/tests/helloworld.py branches/threading2/core/ui/gui/tests/mocked/check_called.py branches/threading2/core/ui/gui/tests/mocked/test_helloworld.py Added Paths: ----------- branches/threading2/core/ui/gui/comparator/tests/ branches/threading2/core/ui/gui/comparator/tests/__init__.py branches/threading2/core/ui/gui/comparator/tests/example1.txt branches/threading2/core/ui/gui/comparator/tests/example2.txt branches/threading2/core/ui/gui/comparator/tests/test_comparator.py Removed Paths: ------------- branches/threading2/core/ui/gui/comparator/example1.txt branches/threading2/core/ui/gui/comparator/example2.txt branches/threading2/core/ui/gui/comparator/test.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 19:28:54
|
Revision: 6158 http://w3af.svn.sourceforge.net/w3af/?rev=6158&view=rev Author: andresriancho Date: 2012-11-08 19:28:48 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Added Paths: ----------- branches/threading2/core/ui/gui/tests/helloworld.py branches/threading2/core/ui/gui/tests/mocked/ branches/threading2/core/ui/gui/tests/mocked/__init__.py branches/threading2/core/ui/gui/tests/mocked/check_called.py branches/threading2/core/ui/gui/tests/mocked/test_helloworld.py branches/threading2/core/ui/gui/tests/mocked/utils.py Removed Paths: ------------- branches/threading2/core/ui/gui/tests/dogtail_wrapper/helloworld.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:55:57
|
Revision: 6157 http://w3af.svn.sourceforge.net/w3af/?rev=6157&view=rev Author: andresriancho Date: 2012-11-08 15:55:48 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Fixing some import bugs after refactoring of fuzzer Modified Paths: -------------- branches/threading2/plugins/audit/csrf.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:51:39
|
Revision: 6156 http://w3af.svn.sourceforge.net/w3af/?rev=6156&view=rev Author: andresriancho Date: 2012-11-08 15:51:29 +0000 (Thu, 08 Nov 2012) Log Message: ----------- No need to pass the file variables to HTTPPostDataRequest, we now require the dc to be a Form and take the file vars from there. Modified Paths: -------------- branches/threading2/core/data/request/HTTPPostDataRequest.py branches/threading2/core/data/request/factory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:45:49
|
Revision: 6155 http://w3af.svn.sourceforge.net/w3af/?rev=6155&view=rev Author: andresriancho Date: 2012-11-08 15:45:43 +0000 (Thu, 08 Nov 2012) Log Message: ----------- * Import fix in vuln.py * pep8 Modified Paths: -------------- branches/threading2/core/controllers/plugins/attack_plugin.py branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/data/kb/vuln.py branches/threading2/plugins/attack/db/dbDriver.py branches/threading2/plugins/attack/db/dbDriverFunctions.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_mx_injection.py branches/threading2/plugins/tests/audit/test_os_commanding.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xss.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:40:51
|
Revision: 6154 http://w3af.svn.sourceforge.net/w3af/?rev=6154&view=rev Author: andresriancho Date: 2012-11-08 15:40:39 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Minor code improvement to avoid recursions Modified Paths: -------------- branches/threading2/core/data/fuzzer/utils.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:35:49
|
Revision: 6153 http://w3af.svn.sourceforge.net/w3af/?rev=6153&view=rev Author: andresriancho Date: 2012-11-08 15:35:38 +0000 (Thu, 08 Nov 2012) Log Message: ----------- * Fixed ruby export headers handling * Added unittest for ruby export * Fixed ajax export for headers handling Modified Paths: -------------- branches/threading2/core/data/export/ajax_export.py branches/threading2/core/data/export/ruby_export.py Added Paths: ----------- branches/threading2/core/data/export/tests/test_ruby_export.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:34:22
|
Revision: 6152 http://w3af.svn.sourceforge.net/w3af/?rev=6152&view=rev Author: andresriancho Date: 2012-11-08 15:34:11 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Adding missing file from fuzzer refactoring Added Paths: ----------- branches/threading2/core/data/constants/file_templates/file_templates.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-08 15:18:41
|
Revision: 6151 http://w3af.svn.sourceforge.net/w3af/?rev=6151&view=rev Author: andresriancho Date: 2012-11-08 15:18:30 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Removing unnecessary test case Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/tests/test_mutant.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |