Thread: [W3af-svn-notify] SF.net SVN: w3af:[5221] branches/threading2/plugins
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-06-25 15:43:40
|
Revision: 5221 http://w3af.svn.sourceforge.net/w3af/?rev=5221&view=rev Author: andresriancho Date: 2012-06-25 15:43:29 +0000 (Mon, 25 Jun 2012) Log Message: ----------- Migrated findGit to the new threadpool model and added unittests. Modified Paths: -------------- branches/threading2/plugins/discovery/findGit.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_find_git.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-25 23:33:02
|
Revision: 5231 http://w3af.svn.sourceforge.net/w3af/?rev=5231&view=rev Author: andresriancho Date: 2012-06-25 23:32:56 +0000 (Mon, 25 Jun 2012) Log Message: ----------- * Migrated findCaptchas to new threadpool and enhanced code a little bit. * Added unittest for findCaptchas Modified Paths: -------------- branches/threading2/plugins/discovery/findCaptchas.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_find_captchas.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-26 00:15:17
|
Revision: 5233 http://w3af.svn.sourceforge.net/w3af/?rev=5233&view=rev Author: andresriancho Date: 2012-06-26 00:15:11 +0000 (Tue, 26 Jun 2012) Log Message: ----------- * Migrated robots reader to the new threadpool * Added unittest Modified Paths: -------------- branches/threading2/plugins/discovery/robotsReader.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_robots_reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-26 15:07:28
|
Revision: 5241 http://w3af.svn.sourceforge.net/w3af/?rev=5241&view=rev Author: andresriancho Date: 2012-06-26 15:07:22 +0000 (Tue, 26 Jun 2012) Log Message: ----------- * Adding unittest for sitemapReader * Migrated sitemapReader to the new threadpool model. Modified Paths: -------------- branches/threading2/plugins/discovery/sitemapReader.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_sitemap_reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-27 18:38:02
|
Revision: 5264 http://w3af.svn.sourceforge.net/w3af/?rev=5264&view=rev Author: andresriancho Date: 2012-06-27 18:37:53 +0000 (Wed, 27 Jun 2012) Log Message: ----------- Added unittest for audit plugin, rewrote xst plugin (wasn't working at all). Modified Paths: -------------- branches/threading2/plugins/audit/xst.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_xst.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-27 22:22:13
|
Revision: 5270 http://w3af.svn.sourceforge.net/w3af/?rev=5270&view=rev Author: andresriancho Date: 2012-06-27 22:22:07 +0000 (Wed, 27 Jun 2012) Log Message: ----------- * Added test case for buffer overflow in moth and (addicted to unittests) added the same test here. * Moved things around inside the plugin a little bit. I'm looking for performance and thread unsafe code. Modified Paths: -------------- branches/threading2/plugins/audit/buffOverflow.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_buffer_overflow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-28 13:57:22
|
Revision: 5275 http://w3af.svn.sourceforge.net/w3af/?rev=5275&view=rev Author: andresriancho Date: 2012-06-28 13:57:12 +0000 (Thu, 28 Jun 2012) Log Message: ----------- * Added unittest for DAV plugin * Modified plugin to run tests in threads Modified Paths: -------------- branches/threading2/plugins/audit/dav.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_dav.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-29 15:57:39
|
Revision: 5288 http://w3af.svn.sourceforge.net/w3af/?rev=5288&view=rev Author: andresriancho Date: 2012-06-29 15:57:28 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Migrated wordnet to new threadpool model. Identified bug in threadpool implementation :S See test added in next commit. Modified Paths: -------------- branches/threading2/plugins/discovery/wordnet.py branches/threading2/plugins/tests/discovery/test_wordnet.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-06-30 00:58:30
|
Revision: 5295 http://w3af.svn.sourceforge.net/w3af/?rev=5295&view=rev Author: andresriancho Date: 2012-06-30 00:58:24 +0000 (Sat, 30 Jun 2012) Log Message: ----------- Migrated digitSum to the new Pool model, adding unittest. Modified Paths: -------------- branches/threading2/plugins/discovery/digitSum.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_digitsum.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-14 19:58:03
|
Revision: 5344 http://w3af.svn.sourceforge.net/w3af/?rev=5344&view=rev Author: andresriancho Date: 2012-07-14 19:57:57 +0000 (Sat, 14 Jul 2012) Log Message: ----------- Migrated ria_enumerator to new thread model. Improved performance and added unittest. Modified Paths: -------------- branches/threading2/plugins/discovery/ria_enumerator.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_ria_enumerator.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-15 17:28:31
|
Revision: 5351 http://w3af.svn.sourceforge.net/w3af/?rev=5351&view=rev Author: andresriancho Date: 2012-07-15 17:28:25 +0000 (Sun, 15 Jul 2012) Log Message: ----------- Fixed unittest that wasn't passing in globalRedirect, I was forgetting about the follow_redir=False flag. Modified Paths: -------------- branches/threading2/plugins/audit/globalRedirect.py branches/threading2/plugins/tests/audit/test_global_redirect.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-15 21:33:37
|
Revision: 5358 http://w3af.svn.sourceforge.net/w3af/?rev=5358&view=rev Author: andresriancho Date: 2012-07-15 21:33:31 +0000 (Sun, 15 Jul 2012) Log Message: ----------- Small changes to algorithm and added unittest. Modified Paths: -------------- branches/threading2/plugins/discovery/frontpage_version.py Added Paths: ----------- branches/threading2/plugins/tests/discovery/test_frontpage_version.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-17 11:39:10
|
Revision: 5366 http://w3af.svn.sourceforge.net/w3af/?rev=5366&view=rev Author: andresriancho Date: 2012-07-17 11:39:01 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Adding negative test for frontpage and modified the plugin code a little bit. Still don't know how I'm going to test this plugin without a windows environment. Modified Paths: -------------- branches/threading2/plugins/audit/frontpage.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_frontpage.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-17 19:10:53
|
Revision: 5375 http://w3af.svn.sourceforge.net/w3af/?rev=5375&view=rev Author: andresriancho Date: 2012-07-17 19:10:47 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Modified the SSI plugin to work (I think it NEVER worked), added unittest. Modified Paths: -------------- branches/threading2/plugins/audit/ssi.py Added Paths: ----------- branches/threading2/plugins/tests/audit/test_ssi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 00:09:09
|
Revision: 5378 http://w3af.svn.sourceforge.net/w3af/?rev=5378&view=rev Author: andresriancho Date: 2012-07-18 00:09:03 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for audit plugins and associated unittests. Modified Paths: -------------- branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xsrf.py branches/threading2/plugins/tests/audit/test_all_false_positive.py branches/threading2/plugins/tests/audit/test_blind_sqli.py branches/threading2/plugins/tests/audit/test_buffer_overflow.py branches/threading2/plugins/tests/audit/test_format_string.py branches/threading2/plugins/tests/audit/test_global_redirect.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_ssi.py branches/threading2/plugins/tests/audit/test_ssl_certificate.py branches/threading2/plugins/tests/audit/test_xpath.py branches/threading2/plugins/tests/audit/test_xss.py Added Paths: ----------- branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.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/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/ssl_certificate/ branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/tests/audit/test_file_upload.py branches/threading2/plugins/tests/audit/test_rfi.py branches/threading2/plugins/tests/audit/test_un_ssl.py Removed Paths: ------------- branches/threading2/plugins/audit/LDAPi.py branches/threading2/plugins/audit/blindSqli.py branches/threading2/plugins/audit/buffOverflow.py branches/threading2/plugins/audit/fileUpload.py branches/threading2/plugins/audit/formatString.py branches/threading2/plugins/audit/globalRedirect.py branches/threading2/plugins/audit/htaccessMethods.py branches/threading2/plugins/audit/localFileInclude.py branches/threading2/plugins/audit/mxInjection.py branches/threading2/plugins/audit/osCommanding.py branches/threading2/plugins/audit/phishingVector.py branches/threading2/plugins/audit/remoteFileInclude.py branches/threading2/plugins/audit/responseSplitting.py branches/threading2/plugins/audit/sslCertificate/ branches/threading2/plugins/audit/sslCertificate.py branches/threading2/plugins/audit/unSSL.py branches/threading2/plugins/tests/audit/test_fileupload.py branches/threading2/plugins/tests/audit/test_remote_file_include.py branches/threading2/plugins/tests/audit/test_unssl.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 00:17:59
|
Revision: 5379 http://w3af.svn.sourceforge.net/w3af/?rev=5379&view=rev Author: andresriancho Date: 2012-07-18 00:17:52 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for grep plugins and associated tests. Modified Paths: -------------- branches/threading2/plugins/grep/password_profiling_plugins/html.py branches/threading2/plugins/grep/password_profiling_plugins/pdf.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_error_pages.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_form_autocomplete.py branches/threading2/plugins/tests/grep/test_http_in_body.py Added Paths: ----------- branches/threading2/plugins/grep/blank_body.py branches/threading2/plugins/grep/click_jacking.py branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/grep/collect_cookies.py branches/threading2/plugins/grep/credit_cards.py branches/threading2/plugins/grep/directory_indexing.py branches/threading2/plugins/grep/dom_xss.py branches/threading2/plugins/grep/dot_net_event_validation.py branches/threading2/plugins/grep/error_500.py branches/threading2/plugins/grep/error_pages.py branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/grep/form_autocomplete.py branches/threading2/plugins/grep/get_emails.py branches/threading2/plugins/grep/hash_find.py branches/threading2/plugins/grep/html_comments.py branches/threading2/plugins/grep/http_auth_detect.py branches/threading2/plugins/grep/http_in_body.py branches/threading2/plugins/grep/meta_tags.py branches/threading2/plugins/grep/password_profiling.py branches/threading2/plugins/grep/password_profiling_plugins/ branches/threading2/plugins/grep/path_disclosure.py branches/threading2/plugins/grep/private_ip.py branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/grep/strange_http_codes.py branches/threading2/plugins/grep/strange_parameters.py branches/threading2/plugins/grep/strange_reason.py branches/threading2/plugins/grep/svn_users.py branches/threading2/plugins/grep/wsdl_greper.py branches/threading2/plugins/tests/grep/test_directory_indexing.py Removed Paths: ------------- branches/threading2/plugins/grep/blankBody.py branches/threading2/plugins/grep/clickJacking.py branches/threading2/plugins/grep/codeDisclosure.py branches/threading2/plugins/grep/collectCookies.py branches/threading2/plugins/grep/creditCards.py branches/threading2/plugins/grep/directoryIndexing.py branches/threading2/plugins/grep/domXss.py branches/threading2/plugins/grep/dotNetEventValidation.py branches/threading2/plugins/grep/error500.py branches/threading2/plugins/grep/errorPages.py branches/threading2/plugins/grep/fileUpload.py branches/threading2/plugins/grep/findComments.py branches/threading2/plugins/grep/formAutocomplete.py branches/threading2/plugins/grep/getMails.py branches/threading2/plugins/grep/hashFind.py branches/threading2/plugins/grep/httpAuthDetect.py branches/threading2/plugins/grep/httpInBody.py branches/threading2/plugins/grep/metaTags.py branches/threading2/plugins/grep/passwordProfiling.py branches/threading2/plugins/grep/passwordProfilingPlugins/ branches/threading2/plugins/grep/pathDisclosure.py branches/threading2/plugins/grep/privateIP.py branches/threading2/plugins/grep/strangeHTTPCode.py branches/threading2/plugins/grep/strangeHeaders.py branches/threading2/plugins/grep/strangeParameters.py branches/threading2/plugins/grep/strangeReason.py branches/threading2/plugins/grep/svnUsers.py branches/threading2/plugins/grep/wsdlGreper.py branches/threading2/plugins/tests/grep/test_directoryindexing.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 00:20:56
|
Revision: 5380 http://w3af.svn.sourceforge.net/w3af/?rev=5380&view=rev Author: andresriancho Date: 2012-07-18 00:20:49 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for attack plugins and associated tests. Modified Paths: -------------- branches/threading2/plugins/attack/db/mysqlmap.py branches/threading2/plugins/attack/eval.py branches/threading2/plugins/attack/payloads/payloads/apache_config_files.py branches/threading2/plugins/attack/payloads/payloads/apache_modsecurity.py branches/threading2/plugins/attack/payloads/payloads/php_sca.py branches/threading2/plugins/attack/payloads/payloads/svn_config_files.py branches/threading2/plugins/attack/payloads/shell_handler.py branches/threading2/plugins/attack/sql_webshell.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py Added Paths: ----------- branches/threading2/plugins/attack/dav.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/tests/attack/test_os_commanding.py Removed Paths: ------------- branches/threading2/plugins/attack/davShell.py branches/threading2/plugins/attack/fileUploadShell.py branches/threading2/plugins/attack/localFileReader.py branches/threading2/plugins/attack/osCommandingShell.py branches/threading2/plugins/attack/remoteFileIncludeShell.py branches/threading2/plugins/attack/rfiProxy.py branches/threading2/plugins/tests/attack/test_os_commanding_shell.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 12:33:22
|
Revision: 5386 http://w3af.svn.sourceforge.net/w3af/?rev=5386&view=rev Author: andresriancho Date: 2012-07-18 12:33:12 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for output plugins. Modified Paths: -------------- branches/threading2/plugins/output/export_requests.py branches/threading2/plugins/tests/output/test_export_requests.py Added Paths: ----------- branches/threading2/plugins/output/email_report.py branches/threading2/plugins/output/gtk_output.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py branches/threading2/plugins/output/xml_file.py branches/threading2/plugins/tests/output/test_xml_file.py Removed Paths: ------------- branches/threading2/plugins/output/emailReport.py branches/threading2/plugins/output/gtkOutput.py branches/threading2/plugins/output/htmlFile.py branches/threading2/plugins/output/textFile.py branches/threading2/plugins/output/xmlFile.py branches/threading2/plugins/tests/output/test_xml_output.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 18:34:41
|
Revision: 5387 http://w3af.svn.sourceforge.net/w3af/?rev=5387&view=rev Author: andresriancho Date: 2012-07-18 18:34:34 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for bruteforce plugins. Modified Paths: -------------- branches/threading2/plugins/tests/bruteforce/test_basic_auth.py branches/threading2/plugins/tests/bruteforce/test_form_auth.py Added Paths: ----------- branches/threading2/plugins/bruteforce/basic_auth.py branches/threading2/plugins/bruteforce/form_auth.py Removed Paths: ------------- branches/threading2/plugins/bruteforce/basicAuthBrute.py branches/threading2/plugins/bruteforce/formAuthBrute.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 19:16:43
|
Revision: 5388 http://w3af.svn.sourceforge.net/w3af/?rev=5388&view=rev Author: andresriancho Date: 2012-07-18 19:16:37 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Migrated doctest to unittest for grep.ssn. Modified Paths: -------------- branches/threading2/plugins/grep/ssn.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_ssn.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 19:28:03
|
Revision: 5390 http://w3af.svn.sourceforge.net/w3af/?rev=5390&view=rev Author: andresriancho Date: 2012-07-18 19:27:55 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Migrated doctest to unittest for grep.ajax Modified Paths: -------------- branches/threading2/plugins/grep/ajax.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_ajax.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 19:33:59
|
Revision: 5391 http://w3af.svn.sourceforge.net/w3af/?rev=5391&view=rev Author: andresriancho Date: 2012-07-18 19:33:53 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Migrated doctest to unittest for grep.blank_body Modified Paths: -------------- branches/threading2/plugins/grep/blank_body.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_blank_body.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-18 20:02:12
|
Revision: 5394 http://w3af.svn.sourceforge.net/w3af/?rev=5394&view=rev Author: andresriancho Date: 2012-07-18 20:02:05 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Changing names for discovery plugins and tests. Modified Paths: -------------- branches/threading2/plugins/discovery/content_negotiation.py branches/threading2/plugins/discovery/hmap.py branches/threading2/plugins/discovery/pykto.py branches/threading2/plugins/tests/discovery/failing_spider.py branches/threading2/plugins/tests/discovery/test_detect_transparent_proxy.py branches/threading2/plugins/tests/discovery/test_find_backdoor.py branches/threading2/plugins/tests/discovery/test_find_captchas.py branches/threading2/plugins/tests/discovery/test_find_git.py branches/threading2/plugins/tests/discovery/test_finger_bing.py branches/threading2/plugins/tests/discovery/test_finger_google.py branches/threading2/plugins/tests/discovery/test_google_spider.py branches/threading2/plugins/tests/discovery/test_user_dir.py branches/threading2/plugins/tests/discovery/test_wordnet.py Added Paths: ----------- branches/threading2/plugins/discovery/allowed_methods.py branches/threading2/plugins/discovery/archive_dot_org.py branches/threading2/plugins/discovery/detect_reverse_proxy.py branches/threading2/plugins/discovery/detect_transparent_proxy.py branches/threading2/plugins/discovery/digit_sum.py branches/threading2/plugins/discovery/dns_wildcard.py branches/threading2/plugins/discovery/dot_net_errors.py branches/threading2/plugins/discovery/find_backdoors.py branches/threading2/plugins/discovery/find_captchas.py branches/threading2/plugins/discovery/find_dvcs.py branches/threading2/plugins/discovery/find_git.py branches/threading2/plugins/discovery/find_jboss.py branches/threading2/plugins/discovery/find_vhosts.py branches/threading2/plugins/discovery/finger_bing.py branches/threading2/plugins/discovery/finger_google.py branches/threading2/plugins/discovery/finger_pks.py branches/threading2/plugins/discovery/google_spider.py branches/threading2/plugins/discovery/import_results.py branches/threading2/plugins/discovery/oracle_discovery.py branches/threading2/plugins/discovery/php_eggs.py branches/threading2/plugins/discovery/robots_txt.py branches/threading2/plugins/discovery/server_header.py branches/threading2/plugins/discovery/server_status.py branches/threading2/plugins/discovery/shared_hosting.py branches/threading2/plugins/discovery/sitemap_xml.py branches/threading2/plugins/discovery/spider_man.py branches/threading2/plugins/discovery/url_fuzzer.py branches/threading2/plugins/discovery/user_dir.py branches/threading2/plugins/discovery/web_diff.py branches/threading2/plugins/discovery/web_spider.py branches/threading2/plugins/discovery/wsdl_finder.py branches/threading2/plugins/discovery/xssed_dot_com.py branches/threading2/plugins/tests/discovery/test_digit_sum.py branches/threading2/plugins/tests/discovery/test_dir_bruter.py branches/threading2/plugins/tests/discovery/test_robots_txt.py branches/threading2/plugins/tests/discovery/test_sitemap_xml.py branches/threading2/plugins/tests/discovery/test_spider_man.py branches/threading2/plugins/tests/discovery/test_url_fuzzer.py branches/threading2/plugins/tests/discovery/test_web_spider.py Removed Paths: ------------- branches/threading2/plugins/discovery/allowedMethods.py branches/threading2/plugins/discovery/archiveDotOrg.py branches/threading2/plugins/discovery/detectReverseProxy.py branches/threading2/plugins/discovery/detectTransparentProxy.py branches/threading2/plugins/discovery/digitSum.py branches/threading2/plugins/discovery/dnsWildcard.py branches/threading2/plugins/discovery/dotNetErrors.py branches/threading2/plugins/discovery/findBackdoor.py branches/threading2/plugins/discovery/findCaptchas.py branches/threading2/plugins/discovery/findDVCS.py branches/threading2/plugins/discovery/findGit.py branches/threading2/plugins/discovery/findJBoss.py branches/threading2/plugins/discovery/findvhost.py branches/threading2/plugins/discovery/fingerBing.py branches/threading2/plugins/discovery/fingerGoogle.py branches/threading2/plugins/discovery/fingerPKS.py branches/threading2/plugins/discovery/googleSpider.py branches/threading2/plugins/discovery/importResults.py branches/threading2/plugins/discovery/oracleDiscovery.py branches/threading2/plugins/discovery/phpEggs.py branches/threading2/plugins/discovery/robotsReader.py branches/threading2/plugins/discovery/serverHeader.py branches/threading2/plugins/discovery/serverStatus.py branches/threading2/plugins/discovery/sharedHosting.py branches/threading2/plugins/discovery/sitemapReader.py branches/threading2/plugins/discovery/spiderMan.py branches/threading2/plugins/discovery/urlFuzzer.py branches/threading2/plugins/discovery/userDir.py branches/threading2/plugins/discovery/webDiff.py branches/threading2/plugins/discovery/webSpider.py branches/threading2/plugins/discovery/wsdlFinder.py branches/threading2/plugins/discovery/xssedDotCom.py branches/threading2/plugins/tests/discovery/test_digitsum.py branches/threading2/plugins/tests/discovery/test_dirbruter.py branches/threading2/plugins/tests/discovery/test_robots_reader.py branches/threading2/plugins/tests/discovery/test_sitemap_reader.py branches/threading2/plugins/tests/discovery/test_spiderman.py branches/threading2/plugins/tests/discovery/test_urlfuzzer.py branches/threading2/plugins/tests/discovery/test_webspider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-25 21:14:05
|
Revision: 5403 http://w3af.svn.sourceforge.net/w3af/?rev=5403&view=rev Author: andresriancho Date: 2012-07-25 21:13:59 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Adding unittest for symfony, removing doctests from plugin. Modified Paths: -------------- branches/threading2/plugins/grep/symfony.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_symfony.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-07-25 21:20:03
|
Revision: 5404 http://w3af.svn.sourceforge.net/w3af/?rev=5404&view=rev Author: andresriancho Date: 2012-07-25 21:19:55 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Adding unittest for oracle, removing doctests. Modified Paths: -------------- branches/threading2/plugins/grep/oracle.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_oracle.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |