Slight update to security plugin warning. Issue #212.

This commit is contained in:
ethicalhack3r
2013-06-08 01:17:07 +02:00
parent fc0373fccc
commit 7b2f1d562e

View File

@@ -287,7 +287,7 @@ def main
protection_plugin = wp_target.login_protection_plugin() protection_plugin = wp_target.login_protection_plugin()
puts puts
puts "The plugin #{protection_plugin.name} has been detected. It might record the IP and timestamp of every failed login. Not a good idea for brute forcing !" puts "The plugin #{protection_plugin.name} has been detected. It might record the IP and timestamp of every failed login and/or prevent brute forcing altogether. Not a good idea for brute forcing !"
puts '[?] Do you want to start the brute force anyway ? [y/n]' puts '[?] Do you want to start the brute force anyway ? [y/n]'
bruteforce = false if Readline.readline !~ /^y/i bruteforce = false if Readline.readline !~ /^y/i