Skip to content

Commit c7e0544

Browse files
author
m-1-k-3
committed
various MIPS vs MIPSBE fixes
1 parent b6df023 commit c7e0544

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/exploits/linux/http/dlink_upnp_exec_noauth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def initialize(info = {})
4949
[ 'MIPS Big Endian', # unknown if there are BE devices out there ... but in case we have a target
5050
{
5151
'Platform' => 'linux',
52-
'Arch' => ARCH_MIPS
52+
'Arch' => ARCH_MIPSBE
5353
}
5454
],
5555
],

modules/exploits/linux/http/fritzbox_echo_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def initialize(info = {})
5555
[ 'MIPS Big Endian',
5656
{
5757
'Platform' => 'linux',
58-
'Arch' => ARCH_MIPS
58+
'Arch' => ARCH_MIPSBE
5959
}
6060
],
6161
],

modules/exploits/linux/upnp/dlink_upnp_msearch_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize(info = {})
4343
[ 'MIPS Big Endian', # unknown if there are big endian devices out there
4444
{
4545
'Platform' => 'linux',
46-
'Arch' => ARCH_MIPS
46+
'Arch' => ARCH_MIPSBE
4747
}
4848
]
4949
],

0 commit comments

Comments
 (0)