Mark specific modules as incompatible due to use of quad-dot code

This commit is contained in:
HD Moore 2011-12-04 12:40:49 -06:00 committed by HD Moore
parent 89caed444b
commit cf28713f9a
3 changed files with 17 additions and 1 deletions

View File

@ -48,6 +48,13 @@ class Metasploit3 < Msf::Auxiliary
OptBool.new('EXTRALINE', [ true, "Add extra CRLF's in response to LIST",true])
], self.class)
end
# Not compatible today
def support_ipv6?
false
end
#---------------------------------------------------------------------------------
def setup

View File

@ -40,7 +40,11 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
end
# Not compatible today
def support_ipv6?
false
end
def resolve(ip)
results = ''
apikey = datastore['apikey']

View File

@ -61,6 +61,11 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
end
# Not compatible today
def support_ipv6?
false
end
def run
@formsdir = datastore['FORMSDIR']
@template = datastore['TEMPLATE']