Sha256: 43b8e5c73f83643cc639f984676cb4d86340ce6cb14a1fb9e3bf1ef9b0c7e856
Contents?: true
Size: 652 Bytes
Versions: 7
Compression:
Stored size: 652 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 HTTPDicattack plugin # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class PluginFormatters::HTTPDicattack < Arachni::Plugin::Formatter def run( xml ) xml.username results['username'] xml.password results['password'] end end end
Version data entries
7 entries across 7 versions & 1 rubygems