Skip to content

Commit e338443

Browse files
author
Tod Beardsley
committed
64-bit, not '64 bits'
1 parent e71e0c1 commit e338443

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/auxiliary/dos/ssl/openssl_aesni.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def initialize(info = {})
1919
The AES-NI implementation of OpenSSL 1.0.1c does not properly compute the
2020
length of an encrypted message when used with a TLS version 1.1 or above. This
2121
leads to an integer underflow which can cause a DoS. The vulnerable function
22-
aesni_cbc_hmac_sha1_cipher is only included in the 64 bits versions of OpenSSL.
23-
This module has been tested successfully on Ubuntu 12.04 (64 bits) with the default
22+
aesni_cbc_hmac_sha1_cipher is only included in the 64-bit versions of OpenSSL.
23+
This module has been tested successfully on Ubuntu 12.04 (64-bit) with the default
2424
OpenSSL 1.0.1c package.
2525
},
2626
'Author' =>

modules/exploits/multi/sap/sap_soap_rfc_sxpg_call_system_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize
3939
This module abuses the SAP NetWeaver SXPG_CALL_SYSTEM function, on the SAP SOAP
4040
RFC Service, to execute remote commands. This module needs SAP credentials with
4141
privileges to use the /sap/bc/soap/rfc in order to work. The module has been tested
42-
successfully on Windows 2008 64 bits and Linux 64 bits platforms.
42+
successfully on Windows 2008 64-bit and Linux 64-bit platforms.
4343
},
4444
'References' =>
4545
[

modules/exploits/multi/sap/sap_soap_rfc_sxpg_command_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize
3939
This module abuses the SAP NetWeaver SXPG_COMMAND_EXECUTE function, on the SAP
4040
SOAP RFC Service, to execute remote commands. This module needs SAP credentials with
4141
privileges to use the /sap/bc/soap/rfc in order to work. The module has been tested
42-
successfully on Windows 2008 64 bits and Linux 64 bits platforms.
42+
successfully on Windows 2008 64-bit and Linux 64-bit platforms.
4343
},
4444
'References' =>
4545
[

0 commit comments

Comments
 (0)