Sha256: 8e650359b74deae2744a8795dca367ae5ec10c59cd259023a1be2aaf65e6bab8
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
=begin Copyright 2010-2012 Tasos Laskos <tasos.laskos@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. =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@gmail.com> (With the support of the community and the Arachni Team.) Website: #{WEBSITE} Documentation: #{WIKI} EOBANNER end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
arachni-0.4.1.3 | lib/arachni/banner.rb |
arachni-0.4.1.2 | lib/arachni/banner.rb |
arachni-0.4.1.1 | lib/arachni/banner.rb |
arachni-0.4.1 | lib/arachni/banner.rb |