We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06485d8 commit d77f112Copy full SHA for d77f112
modules/post/multi/gather/rubygems_api_key.rb
@@ -11,8 +11,8 @@ class Metasploit3 < Msf::Post
11
include Msf::Post::File
12
include Msf::Post::Unix
13
14
- def initialize(info={})
15
- super( update_info( info,
+ def initialize(info = {})
+ super(update_info(info,
16
'Name' => 'Multi Gather RubyGems API Key ~/.gem/credentials',
17
'Description' => %q{
18
This module obtains a user's RubyGems API key from ~/.gem/credentials.
@@ -59,8 +59,9 @@ def download_loot(paths)
59
"ruby_api_key.txt",
60
"Ruby API Key")
61
62
- print_status("RubyGems API Key stored in: #{loot_path.to_s}")
+ print_good("RubyGems API Key stored in: #{loot_path.to_s}")
63
end
64
65
+
66
67
0 commit comments