From f64c9588e947fe8379ea447c860d2b8282ba5a9f Mon Sep 17 00:00:00 2001 From: William Vu Date: Tue, 10 Jul 2018 11:05:00 -0500 Subject: [PATCH] Undefine check method and let the base class do it Preserve the to-do without rewording - should be enough. --- modules/exploits/windows/smb/ms17_010_eternalblue.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/exploits/windows/smb/ms17_010_eternalblue.rb b/modules/exploits/windows/smb/ms17_010_eternalblue.rb index 2ae3e51af5..0afc054971 100644 --- a/modules/exploits/windows/smb/ms17_010_eternalblue.rb +++ b/modules/exploits/windows/smb/ms17_010_eternalblue.rb @@ -106,10 +106,7 @@ class MetasploitModule < Msf::Exploit::Remote class EternalBlueError < StandardError end - def check - # todo: create MS17-010 mixin, and hook up auxiliary/scanner/smb/smb_ms17_010 - CheckCode::Unsupported - end + # todo: create MS17-010 mixin, and hook up auxiliary/scanner/smb/smb_ms17_010 def exploit begin