File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/auxiliary/analyze Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def initialize
30
30
def run
31
31
cracker = new_john_cracker
32
32
33
- #generate our wordlist and close the file handle
33
+ # generate our wordlist and close the file handle
34
34
wordlist = wordlist_file
35
35
wordlist . close
36
36
print_status "Wordlist file written out to #{ wordlist . path } "
@@ -53,10 +53,10 @@ def run
53
53
end
54
54
55
55
if format == 'lm'
56
- print_status "Cracking #{ format } hashes in incremental mode (LanMan )..."
56
+ print_status "Cracking #{ format } hashes in incremental mode (All4 )..."
57
57
cracker_instance . rules = nil
58
58
cracker_instance . wordlist = nil
59
- cracker_instance . incremental = 'LanMan '
59
+ cracker_instance . incremental = 'All4 '
60
60
cracker_instance . crack do |line |
61
61
print_status line . chomp
62
62
end
You can’t perform that action at this time.
0 commit comments