Filter this from automation

git-svn-id: file:///home/svn/framework3/trunk@8558 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-02-19 05:15:03 +00:00
parent 5b3c87c9c5
commit 0db3ada840
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,9 @@ class Metasploit3 < Msf::Exploit::Remote
], self.class)
end
def autofilter
false
end
def exploit
@ -67,3 +70,4 @@ class Metasploit3 < Msf::Exploit::Remote
end
end