w3af-svn-notify Mailing List for w3af (Page 13)
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-12-13 14:25:33
|
Revision: 6352 http://w3af.svn.sourceforge.net/w3af/?rev=6352&view=rev Author: andresriancho Date: 2012-12-13 14:25:24 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Fixing test, note that the assertTrue was modified to assertEqual. The test passed (sometimes) because the vuln I really wanted was added to the KB first. Modified 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-12-13 14:23:59
|
Revision: 6351 http://w3af.svn.sourceforge.net/w3af/?rev=6351&view=rev Author: andresriancho Date: 2012-12-13 14:23:52 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/audit/dav.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 13:59:32
|
Revision: 6350 http://w3af.svn.sourceforge.net/w3af/?rev=6350&view=rev Author: andresriancho Date: 2012-12-13 13:59:26 +0000 (Thu, 13 Dec 2012) Log Message: ----------- * Removed lines from blind_sqli_response_diff.py that were breaking the original value propagation * Minor rewrite of the sqlmap test, mostly cosmetic while checking what was failing Modified Paths: -------------- branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/plugins/tests/attack/test_sqlmap.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 13:18:39
|
Revision: 6349 http://w3af.svn.sourceforge.net/w3af/?rev=6349&view=rev Author: andresriancho Date: 2012-12-13 13:18:33 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Changed to address file system permission modification in moth. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/tests/test_log_reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 13:11:09
|
Revision: 6348 http://w3af.svn.sourceforge.net/w3af/?rev=6348&view=rev Author: andresriancho Date: 2012-12-13 13:11:00 +0000 (Thu, 13 Dec 2012) Log Message: ----------- * Reduced number of http requests in test from 5k to 2k (fast) * Changed expected results to make sure we find them (stable) * Minor modification to payload to return stripped cmds. Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/list_processes.py branches/threading2/plugins/attack/payloads/payloads/tests/test_list_processes.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 12:40:17
|
Revision: 6347 http://w3af.svn.sourceforge.net/w3af/?rev=6347&view=rev Author: andresriancho Date: 2012-12-13 12:40:10 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Updated documentation to reflect pypdf change. Modified Paths: -------------- branches/threading2/readme/EN/w3af-users-guide.html branches/threading2/readme/EN/w3af-users-guide.odt branches/threading2/readme/EN/w3af-users-guide.pdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 12:36:27
|
Revision: 6346 http://w3af.svn.sourceforge.net/w3af/?rev=6346&view=rev Author: andresriancho Date: 2012-12-13 12:36:20 +0000 (Thu, 13 Dec 2012) Log Message: ----------- Moving away from pypdf as my tests show that pdfminer does a better job at extracting text from pdf files. Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/pdf.py branches/threading2/plugins/grep/password_profiling_plugins/pdf.py Added Paths: ----------- branches/threading2/core/data/parsers/tests/links.pdf branches/threading2/core/data/parsers/tests/simple.pdf branches/threading2/core/data/parsers/tests/test_pdf.py Removed Paths: ------------- branches/threading2/extlib/pyPdf/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-13 12:33:10
|
Revision: 6345 http://w3af.svn.sourceforge.net/w3af/?rev=6345&view=rev Author: andresriancho Date: 2012-12-13 12:33:04 +0000 (Thu, 13 Dec 2012) Log Message: ----------- PEP8 Modified Paths: -------------- branches/threading2/core/data/db/db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 18:49:33
|
Revision: 6344 http://w3af.svn.sourceforge.net/w3af/?rev=6344&view=rev Author: andresriancho Date: 2012-12-12 18:49:18 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Fixed a (very) difficult to spot bug in the keepalive handler. Modified Paths: -------------- branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/core/data/url/handlers/tests/test_keepalive.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 18:44:50
|
Revision: 6343 http://w3af.svn.sourceforge.net/w3af/?rev=6343&view=rev Author: andresriancho Date: 2012-12-12 18:44:37 +0000 (Wed, 12 Dec 2012) Log Message: ----------- * Added FIXME * PEP8 Modified Paths: -------------- branches/threading2/plugins/attack/payloads/payloads/tests/payload_test_helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 17:46:38
|
Revision: 6342 http://w3af.svn.sourceforge.net/w3af/?rev=6342&view=rev Author: andresriancho Date: 2012-12-12 17:46:27 +0000 (Wed, 12 Dec 2012) Log Message: ----------- * Added new feature to the output manager so that we can ignore plugins to send a message to * Better error hangling (removed those sys.exit!) in html_file and text_file Modified Paths: -------------- branches/threading2/core/controllers/output_manager.py branches/threading2/core/controllers/tests/test_outputmanager.py branches/threading2/plugins/output/html_file.py branches/threading2/plugins/output/text_file.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 16:59:15
|
Revision: 6341 http://w3af.svn.sourceforge.net/w3af/?rev=6341&view=rev Author: andresriancho Date: 2012-12-12 16:59:04 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Adding a lock to make sure I don't try to start the same thread twice. Modified Paths: -------------- branches/threading2/core/controllers/output_manager.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 16:49:32
|
Revision: 6340 http://w3af.svn.sourceforge.net/w3af/?rev=6340&view=rev Author: andresriancho Date: 2012-12-12 16:49:21 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Moving output manager end before xurllib end to avoid xml_output bug. Modified Paths: -------------- branches/threading2/core/controllers/w3afCore.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 16:47:52
|
Revision: 6339 http://w3af.svn.sourceforge.net/w3af/?rev=6339&view=rev Author: andresriancho Date: 2012-12-12 16:47:41 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Refactoring in set_options. Modified Paths: -------------- branches/threading2/core/controllers/misc_settings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 13:59:21
|
Revision: 6338 http://w3af.svn.sourceforge.net/w3af/?rev=6338&view=rev Author: andresriancho Date: 2012-12-12 13:59:11 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Better documentation Modified Paths: -------------- branches/threading2/core/controllers/plugins/attack_plugin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 13:58:38
|
Revision: 6337 http://w3af.svn.sourceforge.net/w3af/?rev=6337&view=rev Author: andresriancho Date: 2012-12-12 13:58:30 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Better error handling for the case where the port is already in use. Modified Paths: -------------- branches/threading2/plugins/attack/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 13:57:44
|
Revision: 6336 http://w3af.svn.sourceforge.net/w3af/?rev=6336&view=rev Author: andresriancho Date: 2012-12-12 13:57:34 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Removing unused plugin methods and options. Modified Paths: -------------- branches/threading2/plugins/attack/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-12-12 13:56:32
|
Revision: 6335 http://w3af.svn.sourceforge.net/w3af/?rev=6335&view=rev Author: andresriancho Date: 2012-12-12 13:56:21 +0000 (Wed, 12 Dec 2012) Log Message: ----------- * Adding new option type IP * Unittested * Fixed bug that ignored help and tabid parameters of opt_factory, unittested. Modified Paths: -------------- branches/threading2/core/data/options/ipport_option.py branches/threading2/core/data/options/opt_factory.py branches/threading2/core/data/options/option_types.py branches/threading2/core/data/options/tests/test_opt_factory.py Added Paths: ----------- branches/threading2/core/data/options/ip_option.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-12 13:02:18
|
Revision: 6334 http://w3af.svn.sourceforge.net/w3af/?rev=6334&view=rev Author: andresriancho Date: 2012-12-12 13:02:05 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Fixing unittest and making it more strict Modified Paths: -------------- branches/threading2/plugins/tests/crawl/failing_spider.py branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.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-12-12 12:03:29
|
Revision: 6333 http://w3af.svn.sourceforge.net/w3af/?rev=6333&view=rev Author: andresriancho Date: 2012-12-12 12:03:18 +0000 (Wed, 12 Dec 2012) Log Message: ----------- Adding some comments which explain why difflib is disabled. Modified Paths: -------------- branches/threading2/plugins/attack/xpath.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-11 19:52:30
|
Revision: 6332 http://w3af.svn.sourceforge.net/w3af/?rev=6332&view=rev Author: andresriancho Date: 2012-12-11 19:52:24 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Replaced by virtual daemon. Removed Paths: ------------- branches/threading2/plugins/attack/rfi_proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-11 18:30:00
|
Revision: 6331 http://w3af.svn.sourceforge.net/w3af/?rev=6331&view=rev Author: andresriancho Date: 2012-12-11 18:29:49 +0000 (Tue, 11 Dec 2012) Log Message: ----------- * (almost) final rewrite of the xpath plugin * Added unittest Modified Paths: -------------- branches/threading2/plugins/attack/xpath.py Added Paths: ----------- branches/threading2/plugins/tests/attack/test_xpath.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-11 18:28:03
|
Revision: 6330 http://w3af.svn.sourceforge.net/w3af/?rev=6330&view=rev Author: andresriancho Date: 2012-12-11 18:27:57 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Fixing header name Modified Paths: -------------- branches/threading2/plugins/tests/attack/test_local_file_reader.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-11 15:34:28
|
Revision: 6329 http://w3af.svn.sourceforge.net/w3af/?rev=6329&view=rev Author: andresriancho Date: 2012-12-11 15:34:18 +0000 (Tue, 11 Dec 2012) Log Message: ----------- $_POST -> $_REQUEST , just to make things easier. Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/audit/xpath/xpath-attr-double.php extras/testEnv/webroot/moth/w3af/audit/xpath/xpath-attr-single.php extras/testEnv/webroot/moth/w3af/audit/xpath/xpath-or.php extras/testEnv/webroot/moth/w3af/audit/xpath/xpath-tag.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-11 15:08:40
|
Revision: 6328 http://w3af.svn.sourceforge.net/w3af/?rev=6328&view=rev Author: andresriancho Date: 2012-12-11 15:08:32 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Removing unused module Removed Paths: ------------- branches/threading2/core/data/exchangableMethods.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |