diff --git a/modules/exploits/windows/smb/ms17_010_eternalblue.rb b/modules/exploits/windows/smb/ms17_010_eternalblue.rb index db5a2d6379..4df293736d 100644 --- a/modules/exploits/windows/smb/ms17_010_eternalblue.rb +++ b/modules/exploits/windows/smb/ms17_010_eternalblue.rb @@ -287,7 +287,7 @@ class MetasploitModule < Msf::Exploit::Remote if arch && arch == target_arch.first ret = true else - print_error("Target arch is #{target_arch.first}, but server returned #{arch.inspect}") + print_warning("Target arch is #{target_arch.first}, but server returned #{arch.inspect}") end ret