Sha256: b0fda4678e56a88a02c38d0bfd2bc5d68553894d1d73625d6976dd64b9d145fa
Contents?: true
Size: 553 Bytes
Versions: 5
Compression:
Stored size: 553 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/remote' if Arachni.windows? Arachni::UI::Output.print_error "This interface is not available on MS Windows." exit end Arachni::UI::CLI::RPC::Client::Remote.new
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.6.1.3 | bin/arachni_rpc |
arachni-1.6.1.2 | bin/arachni_rpc |
arachni-1.6.1.1 | bin/arachni_rpc |
arachni-1.6.1 | bin/arachni_rpc |
arachni-1.6.0 | bin/arachni_rpc |