Skip to content

Commit ee5dc1d

Browse files
committed
Land rapid7#5277, typo in telnet_encrypt_overflow
2 parents 4c9f44b + b330b1d commit ee5dc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/telnet/telnet_encrypt_overflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
1313

1414
def initialize
1515
super(
16-
'Name' => 'Telnet Service Encyption Key ID Overflow Detection',
16+
'Name' => 'Telnet Service Encryption Key ID Overflow Detection',
1717
'Description' => 'Detect telnet services vulnerable to the encrypt option Key ID overflow (BSD-derived telnetd)',
1818
'Author' => [ 'Jaime Penalba Estebanez <jpenalbae[at]gmail.com>', 'hdm' ],
1919
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)