Sha256: 2474d2678b7863a265cc65b3da2a96da47e16fee3dcbf2ca928a5a4a89c933b5

Contents?: true

Size: 557 Bytes

Versions: 5

Compression:

Stored size: 557 Bytes

Contents

#!/usr/bin/env ruby
=begin
                  Arachni
  Copyright (c) 2010-2011 Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>

  This is free software; you can copy and distribute and modify
  this program under the term of the GPL v2.0 License
  (See LICENSE file for details)

=end

require 'pp'
require 'ap'

cwd = File.expand_path( File.dirname( __FILE__ ) )
$:.unshift( cwd )
require cwd + '/../getoptslong.rb'
require Arachni::Options.instance.dir['lib'] + 'ui/xmlrpc/xmlrpc'

client = Arachni::UI::XMLRPC.new( Arachni::Options.instance )
client.run

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-0.3 bin/arachni_xmlrpc
arachni-0.2.4 bin/arachni_xmlrpc
arachni-0.2.3 bin/arachni_xmlrpc
arachni-0.2.2.2 bin/arachni_xmlrpc
arachni-0.2.2.1 bin/arachni_xmlrpc