Sha256: 2d001ad038372d47a3c4a86458e73e19a131bf6c852d22324c97c7b6cd6d1968
Contents?: true
Size: 543 Bytes
Versions: 5
Compression:
Stored size: 543 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/cli/cli' cli = Arachni::UI::CLI.new( Arachni::Options.instance ) cli.run
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
arachni-0.3 | bin/arachni |
arachni-0.2.4 | bin/arachni |
arachni-0.2.3 | bin/arachni |
arachni-0.2.2.2 | bin/arachni |
arachni-0.2.2.1 | bin/arachni |