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 685c480 commit 06485d8Copy full SHA for 06485d8
modules/post/multi/gather/rubygems_api_key.rb
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
13
14
def initialize(info={})
15
super( update_info( info,
16
- 'Name' => 'Multi RubyGems API Key Gather ./gem/credentials',
+ 'Name' => 'Multi Gather RubyGems API Key ~/.gem/credentials',
17
'Description' => %q{
18
This module obtains a user's RubyGems API key from ~/.gem/credentials.
19
},
@@ -31,7 +31,7 @@ def run
31
paths = paths.select { |f| file?(f) }
32
33
if paths.nil? or paths.empty?
34
- print_error("No users found with a .gem/credentials file")
+ print_error("No users found with a ~/.gem/credentials file")
35
return
36
end
37
0 commit comments