From e0b8f5cb9ef9871542985ec9bb6f51766254a442 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Fri, 13 Apr 2007 04:15:38 +0000 Subject: [PATCH] browser exploits auto inherit check dep and autofilter now git-svn-id: file:///home/svn/framework3/trunk@4670 4d416f70-5f16-0410-b530-b9f4589650da --- .../exploits/windows/browser/windvd7_applicationtype.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/exploits/windows/browser/windvd7_applicationtype.rb b/modules/exploits/windows/browser/windvd7_applicationtype.rb index d6fd49c206..6ff2ffa913 100644 --- a/modules/exploits/windows/browser/windvd7_applicationtype.rb +++ b/modules/exploits/windows/browser/windvd7_applicationtype.rb @@ -56,14 +56,6 @@ class Exploits::Windows::Browser::Windvd7_Applicationtype< Msf::Exploit::Remote 'DefaultTarget' => 0)) end - def autofilter - false - end - - def check_dependencies - use_zlib - end - def on_request_uri(cli, request) # Re-generate the payload return if ((p = regenerate_payload(cli)) == nil)