Sha256: 15d8abe02be3c0eb68932459d699d019e291fb63ad15b47a458933d4d9590cc4
Contents?: true
Size: 601 Bytes
Versions: 7
Compression:
Stored size: 601 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 class Arachni::Reporters::Stdout # Stdout formatter for the results of the WAFDetector plugin # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class PluginFormatters::WAFDetector < Arachni::Plugin::Formatter def run print_ok results['message'] end end end
Version data entries
7 entries across 7 versions & 1 rubygems