dradis.rb

Path: dradis.rb
Last Update: Wed Feb 06 23:04:42 +0000 2008

Synopsys

This module is the main entry point of the application. Within it, the user interface is instanced and launched.

Author

Daniel Martin Gomez, MWR Infosecurity, UK. <daniel.martin-gomez[-at-]mwrinfosecurity.com>, <etd[-at-]nomejortu.com>

Usage

  ruby dradis.rb [ -h | -help ] [ -c | -g ]

  -h | --help: display application synopsys, author and usage information.
  -c: choose comand line interface (default)
  -w: choose a graphical interface based on WxWidgets (requires wxruby gem)
  -q: choose a graphical interface based on Qt4 (requires libqt4-ruby bindings)
  -g: start graphical user interface (same as -w)

License

This file may be used under the terms of the GNU General Public License version 2.0 as published by the Free Software Foundation and appearing in the file LICENSE.txt included in the packaging of this file.

Copyright: Daniel Martin Gomez <etd[-at-]nomejortu.com>

Required files

core/config   core/exception   core/context   optparse   rdoc/usage   logger   ui/qt/gui   ui/wx   ui/console  

[Validate]