Sha256: 21e7c04b7512f7dfd0c877c16435be40ddd5f41e9c22fea8ffa316274b0a4bc3
Contents?: true
Size: 637 Bytes
Versions: 5
Compression:
Stored size: 637 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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
5 entries across 5 versions & 1 rubygems