Sha256: e9252632f4b74985eba0e299e82a9e1bb24e1e2b2819cadf82c1465ec63c456f
Contents?: true
Size: 601 Bytes
Versions: 6
Compression:
Stored size: 601 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 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
6 entries across 6 versions & 1 rubygems