Thread: [W3af-svn-notify] SF.net SVN: w3af:[5690] branches/threading2/plugins (Page 3)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-22 18:49:38
|
Revision: 5690 http://w3af.svn.sourceforge.net/w3af/?rev=5690&view=rev Author: andresriancho Date: 2012-08-22 18:49:32 +0000 (Wed, 22 Aug 2012) Log Message: ----------- pep-8 changes. Modified Paths: -------------- 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_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/attack/test_os_commanding.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-27 17:58:51
|
Revision: 5756 http://w3af.svn.sourceforge.net/w3af/?rev=5756&view=rev Author: andresriancho Date: 2012-08-27 17:58:44 +0000 (Mon, 27 Aug 2012) Log Message: ----------- Adding new grep plugin that finds cross-domain script src Adding unittest for new plugin Added Paths: ----------- branches/threading2/plugins/grep/cross_domain_js.py branches/threading2/plugins/tests/grep/test_cross_domain_js.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-28 15:47:25
|
Revision: 5760 http://w3af.svn.sourceforge.net/w3af/?rev=5760&view=rev Author: andresriancho Date: 2012-08-28 15:47:15 +0000 (Tue, 28 Aug 2012) Log Message: ----------- Adding test case for server_header Minor rewrite of plugin Modified Paths: -------------- branches/threading2/plugins/infrastructure/server_header.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_server_header.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-28 16:04:22
|
Revision: 5762 http://w3af.svn.sourceforge.net/w3af/?rev=5762&view=rev Author: andresriancho Date: 2012-08-28 16:04:13 +0000 (Tue, 28 Aug 2012) Log Message: ----------- Adding unittest for server_status Minor modifications to plugin Modified Paths: -------------- branches/threading2/plugins/infrastructure/server_status.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_server_status.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-28 17:51:06
|
Revision: 5763 http://w3af.svn.sourceforge.net/w3af/?rev=5763&view=rev Author: andresriancho Date: 2012-08-28 17:50:58 +0000 (Tue, 28 Aug 2012) Log Message: ----------- Moving unittest to the correct location Cosmetic changes to plugin Modified Paths: -------------- branches/threading2/plugins/infrastructure/http_vs_https_dist.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_http_vs_https_dist.py Removed Paths: ------------- branches/threading2/plugins/crawl/tests/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-28 18:05:19
|
Revision: 5765 http://w3af.svn.sourceforge.net/w3af/?rev=5765&view=rev Author: andresriancho Date: 2012-08-28 18:05:13 +0000 (Tue, 28 Aug 2012) Log Message: ----------- Better unittest, found bug! Plugin wasn't calling __init__ Modified Paths: -------------- branches/threading2/plugins/infrastructure/http_vs_https_dist.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-08-29 14:06:28
|
Revision: 5781 http://w3af.svn.sourceforge.net/w3af/?rev=5781&view=rev Author: andresriancho Date: 2012-08-29 14:06:17 +0000 (Wed, 29 Aug 2012) Log Message: ----------- Adding unittest for find_jboss plugin Rewrote plugin to use threads Modified Paths: -------------- branches/threading2/plugins/infrastructure/find_jboss.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_find_jboss.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-29 14:29:21
|
Revision: 5782 http://w3af.svn.sourceforge.net/w3af/?rev=5782&view=rev Author: andresriancho Date: 2012-08-29 14:29:11 +0000 (Wed, 29 Aug 2012) Log Message: ----------- Adding halberd unittest, tried to have a positive test... but from PHP I can't overwrite the Server header. Modified Paths: -------------- branches/threading2/plugins/infrastructure/halberd.py Added Paths: ----------- branches/threading2/plugins/tests/infrastructure/test_halberd.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-05 19:04:30
|
Revision: 5837 http://w3af.svn.sourceforge.net/w3af/?rev=5837&view=rev Author: andresriancho Date: 2012-10-05 19:04:24 +0000 (Fri, 05 Oct 2012) Log Message: ----------- * Added a recursive test for dir_bruter * Modified db so tests run in seconds instead of minutes * Added more documentation to the dir_bruter plugin, and modified how it behaves when on recursive mode. Modified Paths: -------------- branches/threading2/plugins/crawl/dir_bruter.py branches/threading2/plugins/tests/crawl/test_dir_bruter.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/dir_bruter/ branches/threading2/plugins/tests/crawl/dir_bruter/test_dirs_small.db This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-10 18:49:27
|
Revision: 5870 http://w3af.svn.sourceforge.net/w3af/?rev=5870&view=rev Author: andresriancho Date: 2012-10-10 18:49:21 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Adding burp import unittest for import_results * Adding two files, with and without b64 encoding for testing Modified Paths: -------------- branches/threading2/plugins/crawl/import_results.py branches/threading2/plugins/tests/crawl/test_import_results.py Added Paths: ----------- branches/threading2/plugins/tests/crawl/import_results/input-base64.burp branches/threading2/plugins/tests/crawl/import_results/input-nobase64.burp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 01:01:02
|
Revision: 5881 http://w3af.svn.sourceforge.net/w3af/?rev=5881&view=rev Author: andresriancho Date: 2012-10-12 01:00:56 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Adding ideas and code snippets from Tomas Velazquez to the threading2 branch. His code was a patch to the trunk and in the path to integrate it with threading2 I applied some other ideas and TODOs the code had. Thanks Tomas for your code! (still some TODOs on my side: add this to trunk) Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/tests/audit/test_rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 14:29:47
|
Revision: 5885 http://w3af.svn.sourceforge.net/w3af/?rev=5885&view=rev Author: andresriancho Date: 2012-10-12 14:29:41 +0000 (Fri, 12 Oct 2012) Log Message: ----------- * Adding dot_listing plugin by Tomas Velazquez to threading2 branch * Adding test files for .listing parsing unittest * Adding functional test in test_dot_listing that uses moth to run Added Paths: ----------- branches/threading2/plugins/crawl/dot_listing.py branches/threading2/plugins/tests/crawl/dot_listing/ branches/threading2/plugins/tests/crawl/dot_listing/listing_test_1.txt branches/threading2/plugins/tests/crawl/dot_listing/listing_test_2.txt branches/threading2/plugins/tests/crawl/dot_listing/listing_test_3.txt branches/threading2/plugins/tests/crawl/test_dot_listing.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-19 15:33:23
|
Revision: 5952 http://w3af.svn.sourceforge.net/w3af/?rev=5952&view=rev Author: andresriancho Date: 2012-10-19 15:33:13 +0000 (Fri, 19 Oct 2012) Log Message: ----------- * Migrated doctest to unittest * Added unittests and replaced dict with Headers Modified Paths: -------------- branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/tests/grep/test_code_disclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-19 20:04:15
|
Revision: 5963 http://w3af.svn.sourceforge.net/w3af/?rev=5963&view=rev Author: andresriancho Date: 2012-10-19 20:04:09 +0000 (Fri, 19 Oct 2012) Log Message: ----------- Better smoke tests Modified Paths: -------------- branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/tests/infrastructure/test_allowed_methods.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 00:09:05
|
Revision: 5985 http://w3af.svn.sourceforge.net/w3af/?rev=5985&view=rev Author: andresriancho Date: 2012-10-23 00:08:59 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Migrated to new headers class Removed unnecessary methods from plugin Modified Paths: -------------- branches/threading2/plugins/grep/objects.py branches/threading2/plugins/tests/grep/test_objects.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 00:12:04
|
Revision: 5986 http://w3af.svn.sourceforge.net/w3af/?rev=5986&view=rev Author: andresriancho Date: 2012-10-23 00:11:57 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Migrated to new headers class Modified Paths: -------------- branches/threading2/plugins/grep/strange_headers.py branches/threading2/plugins/tests/grep/test_strange_headers.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 00:24:57
|
Revision: 5989 http://w3af.svn.sourceforge.net/w3af/?rev=5989&view=rev Author: andresriancho Date: 2012-10-23 00:24:49 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Migrated to new headers class Modified Paths: -------------- branches/threading2/plugins/grep/file_upload.py branches/threading2/plugins/tests/grep/test_file_upload.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 00:29:09
|
Revision: 5990 http://w3af.svn.sourceforge.net/w3af/?rev=5990&view=rev Author: andresriancho Date: 2012-10-23 00:29:03 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Migrated to mock! Modified Paths: -------------- branches/threading2/plugins/grep/code_disclosure.py branches/threading2/plugins/tests/grep/test_code_disclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 00:31:23
|
Revision: 5991 http://w3af.svn.sourceforge.net/w3af/?rev=5991&view=rev Author: andresriancho Date: 2012-10-23 00:31:17 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Migrated to new headers class Removed deprecated 404 testing Modified Paths: -------------- branches/threading2/plugins/grep/feeds.py branches/threading2/plugins/tests/grep/test_feeds.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-23 20:49:56
|
Revision: 6002 http://w3af.svn.sourceforge.net/w3af/?rev=6002&view=rev Author: andresriancho Date: 2012-10-23 13:44:19 +0000 (Tue, 23 Oct 2012) Log Message: ----------- Cosmetic changes Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payload_handler.py branches/threading2/plugins/tests/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-29 20:42:13
|
Revision: 6041 http://w3af.svn.sourceforge.net/w3af/?rev=6041&view=rev Author: andresriancho Date: 2012-10-29 20:42:06 +0000 (Mon, 29 Oct 2012) Log Message: ----------- New audit plugin! Thanks to Dom for the ideas! Added Paths: ----------- branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/tests/audit/test_cors_origin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-30 13:43:22
|
Revision: 6043 http://w3af.svn.sourceforge.net/w3af/?rev=6043&view=rev Author: andresriancho Date: 2012-10-30 13:43:12 +0000 (Tue, 30 Oct 2012) Log Message: ----------- Merging Tomas' changes to find_dvcs, still needs work since the unittests do NOT pass now. Modified Paths: -------------- branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/tests/crawl/test_find_dvcs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-31 19:54:24
|
Revision: 6086 http://w3af.svn.sourceforge.net/w3af/?rev=6086&view=rev Author: andresriancho Date: 2012-10-31 19:54:17 +0000 (Wed, 31 Oct 2012) Log Message: ----------- (almost) final version of find_dvcs. Still need to handle duplicates. Modified Paths: -------------- branches/threading2/plugins/crawl/find_dvcs.py branches/threading2/plugins/tests/crawl/test_find_dvcs.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 14:32:33
|
Revision: 6100 http://w3af.svn.sourceforge.net/w3af/?rev=6100&view=rev Author: andresriancho Date: 2012-11-01 14:32:26 +0000 (Thu, 01 Nov 2012) Log Message: ----------- * Adding unittest * Made sure the core in ghdb was working Modified Paths: -------------- branches/threading2/plugins/crawl/ghdb.py Added 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-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. |