Undefine check method and let the base class do it
Preserve the to-do without rewording - should be enough.GSoC/Meterpreter_Web_Console
parent
533d87efa4
commit
f64c9588e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue