Thread: [W3af-svn-notify] SF.net SVN: w3af:[5689] branches/threading2/plugins/audit/rfi.py
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-22 18:48:18
|
Revision: 5689 http://w3af.svn.sourceforge.net/w3af/?rev=5689&view=rev Author: andresriancho Date: 2012-08-22 18:48:12 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 01:31:38
|
Revision: 5882 http://w3af.svn.sourceforge.net/w3af/?rev=5882&view=rev Author: andresriancho Date: 2012-10-12 01:31:32 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Some python vodoo magic to solve the threading issues... Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 04:14:11
|
Revision: 5883 http://w3af.svn.sourceforge.net/w3af/?rev=5883&view=rev Author: andresriancho Date: 2012-10-12 04:14:05 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Minor code changes to make the code easier to read and less error prone Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 14:51:04
|
Revision: 5886 http://w3af.svn.sourceforge.net/w3af/?rev=5886&view=rev Author: andresriancho Date: 2012-10-12 14:50:58 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Adding support for JSP Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-12 21:25:44
|
Revision: 5887 http://w3af.svn.sourceforge.net/w3af/?rev=5887&view=rev Author: andresriancho Date: 2012-10-12 21:25:35 +0000 (Fri, 12 Oct 2012) Log Message: ----------- To make sure that the socket is reusable and we don't find issues in the future. Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-15 18:39:18
|
Revision: 5892 http://w3af.svn.sourceforge.net/w3af/?rev=5892&view=rev Author: andresriancho Date: 2012-10-15 18:39:12 +0000 (Mon, 15 Oct 2012) Log Message: ----------- More thread-safe locks and stuff. Thanks to Tomas for his bug report! Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-10-15 19:28:37
|
Revision: 5895 http://w3af.svn.sourceforge.net/w3af/?rev=5895&view=rev Author: andresriancho Date: 2012-10-15 19:28:31 +0000 (Mon, 15 Oct 2012) Log Message: ----------- Nicer code, now using append_uniq to avoid duplicated vulnerability reports. Modified Paths: -------------- branches/threading2/plugins/audit/rfi.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 13:21:31
|
Revision: 5949 http://w3af.svn.sourceforge.net/w3af/?rev=5949&view=rev Author: andresriancho Date: 2012-10-19 13:21:20 +0000 (Fri, 19 Oct 2012) Log Message: ----------- Avoid those annoying messages in the console. Modified Paths: -------------- branches/threading2/plugins/audit/rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |