Sha256: 1cb0ff98603484b6da2a3c6e77e1b52cdfbf15955699a8869e8bde11999f6b77
Contents?: true
Size: 555 Bytes
Versions: 2
Compression:
Stored size: 555 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/local' if Arachni.windows? Arachni::UI::Output.print_error "This interface is not available on MS Windows." exit end Arachni::UI::CLI::RPC::Client::Local.new
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | bin/arachni_multi |
arachni-1.5 | bin/arachni_multi |