lib/arachni/ui/rpc/dispatcher_monitor.rb in arachni-0.4.0.4 vs lib/arachni/ui/rpc/dispatcher_monitor.rb in arachni-0.4.1

- old
+ new

@@ -7,24 +7,24 @@ module UI # # -# @author: Tasos "Zapotek" Laskos +# @author Tasos "Zapotek" Laskos # <tasos.laskos@gmail.com> -# <zapotek@segfault.gr> -# @version: 0.1.2 # +# @version 0.1.2 +# class DispatcherMonitor include Arachni::UI::Output def initialize( opts ) @opts = opts - debug! if @opts.debug + debug if @opts.debug # print banner message banner # if the user needs help, output it and exit @@ -155,19 +155,12 @@ # @see REVISION # # @return [void] # def banner - print_line 'Arachni - Web Application Security Scanner Framework - Author: Tasos "Zapotek" Laskos <tasos.laskos@gmail.com> - <zapotek@segfault.gr> - (With the support of the community and the Arachni Team.) - - Website: http://github.com/Zapotek/arachni - Documentation: http://github.com/Zapotek/arachni/wiki' + print_line BANNER print_line print_line - end # # Outputs help/usage information.<br/> # Displays supported options and parameters.