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