mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
tell suer KoreLogic rules have been applied
make sure to rpovide console feedback that we are actually applying the KoreLogic rules to wordlist mode
This commit is contained in:
parent
4ad7021336
commit
df70678762
@ -46,6 +46,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
@ -45,6 +45,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
@ -60,6 +60,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
@ -47,6 +47,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
@ -45,6 +45,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
@ -51,6 +51,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||
# Turn on KoreLogic rules if the user asked for it
|
||||
if datastore['KoreLogic']
|
||||
cracker_instance.rules = 'KoreLogicRules'
|
||||
print_status "Applying KoreLogic ruleset..."
|
||||
end
|
||||
cracker_instance.crack do |line|
|
||||
print_status line.chomp
|
||||
|
Loading…
Reference in New Issue
Block a user