Added RFC link
parent
a0a5b9faa1
commit
0e0fd20f88
|
@ -224,6 +224,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
alert_level = alert_unp[0]
|
alert_level = alert_unp[0]
|
||||||
alert_desc = alert_unp[1]
|
alert_desc = alert_unp[1]
|
||||||
msg = "Unknown error"
|
msg = "Unknown error"
|
||||||
|
# http://tools.ietf.org/html/rfc5246#section-7.2
|
||||||
case alert_desc
|
case alert_desc
|
||||||
when 0x46
|
when 0x46
|
||||||
msg = "Protocol error. Looks like the chosen protocol is not supported."
|
msg = "Protocol error. Looks like the chosen protocol is not supported."
|
||||||
|
|
Loading…
Reference in New Issue