little auto detect fix

bug/bundler_fix
Michael Messner 2014-07-10 20:45:49 +02:00
parent f068006f05
commit 109201a5da
1 changed files with 4 additions and 0 deletions

View File

@ -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}")