w3af-svn-notify Mailing List for w3af (Page 6)
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-28 18:38:49
|
Revision: 6528 http://w3af.svn.sourceforge.net/w3af/?rev=6528&view=rev Author: andresriancho Date: 2012-12-28 18:38:24 +0000 (Fri, 28 Dec 2012) Log Message: ----------- Adding comment and new unittest Modified Paths: -------------- branches/threading2/core/data/parsers/tests/test_baseparser.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-27 22:32:18
|
Revision: 6525 http://w3af.svn.sourceforge.net/w3af/?rev=6525&view=rev Author: andresriancho Date: 2012-12-27 22:32:07 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Cosmetic changes Modified Paths: -------------- branches/threading2/core/data/search_engines/pks.py branches/threading2/plugins/infrastructure/finger_pks.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 21:17:25
|
Revision: 6524 http://w3af.svn.sourceforge.net/w3af/?rev=6524&view=rev Author: andresriancho Date: 2012-12-27 21:17:18 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Removed check in code, removed assert in unittest. Modified Paths: -------------- 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-27 21:13:46
|
Revision: 6523 http://w3af.svn.sourceforge.net/w3af/?rev=6523&view=rev Author: andresriancho Date: 2012-12-27 21:13:40 +0000 (Thu, 27 Dec 2012) Log Message: ----------- * Rewrote wordnet plugin to use mutants * Added extra check in wordnet plugin to avoid false positives * Stricter unittest Modified Paths: -------------- branches/threading2/plugins/crawl/wordnet.py branches/threading2/plugins/tests/crawl/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-12-27 21:12:40
|
Revision: 6522 http://w3af.svn.sourceforge.net/w3af/?rev=6522&view=rev Author: andresriancho Date: 2012-12-27 21:12:33 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Adding feature to filename_mutant to limit which chunks to fuzz. Modified Paths: -------------- branches/threading2/core/data/fuzzer/mutants/filename_mutant.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 21:11:28
|
Revision: 6521 http://w3af.svn.sourceforge.net/w3af/?rev=6521&view=rev Author: andresriancho Date: 2012-12-27 21:11:21 +0000 (Thu, 27 Dec 2012) Log Message: ----------- * Minor performance improvement in levenshtein.py * Better error message Modified Paths: -------------- branches/threading2/core/controllers/misc/levenshtein.py branches/threading2/core/controllers/misc/tests/test_levenshtein.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 21:06:20
|
Revision: 6520 http://w3af.svn.sourceforge.net/w3af/?rev=6520&view=rev Author: andresriancho Date: 2012-12-27 21:06:08 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Remove the temp directory without caring about any errors, we're quitting anyway. 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-27 21:05:33
|
Revision: 6519 http://w3af.svn.sourceforge.net/w3af/?rev=6519&view=rev Author: andresriancho Date: 2012-12-27 21:05:27 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Give urllib2 a couple of chances to reach the target server. Modified Paths: -------------- 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-27 19:11:36
|
Revision: 6518 http://w3af.svn.sourceforge.net/w3af/?rev=6518&view=rev Author: andresriancho Date: 2012-12-27 19:11:30 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Fixing format string bug 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-12-27 19:09:22
|
Revision: 6517 http://w3af.svn.sourceforge.net/w3af/?rev=6517&view=rev Author: andresriancho Date: 2012-12-27 19:09:15 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Oops! This plugin was implementing the incorrect method! Modified Paths: -------------- branches/threading2/plugins/infrastructure/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-12-27 19:08:45
|
Revision: 6516 http://w3af.svn.sourceforge.net/w3af/?rev=6516&view=rev Author: andresriancho Date: 2012-12-27 19:08:38 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Adding check to verify that the plugin defines the required methods. Modified Paths: -------------- branches/threading2/plugins/tests/basic.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-27 19:08:27
|
Revision: 6515 http://w3af.svn.sourceforge.net/w3af/?rev=6515&view=rev Author: andresriancho Date: 2012-12-27 19:08:21 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Moved to the right exception type Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/evasion_plugin.py branches/threading2/core/controllers/plugins/grep_plugin.py branches/threading2/core/controllers/plugins/output_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-27 18:30:34
|
Revision: 6514 http://w3af.svn.sourceforge.net/w3af/?rev=6514&view=rev Author: andresriancho Date: 2012-12-27 18:30:24 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Netcraft added some cookie validation to prevent robots from parsing their data. I could try to bypass it, but I don't really care about this plugin. Removed Paths: ------------- branches/threading2/plugins/infrastructure/netcraft.py branches/threading2/plugins/tests/infrastructure/test_netcraft.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 17:51:56
|
Revision: 6513 http://w3af.svn.sourceforge.net/w3af/?rev=6513&view=rev Author: andresriancho Date: 2012-12-27 17:51:49 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Complete rewrite of the pykto plugin! Modified Paths: -------------- branches/threading2/plugins/crawl/pykto/scan_database.db branches/threading2/plugins/crawl/pykto.py 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-12-27 17:50:39
|
Revision: 6512 http://w3af.svn.sourceforge.net/w3af/?rev=6512&view=rev Author: andresriancho Date: 2012-12-27 17:50:33 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Care less about things that are not important. Modified Paths: -------------- branches/threading2/core/data/url/handlers/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-27 17:18:00
|
Revision: 6511 http://w3af.svn.sourceforge.net/w3af/?rev=6511&view=rev Author: andresriancho Date: 2012-12-27 17:17:53 +0000 (Thu, 27 Dec 2012) Log Message: ----------- * Sort the string URLs, not the objects, in order to get the wanted objective * Removing debug print Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 02:19:49
|
Revision: 6510 http://w3af.svn.sourceforge.net/w3af/?rev=6510&view=rev Author: andresriancho Date: 2012-12-27 02:19:42 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Updating plugin configuration option Modified Paths: -------------- branches/threading2/scripts/script-pykto_mutate.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 02:19:17
|
Revision: 6509 http://w3af.svn.sourceforge.net/w3af/?rev=6509&view=rev Author: andresriancho Date: 2012-12-27 02:19:10 +0000 (Thu, 27 Dec 2012) Log Message: ----------- * Adding script to update the database to the latest version * Removed versions.txt because it is not used in the new update process * Removed the update process from the plugin, renamed options to underscore separated. Still need more tests for the plugin since there is a new DB format Modified Paths: -------------- branches/threading2/plugins/crawl/pykto.py Added Paths: ----------- branches/threading2/plugins/crawl/pykto/update_scan_db.py Removed Paths: ------------- branches/threading2/plugins/crawl/pykto/versions.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-27 00:17:00
|
Revision: 6507 http://w3af.svn.sourceforge.net/w3af/?rev=6507&view=rev Author: andresriancho Date: 2012-12-27 00:16:47 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Adding test that will fail with a very clear error message Modified Paths: -------------- 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-27 00:17:00
|
Revision: 6508 http://w3af.svn.sourceforge.net/w3af/?rev=6508&view=rev Author: andresriancho Date: 2012-12-27 00:16:52 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/infrastructure/fingerprint_os.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-26 23:24:13
|
Revision: 6506 http://w3af.svn.sourceforge.net/w3af/?rev=6506&view=rev Author: andresriancho Date: 2012-12-26 23:24:07 +0000 (Wed, 26 Dec 2012) Log Message: ----------- * Updated phishtank tests in order to make sure that an item being removed from it won't break my tests again * Removed configuration options in plugin: it doesn't make sense to give the user the option to update the DB Modified Paths: -------------- branches/threading2/plugins/crawl/phishtank.py branches/threading2/plugins/tests/crawl/test_phishtank.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-26 23:01:21
|
Revision: 6505 http://w3af.svn.sourceforge.net/w3af/?rev=6505&view=rev Author: andresriancho Date: 2012-12-26 23:01:15 +0000 (Wed, 26 Dec 2012) Log Message: ----------- Fixing TODO, added support for wp_versions.xml from wp-scan. Modified Paths: -------------- branches/threading2/plugins/crawl/wordpress_fingerprint.py branches/threading2/plugins/tests/crawl/test_wordpress_fingerprint.py Added Paths: ----------- branches/threading2/plugins/crawl/wordpress_fingerprint/wp_versions.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-26 20:40:40
|
Revision: 6504 http://w3af.svn.sourceforge.net/w3af/?rev=6504&view=rev Author: andresriancho Date: 2012-12-26 20:40:34 +0000 (Wed, 26 Dec 2012) Log Message: ----------- * Adding vulnerability name to DB * Update test Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/tests/crawl/test_user_dir.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-26 20:39:30
|
Revision: 6503 http://w3af.svn.sourceforge.net/w3af/?rev=6503&view=rev Author: andresriancho Date: 2012-12-26 20:39:24 +0000 (Wed, 26 Dec 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_url_fuzzer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |