Sha256: feadc09c3ec50e4e65206d3462ace2a7c8e7bb8ecb5876af0c10c8d6b649fd0b

Contents?: true

Size: 723 Bytes

Versions: 5

Compression:

Stored size: 723 Bytes

Contents

=begin
    Copyright 2010-2022 Ecsypno <http://www.ecsypno.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

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.6.1.3 lib/arachni/banner.rb
arachni-1.6.1.2 lib/arachni/banner.rb
arachni-1.6.1.1 lib/arachni/banner.rb
arachni-1.6.1 lib/arachni/banner.rb
arachni-1.6.0 lib/arachni/banner.rb