Fix naming of things

bug/bundler_fix
Jonathan Claudius 2015-01-26 23:17:44 -05:00
parent 685c4804e5
commit 06485d8c89
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'Multi RubyGems API Key Gather ./gem/credentials',
'Name' => 'Multi Gather RubyGems API Key ~/.gem/credentials',
'Description' => %q{
This module obtains a user's RubyGems API key from ~/.gem/credentials.
},
@ -31,7 +31,7 @@ class Metasploit3 < Msf::Post
paths = paths.select { |f| file?(f) }
if paths.nil? or paths.empty?
print_error("No users found with a .gem/credentials file")
print_error("No users found with a ~/.gem/credentials file")
return
end