Land #5967, nil bug fix in SSO gather module

bug/bundler_fix 4.11.4-2015091503
Mo Sadek 2015-09-15 10:25:50 -05:00
commit e911d60195
No known key found for this signature in database
GPG Key ID: 005BFB70E7624F28
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Metasploit3 < Msf::Post
/^LOCAL SYSTEM$/
]
return system_users.find{|r| user.match(r)}
system_users.find{|r| user.to_s.match(r)}
end
end