File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
modules/auxiliary/analyze Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ def run
46
46
# Turn on KoreLogic rules if the user asked for it
47
47
if datastore [ 'KoreLogic' ]
48
48
cracker_instance . rules = 'KoreLogicRules'
49
+ print_status "Applying KoreLogic ruleset..."
49
50
end
50
51
cracker_instance . crack do |line |
51
52
print_status line . chomp
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ def run
45
45
# Turn on KoreLogic rules if the user asked for it
46
46
if datastore [ 'KoreLogic' ]
47
47
cracker_instance . rules = 'KoreLogicRules'
48
+ print_status "Applying KoreLogic ruleset..."
48
49
end
49
50
cracker_instance . crack do |line |
50
51
print_status line . chomp
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ def run
60
60
# Turn on KoreLogic rules if the user asked for it
61
61
if datastore [ 'KoreLogic' ]
62
62
cracker_instance . rules = 'KoreLogicRules'
63
+ print_status "Applying KoreLogic ruleset..."
63
64
end
64
65
cracker_instance . crack do |line |
65
66
print_status line . chomp
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ def run
47
47
# Turn on KoreLogic rules if the user asked for it
48
48
if datastore [ 'KoreLogic' ]
49
49
cracker_instance . rules = 'KoreLogicRules'
50
+ print_status "Applying KoreLogic ruleset..."
50
51
end
51
52
cracker_instance . crack do |line |
52
53
print_status line . chomp
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ def run
45
45
# Turn on KoreLogic rules if the user asked for it
46
46
if datastore [ 'KoreLogic' ]
47
47
cracker_instance . rules = 'KoreLogicRules'
48
+ print_status "Applying KoreLogic ruleset..."
48
49
end
49
50
cracker_instance . crack do |line |
50
51
print_status line . chomp
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ def run
51
51
# Turn on KoreLogic rules if the user asked for it
52
52
if datastore [ 'KoreLogic' ]
53
53
cracker_instance . rules = 'KoreLogicRules'
54
+ print_status "Applying KoreLogic ruleset..."
54
55
end
55
56
cracker_instance . crack do |line |
56
57
print_status line . chomp
You can’t perform that action at this time.
0 commit comments