Skip to content

Commit 4ee3e4b

Browse files
committed
Land rapid7#6076, 64-bit payloads for MSSQL modules
2 parents ed0b9b0 + 6f3bd81 commit 4ee3e4b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/exploits/windows/mssql/mssql_linkcrawler.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def initialize(info = {})
4242
'Scott Sutherland "nullbind" <scott.sutherland[at]netspi.com>'
4343
],
4444
'Platform' => [ 'win' ],
45+
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
4546
'License' => MSF_LICENSE,
4647
'References' =>
4748
[

modules/exploits/windows/mssql/mssql_payload.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def initialize(info = {})
5454
[ 'BID', '4797' ]
5555
],
5656
'Platform' => 'win',
57+
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
5758
'Targets' =>
5859
[
5960
[ 'Automatic', { } ],

modules/exploits/windows/mssql/mssql_payload_sqli.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def initialize(info = {})
7575

7676
],
7777
'Platform' => 'win',
78+
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
7879
'Payload' =>
7980
{
8081
'BadChars' => "\x00\x3a\x26\x3f\x25\x23\x20\x0a\x0d\x2f\x2b\x0b\x5c&=+?:;-,/#.\\\$\%",

0 commit comments

Comments
 (0)