Sha256: 060155ada098932a219bd8b5dcd97b72f97e6f6b386b3f7977b8ddf7a07988e6

Contents?: true

Size: 643 Bytes

Versions: 7

Compression:

Stored size: 643 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::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

7 entries across 7 versions & 1 rubygems

Version Path
arachni-1.0.6 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0.5 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0.4 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0.3 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0.2 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0.1 components/reporters/plugin_formatters/xml/waf_detector.rb
arachni-1.0 components/reporters/plugin_formatters/xml/waf_detector.rb