It doesn't look like Vista shows the powershell prompt
parent
53774fed56
commit
d43706b65e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue