small cleanup

This commit is contained in:
Michael Messner 2014-07-09 21:16:29 +02:00
parent 0674314c74
commit 6a765ae3b0
1 changed files with 1 additions and 3 deletions

View File

@ -82,7 +82,6 @@ class Metasploit3 < Msf::Exploit::Remote
break
end
end
print_status("Selected Target: #{@mytarget.name}")
elsif res.body =~ /DIR-505/ && res.body =~ /1.06/
@ -92,7 +91,6 @@ class Metasploit3 < Msf::Exploit::Remote
break
end
end
print_status("Selected Target: #{@mytarget.name}")
elsif res.body =~ /DSP-W215/ && res.body =~ /1.00/
@ -102,9 +100,9 @@ class Metasploit3 < Msf::Exploit::Remote
break
end
end
print_status("Selected Target: #{@mytarget.name}")
end
print_status("#{peer} - Selected Target: #{@mytarget.name}")
print_good("#{peer} - detected a vulnerable device")
return Exploit::CheckCode::Detected