Thread: [W3af-svn-notify] SF.net SVN: w3af:[5894] branches/threading2/core/data/kb
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-10-15 19:25:38
|
Revision: 5894 http://w3af.svn.sourceforge.net/w3af/?rev=5894&view=rev Author: andresriancho Date: 2012-10-15 19:25:31 +0000 (Mon, 15 Oct 2012) Log Message: ----------- Adding append_uniq Modified Paths: -------------- branches/threading2/core/data/kb/knowledgeBase.py branches/threading2/core/data/kb/tests/test_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-11-10 14:52:31
|
Revision: 6175 http://w3af.svn.sourceforge.net/w3af/?rev=6175&view=rev Author: andresriancho Date: 2012-11-10 14:52:24 +0000 (Sat, 10 Nov 2012) Log Message: ----------- Adding the concept of vuln templates. Still will have to code some UI stuff to make it work... Added Paths: ----------- branches/threading2/core/data/kb/vuln_templates/ branches/threading2/core/data/kb/vuln_templates/__init__.py branches/threading2/core/data/kb/vuln_templates/base_template.py branches/threading2/core/data/kb/vuln_templates/dav_template.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-10 22:45:24
|
Revision: 6317 http://w3af.svn.sourceforge.net/w3af/?rev=6317&view=rev Author: andresriancho Date: 2012-12-10 22:45:18 +0000 (Mon, 10 Dec 2012) Log Message: ----------- Identified, fixed and unittested bug. Modified Paths: -------------- branches/threading2/core/data/kb/knowledge_base.py branches/threading2/core/data/kb/tests/test_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-11 14:56:44
|
Revision: 6321 http://w3af.svn.sourceforge.net/w3af/?rev=6321&view=rev Author: andresriancho Date: 2012-12-11 14:56:34 +0000 (Tue, 11 Dec 2012) Log Message: ----------- * Refactoring for the help command * Added unittest Modified Paths: -------------- branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py Added Paths: ----------- branches/threading2/core/data/kb/tests/test_exec_shell.py branches/threading2/core/data/kb/tests/test_read_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-18 20:44:05
|
Revision: 6412 http://w3af.svn.sourceforge.net/w3af/?rev=6412&view=rev Author: andresriancho Date: 2012-12-18 20:43:58 +0000 (Tue, 18 Dec 2012) Log Message: ----------- Migrated away from doctests. Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/tests/test_info.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-12-19 23:53:54
|
Revision: 6423 http://w3af.svn.sourceforge.net/w3af/?rev=6423&view=rev Author: andresriancho Date: 2012-12-19 23:53:47 +0000 (Wed, 19 Dec 2012) Log Message: ----------- More refactoring on the info/vuln/shell side. Less code, cleaner __init__, etc. Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/shell.py branches/threading2/core/data/kb/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: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. |