From ddf9c8bac1c6fe9801f8736d000474613edf39cd Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Tue, 3 Apr 2007 07:49:27 +0000 Subject: [PATCH] correct disclosure date git-svn-id: file:///home/svn/framework3/trunk@4639 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/browser/ms06_067_keyframe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/ms06_067_keyframe.rb b/modules/exploits/windows/browser/ms06_067_keyframe.rb index 09308c3c20..d9959f78de 100644 --- a/modules/exploits/windows/browser/ms06_067_keyframe.rb +++ b/modules/exploits/windows/browser/ms06_067_keyframe.rb @@ -78,7 +78,7 @@ class Exploits::Windows::Browser::MS06_067_KEYFRAME < Msf::Exploit::Remote end def on_request_uri(cli, request) - return if ((p = regenerate_payload(cli, nil, nil, target)) == nil) + return if ((p = regenerate_payload(cli)) == nil) print_status("Sending exploit to #{cli.peerhost}:#{cli.peerport}...")