Return CheckCode::Unsupported in ETERNALBLUE

Defining a check method in the module overrides it.
GSoC/Meterpreter_Web_Console
William Vu 2018-07-09 16:01:24 -05:00
parent d932c171de
commit 533d87efa4
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class MetasploitModule < Msf::Exploit::Remote
def check
# todo: create MS17-010 mixin, and hook up auxiliary/scanner/smb/smb_ms17_010
CheckCode::Unsupported
end
def exploit