Skip to content

Commit d77f112

Browse files
author
Jonathan Claudius
committed
Minor Formatting
1 parent 06485d8 commit d77f112

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/post/multi/gather/rubygems_api_key.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class Metasploit3 < Msf::Post
1111
include Msf::Post::File
1212
include Msf::Post::Unix
1313

14-
def initialize(info={})
15-
super( update_info( info,
14+
def initialize(info = {})
15+
super(update_info(info,
1616
'Name' => 'Multi Gather RubyGems API Key ~/.gem/credentials',
1717
'Description' => %q{
1818
This module obtains a user's RubyGems API key from ~/.gem/credentials.
@@ -59,8 +59,9 @@ def download_loot(paths)
5959
"ruby_api_key.txt",
6060
"Ruby API Key")
6161

62-
print_status("RubyGems API Key stored in: #{loot_path.to_s}")
62+
print_good("RubyGems API Key stored in: #{loot_path.to_s}")
6363
end
6464
end
65+
6566
end
6667

0 commit comments

Comments
 (0)