Skip to content

Commit 3e47e4a

Browse files
authored
Fixed "]}" -> "}]"
1 parent 1161954 commit 3e47e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_aix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
'Actions' => [
2626
['john', { 'Description' => 'Use John the Ripper' }],
2727
['hashcat', { 'Description' => 'Use Hashcat' }],
28-
['auto', { 'Description' => 'Auto-selection of cracker' ]}
28+
['auto', { 'Description' => 'Auto-selection of cracker' }]
2929
],
3030
'DefaultAction' => 'auto',
3131
'Notes' => {

0 commit comments

Comments
 (0)