Fixed a typo in the skype_enum module.

"platfom" instead of "platform" fixed.
bug/bundler_fix
Charles Smith 2013-01-17 14:04:52 -05:00
parent ffd8890ba2
commit 624ef9a329
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Metasploit3 < Msf::Post
process_db(db_in_loot,p['name'])
end
end
elsif (session.platfom =~ /win/ and session.type =~ /meter/)
elsif (session.platform =~ /win/ and session.type =~ /meter/)
# Iterate thru each user profile in a Windows System using Meterpreter Post API
grab_user_profiles().each do |p|
if check_skype(p['AppData'],p['UserName'])