diff --git a/scripts/meterpreter/get_pidgin_creds.rb b/scripts/meterpreter/get_pidgin_creds.rb index f558ed8015..720a86d341 100644 --- a/scripts/meterpreter/get_pidgin_creds.rb +++ b/scripts/meterpreter/get_pidgin_creds.rb @@ -149,7 +149,7 @@ def enum_users(os) path4users = "" sysdrv = @client.fs.file.expand_path("%SystemDrive%") - if os =~ /7|Vista|2008/ + if os =~ /Windows 7|Vista|2008/ path4users = sysdrv + "\\users\\" path2purple = "\\AppData\\Roaming\\" else