Ethical Hacking #4 : Enumerating User

This post, we will use wpscan to enumerate users from a wordpress website, which is basically finding the usernames of the website by using wpscan.

Wpscan is built in in kali so all we need to do is do the following commands.

wpscan --url URL_HERE --enumerate u

After typing the command, it will start.

Then if the process succeeds, it will display all the usernames found.

Leave a Reply

Your email address will not be published. Required fields are marked *