Skip to content

Commit 185e947

Browse files
author
Tod Beardsley
committed
Spell 'D-Link' correctly
1 parent 336c56b commit 185e947

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/auxiliary/scanner/http/dlink_user_agent_backdoor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class Metasploit3 < Msf::Auxiliary
1515

1616
def initialize
1717
super(
18-
'Name' => 'DLink User-Agent Backdoor Scanner',
18+
'Name' => 'D-Link User-Agent Backdoor Scanner',
1919
'Description' => %q{
20-
This module attempts to find DLink devices running Alphanetworks web interfaces affected
20+
This module attempts to find D-Link devices running Alphanetworks web interfaces affected
2121
by the backdoor found on the User-Agent header. This module has been tested successfully
2222
on a DIR-100 device with firmware version v1.13.
2323
},

modules/exploits/linux/http/dlink_dir605l_captcha_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info = {})
4242
],
4343
'Targets' =>
4444
[
45-
[ 'DLink DIR-605L 1.13',
45+
[ 'D-Link DIR-605L 1.13', # Works on 1.12 as well
4646
{
4747
'Offset' => 94,
4848
'LibcBase' => 0x2ab86000, # According to Original Exploit by Craig Heffner

0 commit comments

Comments
 (0)