puts"#{info('[+]')} Identified the following #{wp_users.size} user/s:"
wp_users.output(margin_left:' '*4)
ifwp_users[0].login=="admin"
puts"#{warning('[!]')} Default first WordPress username 'admin' is still used"
end
end
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.