Sha256: 53d5c05ece3fa1ab2b90415388328799d0d1df4798683ccba173246c904f652b
Contents?: true
Size: 551 Bytes
Versions: 5
Compression:
Stored size: 551 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/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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.6.1.3 | bin/arachni_multi |
arachni-1.6.1.2 | bin/arachni_multi |
arachni-1.6.1.1 | bin/arachni_multi |
arachni-1.6.1 | bin/arachni_multi |
arachni-1.6.0 | bin/arachni_multi |