unstable
Brandon McCann 2012-12-26 19:54:35 -06:00
parent bcc651a1b2
commit d70d2c4a19
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Metasploit3 < Msf::Post
contents = config.read contents = config.read
# look for lines containing string 'password' # look for lines containing string 'password'
password= contents.split("\n").grep(/password/) password = contents.split("\n").grep(/password/)
if password.nil? if password.nil?
# file doesn't contain a password # file doesn't contain a password
print_status("#{file} does not contain any saved passwords") print_status("#{file} does not contain any saved passwords")