Handle unreachable errors better

unstable
HD Moore 2012-06-25 03:29:30 -05:00
parent 4c0877954e
commit 3d0628debf
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ protected
exploit.fail_reason = Msf::Exploit::Failure::NoAccess
when /connection reset/i
exploit.fail_reason = Msf::Exploit::Failure::Disconnected
when /connection timed out|SSL_connect/i
when /connection timed out|SSL_connect|unreachable/i
exploit.fail_reason = Msf::Exploit::Failure::Unreachable
when /unable.*target/i
exploit.fail_reason = Msf::Exploit::Failure::NoTarget