From 0db3ada8401d87a8a96a94c7adbc9468f87b457a Mon Sep 17 00:00:00 2001 From: HD Moore Date: Fri, 19 Feb 2010 05:15:03 +0000 Subject: [PATCH] Filter this from automation git-svn-id: file:///home/svn/framework3/trunk@8558 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/test/cmdweb.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/exploits/test/cmdweb.rb b/modules/exploits/test/cmdweb.rb index 0fd05c53a0..f29793bcae 100644 --- a/modules/exploits/test/cmdweb.rb +++ b/modules/exploits/test/cmdweb.rb @@ -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 +