w3af-svn-notify Mailing List for w3af (Page 22)
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-05 18:14:45
|
Revision: 6125 http://w3af.svn.sourceforge.net/w3af/?rev=6125&view=rev Author: andresriancho Date: 2012-11-05 18:14:37 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Headers is now used. Modified Paths: -------------- branches/threading2/plugins/crawl/content_negotiation.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-05 13:30:20
|
Revision: 6124 http://w3af.svn.sourceforge.net/w3af/?rev=6124&view=rev Author: andresriancho Date: 2012-11-05 13:30:11 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Adding message to remind me to download the file. Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_ghdb.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-05 13:16:03
|
Revision: 6123 http://w3af.svn.sourceforge.net/w3af/?rev=6123&view=rev Author: andresriancho Date: 2012-11-05 13:15:56 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Giving proper credit to the guys from exploit-db for sharing the updated ghdb.xml file. Modified Paths: -------------- branches/threading2/plugins/crawl/ghdb.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-05 12:35:30
|
Revision: 6122 http://w3af.svn.sourceforge.net/w3af/?rev=6122&view=rev Author: andresriancho Date: 2012-11-05 12:35:22 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Minor code changes, added do_nothing method to avoid repeated "pass" implementations. Modified Paths: -------------- 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. |
From: <and...@us...> - 2012-11-04 15:05:01
|
Revision: 6121 http://w3af.svn.sourceforge.net/w3af/?rev=6121&view=rev Author: andresriancho Date: 2012-11-04 15:04:54 +0000 (Sun, 04 Nov 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/ui/gui/confpanel.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-04 14:58:06
|
Revision: 6120 http://w3af.svn.sourceforge.net/w3af/?rev=6120&view=rev Author: andresriancho Date: 2012-11-04 14:58:00 +0000 (Sun, 04 Nov 2012) Log Message: ----------- pep8 Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.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-11-04 14:57:42
|
Revision: 6119 http://w3af.svn.sourceforge.net/w3af/?rev=6119&view=rev Author: andresriancho Date: 2012-11-04 14:57:36 +0000 (Sun, 04 Nov 2012) Log Message: ----------- Better input validation Modified Paths: -------------- branches/threading2/plugins/audit/ssl_certificate.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-04 14:52:14
|
Revision: 6118 http://w3af.svn.sourceforge.net/w3af/?rev=6118&view=rev Author: andresriancho Date: 2012-11-04 14:52:08 +0000 (Sun, 04 Nov 2012) Log Message: ----------- * Discovered that some plugins did not call the paren't init. * Added unittest to verify they did Modified Paths: -------------- branches/threading2/core/controllers/plugins/mangle_plugin.py branches/threading2/plugins/crawl/spider_man.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-03 18:45:38
|
Revision: 6117 http://w3af.svn.sourceforge.net/w3af/?rev=6117&view=rev Author: andresriancho Date: 2012-11-03 18:45:31 +0000 (Sat, 03 Nov 2012) Log Message: ----------- Refactoring to decouple input validation from the way the user inputs the data. Modified Paths: -------------- branches/threading2/core/data/options/baseoption.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/output_file_option.py branches/threading2/core/data/options/port_option.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/options/regex_option.py branches/threading2/core/data/options/string_option.py branches/threading2/core/data/options/url_option.py branches/threading2/core/ui/gui/confpanel.py branches/threading2/core/ui/gui/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 22:41:48
|
Revision: 6116 http://w3af.svn.sourceforge.net/w3af/?rev=6116&view=rev Author: andresriancho Date: 2012-11-02 22:41:42 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Fixing string formatting bug Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 22:21:55
|
Revision: 6115 http://w3af.svn.sourceforge.net/w3af/?rev=6115&view=rev Author: andresriancho Date: 2012-11-02 22:21:47 +0000 (Fri, 02 Nov 2012) Log Message: ----------- * Adding unittest for wordpress_fullpathdisclosure.py * Rewrote plugin Modified Paths: -------------- branches/threading2/plugins/crawl/wordpress_fullpathdisclosure.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_wordpress_fullpathdisclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 22:19:06
|
Revision: 6114 http://w3af.svn.sourceforge.net/w3af/?rev=6114&view=rev Author: andresriancho Date: 2012-11-02 22:18:59 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Adding unittest for wordpress_enumerate_users. Modified Paths: -------------- branches/threading2/plugins/crawl/wordpress_enumerate_users.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/test_wordpress_enumerate_users.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 21:08:56
|
Revision: 6113 http://w3af.svn.sourceforge.net/w3af/?rev=6113&view=rev Author: andresriancho Date: 2012-11-02 21:08:50 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Removing useless comment Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_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-11-02 21:07:37
|
Revision: 6112 http://w3af.svn.sourceforge.net/w3af/?rev=6112&view=rev Author: andresriancho Date: 2012-11-02 21:07:31 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/crawl/pykto.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 21:07:17
|
Revision: 6111 http://w3af.svn.sourceforge.net/w3af/?rev=6111&view=rev Author: andresriancho Date: 2012-11-02 21:07:11 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Simple way to check if the response is the result of a redirect Modified Paths: -------------- branches/threading2/core/data/url/HTTPResponse.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 19:56:45
|
Revision: 6110 http://w3af.svn.sourceforge.net/w3af/?rev=6110&view=rev Author: andresriancho Date: 2012-11-02 19:56:39 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Adding a unittest to remind me to update the scan database... Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_pykto.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 19:43:27
|
Revision: 6109 http://w3af.svn.sourceforge.net/w3af/?rev=6109&view=rev Author: andresriancho Date: 2012-11-02 19:43:20 +0000 (Fri, 02 Nov 2012) Log Message: ----------- * Adding unittest for testing that release.db is being updated * Improved release.db generation script Modified Paths: -------------- branches/threading2/plugins/crawl/wordpress_fingerprint/generate_release_db.py branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/tests/crawl/test_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-11-02 19:32:27
|
Revision: 6108 http://w3af.svn.sourceforge.net/w3af/?rev=6108&view=rev Author: andresriancho Date: 2012-11-02 19:32:21 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Updating wordpress release.db file. Modified Paths: -------------- branches/threading2/plugins/crawl/wordpress_fingerprint/release.db This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 19:11:08
|
Revision: 6107 http://w3af.svn.sourceforge.net/w3af/?rev=6107&view=rev Author: andresriancho Date: 2012-11-02 19:11:01 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Refactoring to be able to use this function in other tests. Modified Paths: -------------- branches/threading2/core/data/misc/file_utils.py branches/threading2/plugins/tests/crawl/test_ghdb.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 19:06:17
|
Revision: 6106 http://w3af.svn.sourceforge.net/w3af/?rev=6106&view=rev Author: andresriancho Date: 2012-11-02 19:06:11 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Updating GHDB, thanks to http://www.exploit-db.com/ for the latest version! Modified Paths: -------------- branches/threading2/plugins/crawl/ghdb/GHDB.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 18:51:53
|
Revision: 6105 http://w3af.svn.sourceforge.net/w3af/?rev=6105&view=rev Author: andresriancho Date: 2012-11-02 18:51:47 +0000 (Fri, 02 Nov 2012) Log Message: ----------- Removing temp files generated by the SCA. Modified Paths: -------------- branches/threading2/core/controllers/sca/tests/test_sca.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-02 18:41:12
|
Revision: 6104 http://w3af.svn.sourceforge.net/w3af/?rev=6104&view=rev Author: andresriancho Date: 2012-11-02 18:41:01 +0000 (Fri, 02 Nov 2012) Log Message: ----------- * Improved option framework, now we have better validation for all inputs * pep8 changes * Removed some w3afExceptions that were raised when om.out.error should be used Modified Paths: -------------- branches/threading2/core/controllers/configurable.py 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/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/plugins.py branches/threading2/core/controllers/core_helpers/profiles.py branches/threading2/core/controllers/core_helpers/target.py branches/threading2/core/controllers/core_helpers/tests/test_plugins.py branches/threading2/core/controllers/core_helpers/tests/test_profiles.py branches/threading2/core/controllers/daemons/tests/test_proxy.py branches/threading2/core/controllers/misc/factory.py branches/threading2/core/controllers/miscSettings.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/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/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/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_wizards.py branches/threading2/core/controllers/wizard/wizard.py branches/threading2/core/controllers/wizard/wizards/infrastructure.py branches/threading2/core/controllers/wizard/wizards/short_wizard.py branches/threading2/core/data/dc/form.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/exec_shell.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/shell.py branches/threading2/core/data/kb/vuln.py branches/threading2/core/data/options/option_list.py branches/threading2/core/data/options/preferences.py branches/threading2/core/data/parsers/wsdlParser.py branches/threading2/core/data/parsers/xmlrpc.py branches/threading2/core/data/profile/profile.py branches/threading2/core/data/request/WebServiceRequest.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/urlOpenerSettings.py branches/threading2/core/data/url/xUrllib.py branches/threading2/core/ui/console/config.py branches/threading2/core/ui/console/exploit.py branches/threading2/core/ui/console/help.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/gui/confpanel.py branches/threading2/core/ui/gui/entries.py branches/threading2/core/ui/gui/exploittab.py branches/threading2/core/ui/gui/helpers.py branches/threading2/core/ui/gui/httpLogTab.py branches/threading2/core/ui/gui/kbtree.py branches/threading2/core/ui/gui/logtab.py branches/threading2/core/ui/gui/main.py branches/threading2/core/ui/gui/messages.py branches/threading2/core/ui/gui/pluginconfig.py branches/threading2/core/ui/gui/profiles.py branches/threading2/core/ui/gui/proxywin.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/core/ui/gui/scanrun.py branches/threading2/core/ui/gui/wizard.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/Utility.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/WSDLTools.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/XMLSchema.py branches/threading2/extlib/SOAPpy/SOAPpy/wstools/test/test_wsdl.py branches/threading2/extlib/SOAPpy/tests/testWSDL.py branches/threading2/extlib/bitvector.py branches/threading2/extlib/chardet/langbulgarianmodel.py branches/threading2/extlib/chardet/langcyrillicmodel.py branches/threading2/extlib/chardet/langgreekmodel.py branches/threading2/extlib/chardet/langhebrewmodel.py branches/threading2/extlib/chardet/langhungarianmodel.py branches/threading2/extlib/chardet/langthaimodel.py branches/threading2/extlib/chardet/sbcharsetprober.py branches/threading2/extlib/ntlm/ntlm.py branches/threading2/extlib/pyPdf/pyPdf/pdf.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/db/mssqlservermap.py branches/threading2/plugins/attack/db/mysqlmap.py branches/threading2/plugins/attack/db/postgresqlmap.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/file_upload.py branches/threading2/plugins/attack/local_file_reader.py branches/threading2/plugins/attack/os_commanding.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/tests/test_payload_handler.py branches/threading2/plugins/attack/rfi.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/auth/detailed.py branches/threading2/plugins/auth/generic.py branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py branches/threading2/plugins/crawl/archive_dot_org.py branches/threading2/plugins/crawl/bing_spider.py branches/threading2/plugins/crawl/content_negotiation.py branches/threading2/plugins/crawl/digit_sum.py branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/crawl/dot_listing.py branches/threading2/plugins/crawl/find_backdoors.py branches/threading2/plugins/crawl/find_captchas.py branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/crawl/ghdb.py branches/threading2/plugins/crawl/google_spider.py branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/crawl/oracle_discovery.py branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/crawl/pykto.py branches/threading2/plugins/crawl/ria_enumerator.py branches/threading2/plugins/crawl/robots_txt.py branches/threading2/plugins/crawl/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/evasion/backspace_between_dots.py branches/threading2/plugins/evasion/full_width_encode.py branches/threading2/plugins/evasion/mod_security.py branches/threading2/plugins/evasion/reversed_slashes.py branches/threading2/plugins/evasion/rnd_case.py branches/threading2/plugins/evasion/rnd_hex_encode.py branches/threading2/plugins/evasion/rnd_param.py branches/threading2/plugins/evasion/rnd_path.py branches/threading2/plugins/evasion/self_reference.py branches/threading2/plugins/evasion/shift_out_in_between_dots.py branches/threading2/plugins/grep/ajax.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/credit_cards.py branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dom_xss.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/error_500.py branches/threading2/plugins/grep/error_pages.py branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/form_autocomplete.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/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/README.txt 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/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/attack/test_dav.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/attack/test_rfi.py branches/threading2/plugins/tests/audit/test_blind_sqli.py branches/threading2/plugins/tests/audit/test_buffer_overflow.py branches/threading2/plugins/tests/audit/test_cors_origin.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/plugins/tests/audit/test_dav.py branches/threading2/plugins/tests/audit/test_eval.py branches/threading2/plugins/tests/audit/test_file_upload.py branches/threading2/plugins/tests/audit/test_format_string.py branches/threading2/plugins/tests/audit/test_frontpage.py branches/threading2/plugins/tests/audit/test_generic.py branches/threading2/plugins/tests/audit/test_global_redirect.py branches/threading2/plugins/tests/audit/test_htaccess_methods.py branches/threading2/plugins/tests/audit/test_ldapi.py branches/threading2/plugins/tests/audit/test_lfi.py branches/threading2/plugins/tests/audit/test_mx_injection.py branches/threading2/plugins/tests/audit/test_os_commanding.py branches/threading2/plugins/tests/audit/test_phishing_vector.py branches/threading2/plugins/tests/audit/test_preg_replace.py branches/threading2/plugins/tests/audit/test_response_splitting.py branches/threading2/plugins/tests/audit/test_rfi.py branches/threading2/plugins/tests/audit/test_ssi.py branches/threading2/plugins/tests/audit/test_ssl_certificate.py branches/threading2/plugins/tests/audit/test_un_ssl.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xst.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/bruteforce/test_basic_auth.py branches/threading2/plugins/tests/bruteforce/test_form_auth.py branches/threading2/plugins/tests/crawl/test_content_negotiation.py branches/threading2/plugins/tests/crawl/test_dot_listing.py branches/threading2/plugins/tests/crawl/test_find_backdoors.py branches/threading2/plugins/tests/crawl/test_find_captchas.py branches/threading2/plugins/tests/crawl/test_find_dvcs.py branches/threading2/plugins/tests/crawl/test_ghdb.py branches/threading2/plugins/tests/crawl/test_phishtank.py branches/threading2/plugins/tests/crawl/test_phpinfo.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_diff.py branches/threading2/plugins/tests/crawl/test_wordpress_fingerprint.py branches/threading2/plugins/tests/crawl/test_wsdl_finder.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py branches/threading2/plugins/tests/grep/test_click_jacking.py branches/threading2/plugins/tests/grep/test_directory_indexing.py branches/threading2/plugins/tests/grep/test_dom_xss.py branches/threading2/plugins/tests/grep/test_dot_net_event_validation.py branches/threading2/plugins/tests/grep/test_error_500.py branches/threading2/plugins/tests/grep/test_error_pages.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.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_meta_tags.py branches/threading2/plugins/tests/grep/test_motw.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_svn_users.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/helper.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_reverse_proxy.py branches/threading2/plugins/tests/infrastructure/test_dns_wildcard.py branches/threading2/plugins/tests/infrastructure/test_dot_net_errors.py branches/threading2/plugins/tests/infrastructure/test_favicon_identification.py branches/threading2/plugins/tests/infrastructure/test_find_jboss.py branches/threading2/plugins/tests/infrastructure/test_find_vhosts.py branches/threading2/plugins/tests/infrastructure/test_hmap.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py branches/threading2/plugins/tests/infrastructure/test_netcraft.py branches/threading2/plugins/tests/infrastructure/test_php_eggs.py branches/threading2/plugins/tests/infrastructure/test_server_header.py branches/threading2/plugins/tests/infrastructure/test_server_status.py branches/threading2/plugins/tests/infrastructure/test_shared_hosting.py branches/threading2/plugins/tests/infrastructure/test_xssed_dot_com.py branches/threading2/plugins/tests/infrastructure/test_zone_h.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_gtk_output.py branches/threading2/plugins/tests/output/test_html_file.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_file.py branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/audit_high_risk.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af Added Paths: ----------- branches/threading2/core/controllers/bruteforce/combo.txt branches/threading2/core/data/options/baseoption.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/opt_factory.py branches/threading2/core/data/options/option_types.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/ branches/threading2/core/data/options/tests/test.txt branches/threading2/core/data/options/tests/test_opt_factory.py branches/threading2/core/data/options/url_option.py branches/threading2/plugins/grep/user_defined_regex/empty.txt branches/threading2/plugins/grep/user_defined_regex/example_regexes.txt Removed Paths: ------------- branches/threading2/core/data/options/comboOption.py branches/threading2/core/data/options/option.py branches/threading2/plugins/grep/user_defined_regex/exampleRegexesErrors.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-01 18:52:49
|
Revision: 6103 http://w3af.svn.sourceforge.net/w3af/?rev=6103&view=rev Author: andresriancho Date: 2012-11-01 18:52:43 +0000 (Thu, 01 Nov 2012) Log Message: ----------- * Simplified some unittests that required root by creating a @onlyroot decorator * Removed some raise w3afException Modified Paths: -------------- branches/threading2/core/controllers/extrusionScanning/tests/test_extrusion_scanner.py branches/threading2/core/controllers/misc/decorators.py branches/threading2/core/controllers/payload_transfer/tests/test_clientless_reverse_http.py branches/threading2/plugins/attack/payloads/tests/test_w3af_agent.py branches/threading2/plugins/infrastructure/afd.py branches/threading2/plugins/infrastructure/http_vs_https_dist.py branches/threading2/plugins/tests/helper.py branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-01 17:57:55
|
Revision: 6102 http://w3af.svn.sourceforge.net/w3af/?rev=6102&view=rev Author: andresriancho Date: 2012-11-01 17:57:49 +0000 (Thu, 01 Nov 2012) Log Message: ----------- No w3afException on error Modified Paths: -------------- branches/threading2/plugins/infrastructure/favicon_identification.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-01 17:51:32
|
Revision: 6101 http://w3af.svn.sourceforge.net/w3af/?rev=6101&view=rev Author: andresriancho Date: 2012-11-01 17:51:26 +0000 (Thu, 01 Nov 2012) Log Message: ----------- Better looking code and stricter assertions Modified Paths: -------------- branches/threading2/plugins/grep/user_defined_regex.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |