dradis Changelog

What's new in dradis 2.9.0

Mar 28, 2014
  • New plugins:
  • Retina Network Security Scanner upload plugin
  • Zed Attack Proxy upload plugin
  • Updated plugins:
  • Nessus upload plugin is orders of magnitude faster
  • Nikto upload plugin is orders of magnitude faster
  • Nmap upload plugin is orders of magnitude faster
  • VulnDB import plugin (to support VulnDB HQ integration)
  • Internals:
  • Updated First Time User's Wizard
  • Updated to Rails 3.2

New in dradis 2.8.0 (Mar 28, 2014)

  • Cleaner three-column layout
  • Smarter Ajax polling and auto-updating
  • New version of the Nmap upload plugin
  • New version of the Nessus upload plugin
  • ./verify.sh now checks that libxml2 is installed

New in dradis 2.7.2 (Mar 28, 2014)

  • Improved startup scripts
  • Bugs fixed: #5, #9, #13, #14, #15, #16, #19, #20
  • Update Rails to 3.0.9

New in dradis 2.7.1 (Mar 28, 2014)

  • server component:
  • Improved note editor: more space, less Ajax
  • Bugs fixed: #3, #4, #6, #7, #8, #10

New in dradis 2.7.0 (Apr 20, 2011)

  • Improved command line API with Thor (thor -T to view all commands)
  • New Configuration Manager to handle all plugin config settings
  • New Upload Manager that runs uploads in the background and updates the interface through Ajax
  • New plugins:
  • Metasploit import
  • NeXpose (.xml) upload
  • OpenVAS (.xml) upload
  • SureCheck (.sc) upload
  • w3af (.xml) upload
  • Web Exploitation Framework (wXf) upload
  • Updated plugins:
  • Nessus plugin supports .nessus v2
  • Vuln::DB import updated to support the latest release
  • Bugs fixed: #2888332, #2973256
  • Update Rails to 3.0.6

New in dradis 2.5.2 (May 18, 2010)

  • Improved Note editor: bigger, easier to use and supports formatting!
  • New First Time User Wizard
  • Keep track of all the activity with the built-in RSS feed
  • Plugin improvements:
  • New HTML Export reporting plugin.
  • New Burp Upload plugin so you can use Burp Scanner output.
  • New Nikto Upload plugin to use your Nikto scan results.
  • Upgraded libraries: ExtJS 3.1.1, Rails 2.3.5
  • Bugs fixed: #2964273, #2932569, #2963253, #2974460.
  • Security fixes

New in dradis 2.5.1 (Mar 8, 2010)

  • New First Time User Wizard:
  • It explains the handful of contcepts every Dradis newcomer needs to ba aware of: Users and Paswords, Interface elements description, Plugins: types and examples, How to make your notes ready for reporting,Where to get help.
  • Plugin updates:
  • There are a few new plugins
  • HTML Export: the first release of this new HTML reporting module.
  • Nikto Upload: to import the results from your favourite web server scanner.
  • Burp Upload: to use Burp Scanner XML output files
  • We have updated the Nmap Upload plugin to better organize it's output.
  • Interface enhancements:
  • Some major works have been undertajen on the interface. A brand new
  • email-client layout has been adopted. Dradis now has a Note Preview panel for better accessibility to lengthy notes.
  • Bugs Fixed:
  • bugs in ExtJS 3.0.0 fixed in 3.1.1
  • improve the NotesBrowser to ensure it is always in sync with the server
  • dynamically create the SSL certificate loading path
  • improve the Nessus parser to detect edge cases
  • fix spelling errors in the Wizard

New in dradis 2.4 (Mar 8, 2010)

  • Plugin feedback:
  • We all have suffered the 'waiting forever' sindrom whenever something went
  • wrong while using the Upload plugins. We have improved the feedback mechanism so you will be get useful information about the Upload process.
  • Plugin updates:
  • We are now using the Nmap::Parser (http://rubynmap.sourceforge.net/) library in the Nmap Upload plugin.
  • A new plugin to query the Open Source Vulnerability Database (OSVDB) has been added to the set of core plugins deployed with the framework.
  • Interface enhancements:
  • We have added a few elements to the web interface to make the small every day tasks a bit easier: drag'n'drop for notes (so they can be moved across the nodes tree, a new *feedback* link has been added to the top-right corner to encourage on-the-fly feedback from users finding bugs or requesting features while using Dradis.

New in dradis 2.2 (Mar 8, 2010)

  • Server component: - add attachments to nodes - add 'refresh' buttons to the tree and the notes list - force 'webrick' even if mongrel is installed (no SSL support in mongrel) - centralise the framework version information. - autoExpandColumn now works on IE - Rails runs in "production" mode client component: - dradis can be used with wxRuby 2.0.0 - better error handling for REST web service communication errors - easier REST credentials configuration in ./conf/dradis.xml

New in dradis 2.0.1 (Feb 24, 2009)

  • the console client accepts multi-word parameters using quotes
  • add extension allows adding nodes and categories
  • add parameter description support to the extensions
  • close bug 2572271: ruby 1.8.7 compatibility fix for wxWidgets interface
  • first security patch
  • minor bug fixes