Sha256: d9eaebeb6dea93e68ad8239f9504d5983906b2d6a3647b4d74ccdab6798f5ebe
Contents?: true
Size: 738 Bytes
Versions: 7
Compression:
Stored size: 738 Bytes
Contents
=begin Copyright 2010-2014 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 'rubygems' require 'bundler/setup' module Arachni WEBSITE = 'http://arachni-scanner.com' WIKI = "#{WEBSITE}/wiki" BANNER =<<EOBANNER Arachni - Web Application Security Scanner Framework v#{VERSION} Author: Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> (With the support of the community and the Arachni Team.) Website: #{WEBSITE} Documentation: #{WIKI} EOBANNER end
Version data entries
7 entries across 7 versions & 1 rubygems