Thread: [W3af-svn-notify] SF.net SVN: w3af:[5209] branches/threading2/core/data
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-06-23 23:29:50
|
Revision: 5209 http://w3af.svn.sourceforge.net/w3af/?rev=5209&view=rev Author: andresriancho Date: 2012-06-23 23:29:44 +0000 (Sat, 23 Jun 2012) Log Message: ----------- Fixing yet another bug between tests because of the lack of isolation... Modified Paths: -------------- branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/url/tests/test_xurllib.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:12:01
|
Revision: 5340 http://w3af.svn.sourceforge.net/w3af/?rev=5340&view=rev Author: andresriancho Date: 2012-07-14 19:11:55 +0000 (Sat, 14 Jul 2012) Log Message: ----------- Adding utility function that returns a random user agent; and a user agent list. Added Paths: ----------- branches/threading2/core/data/user_agent/ branches/threading2/core/data/user_agent/__init__.py branches/threading2/core/data/user_agent/random_user_agent.py branches/threading2/core/data/user_agent/user-agent-list.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-01 17:11:07
|
Revision: 5472 http://w3af.svn.sourceforge.net/w3af/?rev=5472&view=rev Author: andresriancho Date: 2012-08-01 17:11:00 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutantHeaders.py branches/threading2/core/data/request/fuzzableRequest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-20 15:34:32
|
Revision: 5613 http://w3af.svn.sourceforge.net/w3af/?rev=5613&view=rev Author: andresriancho Date: 2012-08-20 15:34:26 +0000 (Mon, 20 Aug 2012) Log Message: ----------- Fixing bug #173308 which was raised when user wanted to scan a site on a specific port. Modified Paths: -------------- branches/threading2/core/data/db/db.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/tests/test_history.py Added Paths: ----------- branches/threading2/core/data/misc/__init__.py branches/threading2/core/data/misc/file_utils.py 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:46:22
|
Revision: 5868 http://w3af.svn.sourceforge.net/w3af/?rev=5868&view=rev Author: andresriancho Date: 2012-10-10 18:46:15 +0000 (Wed, 10 Oct 2012) Log Message: ----------- * Support for repeated header names. * Cosmetic changes * Making sure the scheme is in lower case so we support http and htTp Modified Paths: -------------- branches/threading2/core/data/parsers/HTTPRequestParser.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-10-18 11:54:07
|
Revision: 5911 http://w3af.svn.sourceforge.net/w3af/?rev=5911&view=rev Author: andresriancho Date: 2012-10-18 11:53:58 +0000 (Thu, 18 Oct 2012) Log Message: ----------- Moving a test I had in a __main__ section to a unittest Modified Paths: -------------- branches/threading2/core/data/parsers/xmlrpc.py branches/threading2/core/data/request/XMLRPCRequest.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/test_xmlrpc.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-18 20:22:23
|
Revision: 5928 http://w3af.svn.sourceforge.net/w3af/?rev=5928&view=rev Author: andresriancho Date: 2012-10-18 20:22:17 +0000 (Thu, 18 Oct 2012) Log Message: ----------- Another improvement on the iget method. Modified Paths: -------------- branches/threading2/core/data/dc/headers.py branches/threading2/core/data/url/tests/test_xurllib.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 18:46:49
|
Revision: 5958 http://w3af.svn.sourceforge.net/w3af/?rev=5958&view=rev Author: andresriancho Date: 2012-10-19 18:46:43 +0000 (Fri, 19 Oct 2012) Log Message: ----------- * Minor (?) performance improvement * Added TODO to complete the improvement in the future Modified Paths: -------------- branches/threading2/core/data/parsers/documentParser.py branches/threading2/core/data/parsers/sgmlParser.py 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-05 19:44:28
|
Revision: 6128 http://w3af.svn.sourceforge.net/w3af/?rev=6128&view=rev Author: andresriancho Date: 2012-11-05 19:44:19 +0000 (Mon, 05 Nov 2012) Log Message: ----------- * Make python a typed lang ;) * Always pass strings as header values and names Modified Paths: -------------- branches/threading2/core/data/dc/headers.py branches/threading2/core/data/parsers/HTTPRequestParser.py branches/threading2/core/data/parsers/tests/test_HTTPRequestParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-11-07 11:58:29
|
Revision: 6145 http://w3af.svn.sourceforge.net/w3af/?rev=6145&view=rev Author: andresriancho Date: 2012-11-07 11:58:18 +0000 (Wed, 07 Nov 2012) Log Message: ----------- Fixing some unittest. Modified Paths: -------------- branches/threading2/core/data/export/python_export.py branches/threading2/core/data/export/tests/test_python_export.py branches/threading2/core/data/parsers/tests/test_baseparser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.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:16:37
|
Revision: 6150 http://w3af.svn.sourceforge.net/w3af/?rev=6150&view=rev Author: andresriancho Date: 2012-11-08 15:16:30 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Done! Unittests ready for fuzzer! It was one of the most complicated/ugly parts of the framework and now it is fully tested/documented with these unittests. Some bugs fixed in the process. Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/mutant.py branches/threading2/core/data/request/fuzzable_request.py Added Paths: ----------- branches/threading2/core/data/fuzzer/tests/test_fuzzer.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 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-12-03 18:10:03
|
Revision: 6224 http://w3af.svn.sourceforge.net/w3af/?rev=6224&view=rev Author: andresriancho Date: 2012-12-03 18:09:55 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Enhancing unittests to pass without pylint errors. Modified Paths: -------------- branches/threading2/core/data/esmre/tests/test_multi_in.py branches/threading2/core/data/esmre/tests/test_multire.py branches/threading2/core/data/search_engines/tests/test_google.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-05 19:10:56
|
Revision: 6263 http://w3af.svn.sourceforge.net/w3af/?rev=6263&view=rev Author: andresriancho Date: 2012-12-05 19:10:49 +0000 (Wed, 05 Dec 2012) Log Message: ----------- Fixed test isolation issue, the fuzzer test was breaking the Config()! Modified Paths: -------------- branches/threading2/core/data/fuzzer/tests/test_fuzzer.py branches/threading2/core/data/kb/config.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-18 19:37:15
|
Revision: 6409 http://w3af.svn.sourceforge.net/w3af/?rev=6409&view=rev Author: andresriancho Date: 2012-12-18 19:37:07 +0000 (Tue, 18 Dec 2012) Log Message: ----------- Fixed bug #173830 with headers that have special chars. Modified Paths: -------------- branches/threading2/core/data/dc/headers.py branches/threading2/core/data/dc/tests/test_headers.py branches/threading2/core/data/misc/encoding.py branches/threading2/core/data/request/tests/test_fuzzable_request.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-20 23:12:16
|
Revision: 6442 http://w3af.svn.sourceforge.net/w3af/?rev=6442&view=rev Author: andresriancho Date: 2012-12-20 23:12:08 +0000 (Thu, 20 Dec 2012) Log Message: ----------- All tests in data pass. Modified Paths: -------------- branches/threading2/core/data/constants/tests/test_vulns.py branches/threading2/core/data/dc/data_container.py branches/threading2/core/data/dc/headers.py branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/tests/test_exec_shell.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/tests/test_read_shell.py branches/threading2/core/data/kb/tests/test_vuln.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 16:38:01
|
Revision: 6526 http://w3af.svn.sourceforge.net/w3af/?rev=6526&view=rev Author: andresriancho Date: 2012-12-28 16:37:54 +0000 (Fri, 28 Dec 2012) Log Message: ----------- * Minor changes to test data organization * Minor changes to swf.py * Added test_swf.py to verify that the swf parser works Modified Paths: -------------- branches/threading2/core/data/dc/tests/test_cookie.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/tests/test_pdf.py Added Paths: ----------- branches/threading2/core/data/parsers/swf.py branches/threading2/core/data/parsers/tests/data/ branches/threading2/core/data/parsers/tests/data/links.pdf branches/threading2/core/data/parsers/tests/data/simple.pdf branches/threading2/core/data/parsers/tests/data/subscribe.bytecode branches/threading2/core/data/parsers/tests/data/subscribe.flr branches/threading2/core/data/parsers/tests/data/subscribe.swf branches/threading2/core/data/parsers/tests/data/wivet1.bytecode branches/threading2/core/data/parsers/tests/data/wivet1.swf branches/threading2/core/data/parsers/tests/test_swf.py Removed Paths: ------------- branches/threading2/core/data/parsers/swfParser.py branches/threading2/core/data/parsers/tests/links.pdf branches/threading2/core/data/parsers/tests/simple.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-28 23:39:15
|
Revision: 6533 http://w3af.svn.sourceforge.net/w3af/?rev=6533&view=rev Author: andresriancho Date: 2012-12-28 23:39:07 +0000 (Fri, 28 Dec 2012) Log Message: ----------- PEP8 for disk_item Modified Paths: -------------- branches/threading2/core/data/db/disk_item.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/parsers/url.py branches/threading2/core/data/request/fuzzable_request.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-04 19:11:16
|
Revision: 6612 http://w3af.svn.sourceforge.net/w3af/?rev=6612&view=rev Author: andresriancho Date: 2013-01-04 19:11:09 +0000 (Fri, 04 Jan 2013) Log Message: ----------- New DB implementation. Improvements: * Only one sqlite3 connection is held in memory * Only 1 thread is used, no matter how many disk_lists are created * Created new disk_dict which is much faster than temp_shelve Added Paths: ----------- branches/threading2/core/data/db/ branches/threading2/core/data/db/__init__.py branches/threading2/core/data/db/dbms.py branches/threading2/core/data/db/disk_dict.py branches/threading2/core/data/db/disk_item.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/disk_set.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/startup_cfg.py branches/threading2/core/data/db/tests/ branches/threading2/core/data/db/tests/shelve_vs_sqlite3.py branches/threading2/core/data/db/tests/test_dbms.py branches/threading2/core/data/db/tests/test_disk_dict.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/db/tests/test_startup_cfg.py branches/threading2/core/data/db/tests/test_variant_db.py branches/threading2/core/data/db/variant_db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-10 16:25:19
|
Revision: 6639 http://w3af.svn.sourceforge.net/w3af/?rev=6639&view=rev Author: andresriancho Date: 2013-01-10 16:25:12 +0000 (Thu, 10 Jan 2013) Log Message: ----------- * msgpack implemented and tested * Improved HTTPRequest object to look a little bit more like a FuzzableRequest * Renamed localCache and added unittest for it Modified Paths: -------------- branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/request/factory.py branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/request/tests/test_create_fuzzable_requests.py branches/threading2/core/data/request/tests/test_fuzzable_request.py branches/threading2/core/data/url/HTTPRequest.py branches/threading2/core/data/url/handlers/gzip_handler.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/xUrllib.py Added Paths: ----------- branches/threading2/core/data/url/handlers/cache.py branches/threading2/core/data/url/handlers/tests/test_cache.py branches/threading2/core/data/url/tests/test_HTTPRequest.py Removed Paths: ------------- branches/threading2/core/data/url/handlers/localCache.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2013-01-11 17:06:12
|
Revision: 6647 http://w3af.svn.sourceforge.net/w3af/?rev=6647&view=rev Author: andresriancho Date: 2013-01-11 17:06:04 +0000 (Fri, 11 Jan 2013) Log Message: ----------- Once again, a fix for the new output manager that feeds HTTPRequests and HTTPResponses to plugins. Modified Paths: -------------- branches/threading2/core/data/request/fuzzable_request.py branches/threading2/core/data/url/HTTPRequest.py branches/threading2/core/data/url/handlers/logHandler.py branches/threading2/core/data/url/tests/test_HTTPRequest.py Added Paths: ----------- branches/threading2/core/data/request/request_mixin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |