We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1161954 commit 3e47e4aCopy full SHA for 3e47e4a
modules/auxiliary/analyze/crack_aix.rb
@@ -25,7 +25,7 @@ def initialize
25
'Actions' => [
26
['john', { 'Description' => 'Use John the Ripper' }],
27
['hashcat', { 'Description' => 'Use Hashcat' }],
28
- ['auto', { 'Description' => 'Auto-selection of cracker' ]}
+ ['auto', { 'Description' => 'Auto-selection of cracker' }]
29
],
30
'DefaultAction' => 'auto',
31
'Notes' => {
0 commit comments