Sha256: ead84d323628088837b442a74fe3b430f8eb9af8a11b8c2c57d00140d87c98da
Contents?: true
Size: 641 Bytes
Versions: 2
Compression:
Stored size: 641 Bytes
Contents
=begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | components/reporters/plugin_formatters/xml/form_dicattack.rb |
arachni-1.5 | components/reporters/plugin_formatters/xml/form_dicattack.rb |