dradis Framework Forumsdradis General ForumsUser extensions and pluginsOpen Source Vulnerability Database (OSVDB) Import Plugin
Pages: [1]
Print
Author Topic: Open Source Vulnerability Database (OSVDB) Import Plugin  (Read 2073 times)
etd
dradis Core Team
Jr. Member
*****
Posts: 91



View Profile Email
« on: September 08, 2009, 09:22:21 am »

Hi,

Just finished coding an OSVDB import plugin. I will be putting together a step-by-step tutorial on how to create an import plugin in the Information for Developers page in the near future. Stay tuned. The tutorial is online:

http://dradisframework.org/import_plugins.html

In the mean time you can read about the plugin here:

http://dradis.svn.sourceforge.net/viewvc/dradis/server/trunk/vendor/plugins/osvdb_import/README

In a nutshell, to install:

Code:
ruby script\plugin install http://dradis.svn.sourceforge.net/svnroot/dradis/server/trunk/vendor/plugins/osvdb_import/

Remember that you will need a valid OSVDB API key. Get it from: http://osvdb.org/account/signup

Cheers,

etd


Update: You may get Rake errors after installing this plugin. This can be fixed easily by updating Rake with:
Code:
gem install rake

More information in this thread:
http://dradisframework.org/community/index.php?topic=23.0
« Last Edit: October 28, 2009, 09:56:46 pm by etd » Logged

cosmic
Newbie
*
Posts: 1


View Profile Email
« Reply #1 on: October 01, 2009, 10:40:05 am »


Hi etd,
Great plugin, but the "General Search" feature seems not to work.
Here you have a patch that works for me.

Best regards
Logged

etd
dradis Core Team
Jr. Member
*****
Posts: 91



View Profile Email
« Reply #2 on: October 03, 2009, 11:42:01 am »

Thanks cosmic,

I need to look into this to find out what is going wrong. I will keep you posted.

It seems that I was using the
Code:
url.path
method instead of the
Code:
url.request_uri
which is the one that sends the parameters.

I have made the change and updated the repository (revision #1523). I hope this solves the issue.

Thanks for pointing this out,

etd
« Last Edit: October 03, 2009, 12:21:15 pm by etd » Logged

Pages: [1]
Print
Jump to: