Uses terminal-table to display wp_users

This commit is contained in:
erwanlr
2013-04-13 22:25:34 +02:00
parent 4f182dc41b
commit 4af7a19eb0
5 changed files with 63 additions and 19 deletions

View File

@@ -277,7 +277,7 @@ def main
puts
puts green('[+]') + " We found the following #{wp_users.size} user/s :"
wp_users.output(' ' * 4)
wp_users.output(margin_left: ' ' * 4)
end
else
@@ -307,6 +307,8 @@ def main
wp_users.brute_force(wpscan_options.wordlist,
show_progression: true,
verbose: wpscan_options.verbose)
puts
wp_users.output(show_password: true, margin_left: ' ' * 2)
else
puts
puts 'Brute forcing aborted'