Sha256: 50b71879c917516753b3564948ac82a4d0f1089c445888db7dfdac864f2843e1
Contents?: true
Size: 713 Bytes
Versions: 5
Compression:
Stored size: 713 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::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
5 entries across 5 versions & 1 rubygems