Sha256: 64c46fe83001521901f898dc290ea3c90cfa2106f79224d61441aca8f932f0ea

Contents?: true

Size: 576 Bytes

Versions: 5

Compression:

Stored size: 576 Bytes

Contents

#!/usr/bin/env ruby
=begin
    Copyright 2010-2022 Ecsypno <http://www.ecsypno.com>

    This file is part of the Arachni Framework project and is subject to
    redistribution and commercial restrictions. Please see the Arachni Framework
    web site for more information on licensing and terms of use.
=end

require_relative '../lib/arachni'
require_relative '../ui/cli/rpc/client/dispatcher_monitor'

if Arachni.windows?
    Arachni::UI::Output.print_error "This interface is not available on MS Windows."
    exit
end

Arachni::UI::CLI::RPC::Client::DispatcherMonitor.new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 bin/arachni_rpcd_monitor
arachni-1.6.1.2 bin/arachni_rpcd_monitor
arachni-1.6.1.1 bin/arachni_rpcd_monitor
arachni-1.6.1 bin/arachni_rpcd_monitor
arachni-1.6.0 bin/arachni_rpcd_monitor