Skip to content

Commit 72d8d8a

Browse files
author
HD Moore
committed
RAKP defines auth, not cipher-0 bypass, see below.
Dan Farmer noted that the RAKP reference in the title was not correct and that RAKP is a separate issue and protocol implementation than the use of Cipher Zero to perform an authentication bypass. Cosmetic only change
1 parent a60dfda commit 72d8d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ipmi/ipmi_cipher_zero.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
1414

1515
def initialize
1616
super(
17-
'Name' => 'IPMI 2.0 RAKP Cipher Zero Authentication Bypass Scanner',
17+
'Name' => 'IPMI 2.0 Cipher Zero Authentication Bypass Scanner',
1818
'Description' => %q|
1919
This module identifies IPMI 2.0 compatible systems that are vulnerable
2020
to an authentication bypass vulnerability through the use of cipher

0 commit comments

Comments
 (0)