little auto detect fix
parent
f068006f05
commit
109201a5da
|
@ -71,6 +71,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
break
|
||||
end
|
||||
end
|
||||
|
||||
else
|
||||
# no supported device found
|
||||
return Exploit::CheckCode::Unknown
|
||||
end
|
||||
|
||||
print_status("#{peer} - Selected Target: #{@mytarget.name}")
|
||||
|
|
Loading…
Reference in New Issue