correct disclosure date

git-svn-id: file:///home/svn/framework3/trunk@4639 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2007-04-03 07:49:27 +00:00
parent ed030e4807
commit ddf9c8bac1
1 changed files with 1 additions and 1 deletions

View File

@ -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}...")