Skip to content

Commit 6b7b8f7

Browse files
committed
Flipping OptString for OptEnum
1 parent d19be30 commit 6b7b8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/sap/sap_soap_rfc_brute_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize
4040
'License' => BSD_LICENSE
4141
)
4242
register_options([
43-
OptString.new('CLIENT', [false, 'Client can be single (066), comma seperated list (000,001,066) or range (000-999)', '000,001,066']),
43+
OptEnum.new('CLIENT', [false, 'Client can be single (066), comma seperated list (000,001,066) or range (000-999)', '000,001,066']),
4444
OptBool.new('DEFAULT_CRED',[false, 'Check using the defult password and username',true]),
4545
], self.class)
4646
register_autofilter_ports([ 8000 ])

0 commit comments

Comments
 (0)