Give warning if default username 'admin' is still used
This commit is contained in:
@@ -333,6 +333,9 @@ def main
|
|||||||
else
|
else
|
||||||
puts "#{info('[+]')} Identified the following #{wp_users.size} user/s:"
|
puts "#{info('[+]')} Identified the following #{wp_users.size} user/s:"
|
||||||
wp_users.output(margin_left: ' ' * 4)
|
wp_users.output(margin_left: ' ' * 4)
|
||||||
|
if wp_users[0].login == "admin"
|
||||||
|
puts "#{warning('[!]')} Default first WordPress username 'admin' is still used"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user