From 624ef9a32918a64e78c1b9714a1a4b5c1bb23615 Mon Sep 17 00:00:00 2001 From: Charles Smith Date: Thu, 17 Jan 2013 14:04:52 -0500 Subject: [PATCH] Fixed a typo in the skype_enum module. "platfom" instead of "platform" fixed. --- modules/post/multi/gather/skype_enum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/multi/gather/skype_enum.rb b/modules/post/multi/gather/skype_enum.rb index eaad0884e7..6b4291f989 100644 --- a/modules/post/multi/gather/skype_enum.rb +++ b/modules/post/multi/gather/skype_enum.rb @@ -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'])