Skip to content

Commit 1474faf

Browse files
committed
Remove ARMLE for now, will re-PR once functional
1 parent 2ad3869 commit 1474faf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/exploits/linux/samba/is_known_pipename.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,17 @@ def initialize(info = {})
4444
#
4545
'Targets' =>
4646
[
47-
[ 'Linux ARM (LE)', { 'Arch' => ARCH_ARMLE } ],
47+
4848
[ 'Linux x86', { 'Arch' => ARCH_X86 } ],
4949
[ 'Linux x86_64', { 'Arch' => ARCH_X64 } ],
50-
# [ 'Linux MIPS', { 'Arch' => MIPS } ],
50+
#
51+
# Not ready yet
52+
# [ 'Linux ARM (LE)', { 'Arch' => ARCH_ARMLE } ],
53+
# [ 'Linux MIPS', { 'Arch' => MIPS } ],
5154
],
5255
'Privileged' => true,
5356
'DisclosureDate' => 'Mar 24 2017',
54-
'DefaultTarget' => 2))
57+
'DefaultTarget' => 1))
5558

5659
register_options(
5760
[

0 commit comments

Comments
 (0)