w3af-svn-notify Mailing List for w3af (Page 9)
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-21 13:19:50
|
Revision: 6452 http://w3af.svn.sourceforge.net/w3af/?rev=6452&view=rev Author: andresriancho Date: 2012-12-21 13:19:40 +0000 (Fri, 21 Dec 2012) Log Message: ----------- Those terminate() where removing all items from the work queue and not allowing us to find the vulnerabilities. I need to separate the poison pill into two different types, one for terminate and one for close: User quit() will run terminate() and all other will run close() Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/base_consumer.py 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-21 13:03:37
|
Revision: 6451 http://w3af.svn.sourceforge.net/w3af/?rev=6451&view=rev Author: andresriancho Date: 2012-12-21 13:03:29 +0000 (Fri, 21 Dec 2012) Log Message: ----------- Hopefully, the last changes to profiles after removing plugin option. Modified Paths: -------------- branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-21 12:55:02
|
Revision: 6450 http://w3af.svn.sourceforge.net/w3af/?rev=6450&view=rev Author: andresriancho Date: 2012-12-21 12:54:53 +0000 (Fri, 21 Dec 2012) Log Message: ----------- Misc fixes after vuln name changes, long desc for infos, improved code, etc. Modified Paths: -------------- branches/threading2/plugins/infrastructure/allowed_methods.py branches/threading2/plugins/tests/infrastructure/test_php_eggs.py branches/threading2/plugins/tests/output/test_text_file.py branches/threading2/plugins/tests/output/test_xml_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-21 12:53:47
|
Revision: 6449 http://w3af.svn.sourceforge.net/w3af/?rev=6449&view=rev Author: andresriancho Date: 2012-12-21 12:53:38 +0000 (Fri, 21 Dec 2012) Log Message: ----------- Improved code for readability. Modified Paths: -------------- branches/threading2/plugins/infrastructure/php_eggs.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:35:20
|
Revision: 6448 http://w3af.svn.sourceforge.net/w3af/?rev=6448&view=rev Author: andresriancho Date: 2012-12-20 23:35:13 +0000 (Thu, 20 Dec 2012) Log Message: ----------- More changes after removing plugin parameter. Modified Paths: -------------- branches/threading2/profiles/fast_scan.pw3af 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:34:06
|
Revision: 6447 http://w3af.svn.sourceforge.net/w3af/?rev=6447&view=rev Author: andresriancho Date: 2012-12-20 23:33:59 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fix for phpinfo vuln names and test. Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/crawl/phpinfo.py branches/threading2/plugins/tests/crawl/test_phpinfo.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:33:20
|
Revision: 6446 http://w3af.svn.sourceforge.net/w3af/?rev=6446&view=rev Author: andresriancho Date: 2012-12-20 23:33:11 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fix after fixing the get line number from traceback method. Modified Paths: -------------- branches/threading2/plugins/tests/crawl/test_crawl_exception_handling.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:23:21
|
Revision: 6445 http://w3af.svn.sourceforge.net/w3af/?rev=6445&view=rev Author: andresriancho Date: 2012-12-20 23:23:14 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Pass long description to Info/Vuln Modified Paths: -------------- branches/threading2/core/controllers/plugins/tests/test_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-20 23:21:34
|
Revision: 6444 http://w3af.svn.sourceforge.net/w3af/?rev=6444&view=rev Author: andresriancho Date: 2012-12-20 23:21:27 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Removing debug print Modified Paths: -------------- branches/threading2/core/data/dc/headers.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:21:08
|
Revision: 6443 http://w3af.svn.sourceforge.net/w3af/?rev=6443&view=rev Author: andresriancho Date: 2012-12-20 23:20:59 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Matching profile with new plugin changes. Modified Paths: -------------- branches/threading2/profiles/OWASP_TOP10.pw3af 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-20 19:50:43
|
Revision: 6441 http://w3af.svn.sourceforge.net/w3af/?rev=6441&view=rev Author: andresriancho Date: 2012-12-20 19:50:33 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Migrated missing Infos Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/core/data/kb/info.py branches/threading2/plugins/infrastructure/domain_dot.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 19:42:42
|
Revision: 6440 http://w3af.svn.sourceforge.net/w3af/?rev=6440&view=rev Author: andresriancho Date: 2012-12-20 19:42:33 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fixed all missing vuln Modified Paths: -------------- branches/threading2/core/data/constants/vulns.py branches/threading2/plugins/infrastructure/dot_net_errors.py branches/threading2/plugins/infrastructure/find_vhosts.py branches/threading2/plugins/infrastructure/server_status.py branches/threading2/plugins/infrastructure/shared_hosting.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 19:33:36
|
Revision: 6439 http://w3af.svn.sourceforge.net/w3af/?rev=6439&view=rev Author: andresriancho Date: 2012-12-20 19:33:28 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Migrated all vuln and info to from_mutant / from_fr. Modified Paths: -------------- branches/threading2/core/controllers/sql_tools/blind_sqli_response_diff.py branches/threading2/core/controllers/sql_tools/blind_sqli_time_delay.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.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 19:31:48
|
Revision: 6438 http://w3af.svn.sourceforge.net/w3af/?rev=6438&view=rev Author: andresriancho Date: 2012-12-20 19:31:39 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Making sure pylint doesn't raise an error. Modified Paths: -------------- branches/threading2/core/ui/console/kbMenu.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 19:30:57
|
Revision: 6437 http://w3af.svn.sourceforge.net/w3af/?rev=6437&view=rev Author: andresriancho Date: 2012-12-20 19:30:51 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Cosmetic -- line, and those below, will be ignored-- M knowledge_base.py Modified Paths: -------------- branches/threading2/core/data/kb/knowledge_base.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 19:26:23
|
Revision: 6436 http://w3af.svn.sourceforge.net/w3af/?rev=6436&view=rev Author: andresriancho Date: 2012-12-20 19:26:15 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Update vulnerability name Modified Paths: -------------- branches/threading2/plugins/tests/audit/test_response_splitting.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 19:24:57
|
Revision: 6435 http://w3af.svn.sourceforge.net/w3af/?rev=6435&view=rev Author: andresriancho Date: 2012-12-20 19:24:51 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fixing undefined var bug. Modified Paths: -------------- branches/threading2/plugins/grep/http_auth_detect.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 19:24:13
|
Revision: 6434 http://w3af.svn.sourceforge.net/w3af/?rev=6434&view=rev Author: andresriancho Date: 2012-12-20 19:24:05 +0000 (Thu, 20 Dec 2012) Log Message: ----------- PEP8 Modified Paths: -------------- branches/threading2/core/ui/gui/exploittab.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 19:24:10
|
Revision: 6433 http://w3af.svn.sourceforge.net/w3af/?rev=6433&view=rev Author: andresriancho Date: 2012-12-20 19:24:02 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Shell is NOT a Vuln, shell has a vuln. Modified Paths: -------------- branches/threading2/core/data/kb/shell.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 15:42:47
|
Revision: 6432 http://w3af.svn.sourceforge.net/w3af/?rev=6432&view=rev Author: andresriancho Date: 2012-12-20 15:42:40 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Fixed bug related to "set userAgent a b c" Modified Paths: -------------- branches/threading2/core/ui/console/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-20 15:27:25
|
Revision: 6431 http://w3af.svn.sourceforge.net/w3af/?rev=6431&view=rev Author: andresriancho Date: 2012-12-20 15:27:17 +0000 (Thu, 20 Dec 2012) Log Message: ----------- First plugin to use the from_fr factory, looking good! Modified Paths: -------------- branches/threading2/plugins/bruteforce/form_auth.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 15:24:30
|
Revision: 6430 http://w3af.svn.sourceforge.net/w3af/?rev=6430&view=rev Author: andresriancho Date: 2012-12-20 15:24:21 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Added new factory classmethods to info and vuln. This is part of the idea of having a stricter core API that doesn't allow me to make any mistakes in the plugins. The old API had a kwd arg in __init__ and lots of complicated init steps inside it that could confuse the API consumer. Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/vuln.py Added Paths: ----------- 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-20 15:22:04
|
Revision: 6429 http://w3af.svn.sourceforge.net/w3af/?rev=6429&view=rev Author: andresriancho Date: 2012-12-20 15:21:56 +0000 (Thu, 20 Dec 2012) Log Message: ----------- I need the core to keep the exception handler data when the scan finishes. Modified Paths: -------------- branches/threading2/core/controllers/tests/test_w3afcore.py 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-20 15:08:45
|
Revision: 6428 http://w3af.svn.sourceforge.net/w3af/?rev=6428&view=rev Author: andresriancho Date: 2012-12-20 15:08:37 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Given that info will require ids to be of the correct type, I had to modify the tests that manually generate http responses. Modified Paths: -------------- branches/threading2/plugins/tests/grep/test_ajax.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py branches/threading2/plugins/tests/grep/test_blank_body.py branches/threading2/plugins/tests/grep/test_code_disclosure.py branches/threading2/plugins/tests/grep/test_credit_cards.py branches/threading2/plugins/tests/grep/test_feeds.py branches/threading2/plugins/tests/grep/test_file_upload.py branches/threading2/plugins/tests/grep/test_http_auth_detect.py branches/threading2/plugins/tests/grep/test_objects.py branches/threading2/plugins/tests/grep/test_oracle.py branches/threading2/plugins/tests/grep/test_path_disclosure.py branches/threading2/plugins/tests/grep/test_private_ip.py branches/threading2/plugins/tests/grep/test_ssn.py branches/threading2/plugins/tests/grep/test_strange_headers.py branches/threading2/plugins/tests/grep/test_strange_http_codes.py branches/threading2/plugins/tests/grep/test_strange_parameters.py branches/threading2/plugins/tests/grep/test_strange_reason.py branches/threading2/plugins/tests/grep/test_symfony.py branches/threading2/plugins/tests/grep/test_user_defined_regex.py branches/threading2/plugins/tests/grep/test_wsdl_greper.py branches/threading2/plugins/tests/grep/test_xss_protection_header.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |