Sha256: 4e072b3c46d90596d06e30eb0cef491514d98093a4245db4d7c80a936382052d
Contents?: true
Size: 728 Bytes
Versions: 7
Compression:
Stored size: 728 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::Stdout # Stdout 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 print_info 'Cracked credentials:' print_ok " Username: '#{results['username']}'" print_ok " Password: '#{results['password']}'" end end end
Version data entries
7 entries across 7 versions & 1 rubygems