Sha256: 6022ad7a623a1924a3a7f3a93f6e665fca96aa4aa96f0498e33483bbb52c9da7
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 HTTPDicattack plugin # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class PluginFormatters::HTTPDicattack < 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