Sha256: e42e4f6809e82e12e7ac1fb3ab63045e26ca679a8b4ffc49d7a4cf0bc1c29946
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
#!/usr/bin/env ruby =begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | bin/arachni_rpcd_monitor |
arachni-1.5 | bin/arachni_rpcd_monitor |