Sha256: 8101be5c9bb35a6739a0e79dee4bad653230042446ced9fdf96a0dee227ed0e0
Contents?: true
Size: 457 Bytes
Versions: 6
Compression:
Stored size: 457 Bytes
Contents
#!/usr/bin/env ruby =begin Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.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/server/dispatcher' Arachni::UI::CLI::RPC::Server::Dispatcher.new
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.3.2 | bin/arachni_rpcd |
arachni-1.3.1 | bin/arachni_rpcd |
arachni-1.3 | bin/arachni_rpcd |
arachni-1.2.1 | bin/arachni_rpcd |
arachni-1.2 | bin/arachni_rpcd |
arachni-1.1 | bin/arachni_rpcd |