Return CheckCode::Unsupported in ETERNALBLUE
Defining a check method in the module overrides it.GSoC/Meterpreter_Web_Console
parent
d932c171de
commit
533d87efa4
|
@ -108,6 +108,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
|
|
||||||
def check
|
def check
|
||||||
# todo: create MS17-010 mixin, and hook up auxiliary/scanner/smb/smb_ms17_010
|
# todo: create MS17-010 mixin, and hook up auxiliary/scanner/smb/smb_ms17_010
|
||||||
|
CheckCode::Unsupported
|
||||||
end
|
end
|
||||||
|
|
||||||
def exploit
|
def exploit
|
||||||
|
|
Loading…
Reference in New Issue