Really simple way to find wordpress login usernames so let's keep this short.
So for this we are just going to google "/wp-admin" to find some sites that are running wordpress. Just easier to find some that way.
Next we want to open up Kali linux and run (it's already installed)
Code
wpscan -u www.jaimedicalsystems.com --enumerate u
Replace "www.jaimedicalsystems.com" with the website you wish to enumerate usernames for.
Using this can give you emails and/or usernames leaked in databases - for example we can assume based on the below image:
So for this we are just going to google "/wp-admin" to find some sites that are running wordpress. Just easier to find some that way.
Next we want to open up Kali linux and run (it's already installed)
Code
wpscan -u www.jaimedicalsystems.com --enumerate u
Replace "www.jaimedicalsystems.com" with the website you wish to enumerate usernames for.
Using this can give you emails and/or usernames leaked in databases - for example we can assume based on the below image:
