It doesn't look like Vista shows the powershell prompt

bug/bundler_fix
wchen-r7 2015-05-27 18:04:35 -05:00
parent 53774fed56
commit d43706b65e
1 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,13 @@ class Metasploit4 < Msf::Exploit::Remote
} }
], ],
[ [
'Windows 7 SP1', 'Windows Vista',
{
'os_name' => OperatingSystems::Match::WINDOWS_VISTA
}
],
[
'Windows 7',
{ {
'os_name' => OperatingSystems::Match::WINDOWS_7 'os_name' => OperatingSystems::Match::WINDOWS_7
} }