Sha256: 7429007f8edc87b183ba719e37214d10c94f6bf24e6159d22fd4261cc3b3dea4
Contents?: true
Size: 738 Bytes
Versions: 6
Compression:
Stored size: 738 Bytes
Contents
=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 '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
6 entries across 6 versions & 1 rubygems