Skip to content

Commit 908713c

Browse files
author
Pedro Ribeiro
authored
remove whitespace at end of module name
1 parent 50f578b commit 908713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/dlink_hnap_login_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MetasploitModule < Msf::Exploit::Remote
2323

2424
def initialize(info = {})
2525
super(update_info(info,
26-
'Name' => 'Dlink DIR Routers Unauthenticated HNAP Login Stack Buffer Overflow ',
26+
'Name' => 'Dlink DIR Routers Unauthenticated HNAP Login Stack Buffer Overflow',
2727
'Description' => %q{
2828
Several Dlink routers contain a pre-authentication stack buffer overflow vulnerability, which
2929
is exposed on the LAN interface on port 80. This vulnerability affects the HNAP SOAP protocol,

0 commit comments

Comments
 (0)