1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

browser exploits auto inherit check dep and autofilter now

git-svn-id: file:///home/svn/framework3/trunk@4670 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2007-04-13 04:15:38 +00:00
parent 0cd0fac052
commit e0b8f5cb9e

View File

@ -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)