Skip to content

Commit 294fa78

Browse files
committed
Land rapid7#5430, @m-1-k-3's adding specific endianess Arch to some exploits
2 parents dd39d19 + c7e0544 commit 294fa78

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)