Sha256: ae0304285cf178087abdcaa7661db127ce61046143012fcd43ac3e887f29fe48
Contents?: true
Size: 643 Bytes
Versions: 6
Compression:
Stored size: 643 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::XML # XML formatter for the results of the WAF Detector plugin # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class PluginFormatters::WAFDetector < Arachni::Plugin::Formatter def run( xml ) xml.message results['message'] xml.status results['status'] end end end
Version data entries
6 entries across 6 versions & 1 rubygems