w3af-svn-notify Mailing List for w3af (Page 45)
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-08-09 20:29:39
|
Revision: 5550 http://w3af.svn.sourceforge.net/w3af/?rev=5550&view=rev Author: andresriancho Date: 2012-08-09 20:29:33 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Discovery doesn't exist anymore. Now we have crawl and infrastructure. Added Paths: ----------- extras/testEnv/webroot/moth/w3af/crawl/ extras/testEnv/webroot/moth/w3af/crawl/digit_sum/ extras/testEnv/webroot/moth/w3af/crawl/spider_man/ extras/testEnv/webroot/moth/w3af/infrastructure/ extras/testEnv/webroot/moth/w3af/infrastructure/find_vhost/ Removed Paths: ------------- extras/testEnv/webroot/moth/w3af/crawl/digitSum/ extras/testEnv/webroot/moth/w3af/crawl/find_vhost/ extras/testEnv/webroot/moth/w3af/crawl/spiderMan/ extras/testEnv/webroot/moth/w3af/discovery/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-09 17:24:53
|
Revision: 5549 http://w3af.svn.sourceforge.net/w3af/?rev=5549&view=rev Author: andresriancho Date: 2012-08-09 17:24:47 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Changed name of xsrf plugin to csrf, since most people know the vulnerability with that name. Modified Paths: -------------- branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_manual_disc.pw3af Added Paths: ----------- branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/tests/audit/test_csrf.py branches/threading2/scripts/script-csrf.w3af Removed Paths: ------------- branches/threading2/plugins/audit/xsrf.py branches/threading2/plugins/tests/audit/test_xsrf.py branches/threading2/scripts/script-xsrf.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lb...@us...> - 2012-08-09 01:45:03
|
Revision: 5548 http://w3af.svn.sourceforge.net/w3af/?rev=5548&view=rev Author: lbello Date: 2012-08-09 01:44:57 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Reimplementing pybloomfiltermmap with disk_set. Modified Paths: -------------- extras/debian/trunk/debian/changelog extras/debian/trunk/debian/desktop extras/debian/trunk/debian/patches/series Added Paths: ----------- extras/debian/trunk/debian/patches/disable-pybloom.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 23:04:28
|
Revision: 5547 http://w3af.svn.sourceforge.net/w3af/?rev=5547&view=rev Author: andresriancho Date: 2012-08-08 23:04:22 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing all the old test scripts that I don't need anymore because they were replaced by unittests. Removed Paths: ------------- branches/threading2/scripts/script-ajax.w3af branches/threading2/scripts/script-blankBody.w3af branches/threading2/scripts/script-code_disclosure.w3af branches/threading2/scripts/script-directory_indexing.w3af branches/threading2/scripts/script-dotNetErrors.w3af branches/threading2/scripts/script-errorPages.w3af branches/threading2/scripts/script-feeds.w3af branches/threading2/scripts/script-form_autocomplete.w3af branches/threading2/scripts/script-hashFind.w3af branches/threading2/scripts/script-meta_tags.w3af branches/threading2/scripts/script-objects.w3af branches/threading2/scripts/script-path_disclosure.w3af branches/threading2/scripts/script-requestHelp.w3af branches/threading2/scripts/script-strange_header.w3af branches/threading2/scripts/script-strange_http_code.w3af branches/threading2/scripts/script-xst.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 23:00:08
|
Revision: 5546 http://w3af.svn.sourceforge.net/w3af/?rev=5546&view=rev Author: andresriancho Date: 2012-08-08 23:00:00 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor changes to svn_users. Finished! All grep plugins have unittests now! Modified Paths: -------------- branches/threading2/plugins/grep/svn_users.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_svn_users.py Removed Paths: ------------- branches/threading2/scripts/script-svn_users.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:53:36
|
Revision: 5545 http://w3af.svn.sourceforge.net/w3af/?rev=5545&view=rev Author: andresriancho Date: 2012-08-08 22:53:30 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor changes to plugin in order to make it faster. Modified Paths: -------------- branches/threading2/plugins/grep/strange_reason.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_strange_reason.py Removed Paths: ------------- branches/threading2/scripts/script-strange_reason_message.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:34:53
|
Revision: 5544 http://w3af.svn.sourceforge.net/w3af/?rev=5544&view=rev Author: andresriancho Date: 2012-08-08 22:34:47 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Adding tearDown for testing plugin's end() Modified Paths: -------------- branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_private_ip.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:34:04
|
Revision: 5543 http://w3af.svn.sourceforge.net/w3af/?rev=5543&view=rev Author: andresriancho Date: 2012-08-08 22:33:57 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor plugin changes. Modified Paths: -------------- branches/threading2/plugins/grep/strange_parameters.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_strange_parameters.py Removed Paths: ------------- branches/threading2/scripts/script-strange_parameters.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 22:16:14
|
Revision: 5542 http://w3af.svn.sourceforge.net/w3af/?rev=5542&view=rev Author: andresriancho Date: 2012-08-08 22:16:08 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Minor changes to documentation Modified Paths: -------------- trunk/readme/EN/w3af-users-guide.html trunk/readme/EN/w3af-users-guide.odt trunk/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-08-08 21:42:54
|
Revision: 5541 http://w3af.svn.sourceforge.net/w3af/?rev=5541&view=rev Author: andresriancho Date: 2012-08-08 21:42:48 +0000 (Wed, 08 Aug 2012) Log Message: ----------- As usual, removed script, added unittest and modified plugin. Modified Paths: -------------- branches/threading2/plugins/grep/private_ip.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_private_ip.py Removed Paths: ------------- branches/threading2/scripts/script-private_ip-no-match.w3af branches/threading2/scripts/script-private_ip.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 21:41:52
|
Revision: 5540 http://w3af.svn.sourceforge.net/w3af/?rev=5540&view=rev Author: andresriancho Date: 2012-08-08 21:41:46 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Cosmetic Modified 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-08-08 21:27:55
|
Revision: 5539 http://w3af.svn.sourceforge.net/w3af/?rev=5539&view=rev Author: andresriancho Date: 2012-08-08 21:27:49 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/grep/motw/invalid_MOTW.html extras/testEnv/webroot/moth/w3af/grep/motw/valid_MOTW.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 21:27:46
|
Revision: 5538 http://w3af.svn.sourceforge.net/w3af/?rev=5538&view=rev Author: andresriancho Date: 2012-08-08 21:27:40 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test script, adding unittest, minor plugin changes. Modified Paths: -------------- branches/threading2/plugins/grep/password_profiling.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_password_profiling.py Removed Paths: ------------- branches/threading2/scripts/script-password_profiling.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:58:26
|
Revision: 5537 http://w3af.svn.sourceforge.net/w3af/?rev=5537&view=rev Author: andresriancho Date: 2012-08-08 20:58:20 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removed test script, added unittest, minor plugin rewrite. Modified Paths: -------------- branches/threading2/plugins/grep/motw.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_motw.py Removed Paths: ------------- branches/threading2/scripts/script-motw.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:45:16
|
Revision: 5536 http://w3af.svn.sourceforge.net/w3af/?rev=5536&view=rev Author: andresriancho Date: 2012-08-08 20:45:11 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Clarified test HTMLs Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/grep/meta_tags/google_sitemap.html extras/testEnv/webroot/moth/w3af/grep/meta_tags/linux_meta.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:44:52
|
Revision: 5535 http://w3af.svn.sourceforge.net/w3af/?rev=5535&view=rev Author: andresriancho Date: 2012-08-08 20:44:46 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Adding unittest for meta_tags plugin Added Paths: ----------- branches/threading2/plugins/tests/grep/test_meta_tags.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 20:39:20
|
Revision: 5534 http://w3af.svn.sourceforge.net/w3af/?rev=5534&view=rev Author: andresriancho Date: 2012-08-08 20:39:14 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Plugin rewrite for speed, added unittest, removed test scripts. Modified Paths: -------------- branches/threading2/plugins/grep/lang.py branches/threading2/plugins/grep/meta_tags.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_lang.py Removed Paths: ------------- branches/threading2/scripts/script-lang_en.w3af branches/threading2/scripts/script-lang_es.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 19:25:28
|
Revision: 5533 http://w3af.svn.sourceforge.net/w3af/?rev=5533&view=rev Author: andresriancho Date: 2012-08-08 19:25:22 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Renamed directory in order to match plugin name + cosmetic changes to html files. Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/grep/html_comments/html_in_comment.html extras/testEnv/webroot/moth/w3af/grep/html_comments/simple_comment.html extras/testEnv/webroot/moth/w3af/grep/index.html Added Paths: ----------- extras/testEnv/webroot/moth/w3af/grep/html_comments/ Removed Paths: ------------- extras/testEnv/webroot/moth/w3af/grep/find_comments/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 19:24:28
|
Revision: 5532 http://w3af.svn.sourceforge.net/w3af/?rev=5532&view=rev Author: andresriancho Date: 2012-08-08 19:24:20 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removed test script, added unittest, major changes to plugin structure in order to avoid using so much memory. Modified Paths: -------------- branches/threading2/plugins/grep/html_comments.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_html_comments.py Removed Paths: ------------- branches/threading2/scripts/script-find_comments.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 19:16:24
|
Revision: 5531 http://w3af.svn.sourceforge.net/w3af/?rev=5531&view=rev Author: andresriancho Date: 2012-08-08 19:16:18 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Adding iterkeys to the temp_shelve in order to avoid doing all the unpickling and storing all in memory. Modified Paths: -------------- branches/threading2/core/data/db/temp_shelve.py branches/threading2/core/data/db/tests/test_temp_shelve.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:52:14
|
Revision: 5530 http://w3af.svn.sourceforge.net/w3af/?rev=5530&view=rev Author: andresriancho Date: 2012-08-08 18:52:08 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Moving test data around. Modified Paths: -------------- branches/threading2/plugins/tests/grep/test_all.py Added Paths: ----------- branches/threading2/plugins/tests/grep/data/ branches/threading2/plugins/tests/grep/data/test-1.html branches/threading2/plugins/tests/grep/data/test-2.html branches/threading2/plugins/tests/grep/data/test-3.html branches/threading2/plugins/tests/grep/data/test-4.html branches/threading2/plugins/tests/grep/data/test-5.html Removed Paths: ------------- branches/threading2/plugins/tests/grep/test-1.html branches/threading2/plugins/tests/grep/test-2.html branches/threading2/plugins/tests/grep/test-3.html branches/threading2/plugins/tests/grep/test-4.html branches/threading2/plugins/tests/grep/test-5.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:44:59
|
Revision: 5529 http://w3af.svn.sourceforge.net/w3af/?rev=5529&view=rev Author: andresriancho Date: 2012-08-08 18:44:53 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Cosmetic change s/mails/emails/g Modified Paths: -------------- branches/threading2/core/controllers/basePlugin/baseBruteforcePlugin.py branches/threading2/core/controllers/bruteforce/bruteforcer.py branches/threading2/core/data/parsers/baseparser.py branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/pdfParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/plugins/attack/payloads/payloads/read_mail.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/user_dir.py branches/threading2/plugins/grep/__init__.py branches/threading2/plugins/tests/discovery/test_finger_bing.py branches/threading2/plugins/tests/discovery/test_finger_google.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:42:05
|
Revision: 5528 http://w3af.svn.sourceforge.net/w3af/?rev=5528&view=rev Author: andresriancho Date: 2012-08-08 18:41:59 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Removing test scripts, adding unittests, minor changes to plugin. Modified Paths: -------------- branches/threading2/plugins/grep/get_emails.py Added Paths: ----------- branches/threading2/plugins/tests/grep/test_get_emails.py Removed Paths: ------------- branches/threading2/scripts/script-get_mails.w3af branches/threading2/scripts/script-get_mails_all.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:14:30
|
Revision: 5527 http://w3af.svn.sourceforge.net/w3af/?rev=5527&view=rev Author: andresriancho Date: 2012-08-08 18:14:24 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Renamed directory to match plugin name, better (more commented) tests. Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/grep/get_emails/emails.html extras/testEnv/webroot/moth/w3af/grep/index.html Added Paths: ----------- extras/testEnv/webroot/moth/w3af/grep/get_emails/ Removed Paths: ------------- extras/testEnv/webroot/moth/w3af/grep/get_mails/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-08-08 18:12:17
|
Revision: 5526 http://w3af.svn.sourceforge.net/w3af/?rev=5526&view=rev Author: andresriancho Date: 2012-08-08 18:12:11 +0000 (Wed, 08 Aug 2012) Log Message: ----------- Commit a reminder to self. Modified Paths: -------------- branches/threading2/core/data/parsers/urlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |