Good evening,
Today I wrote this simple tool with php to extract the WordPress Admins users using the WordPress API,
The WordPress API will answer you with JSON so the data will be with JSON,
so we will use file_get_contents to grab the Data as JSON then we will use json_decode to decode the data.
How to use it? It’s simple just enter the WordPress site URL and click the button,
Note: This tool does not work on all WordPress sites, There are some websites that disabled the API so it won’t work.
Check it now on GitHub : https://github.com/Alaa-abdulridha/wpadmins
This tool for Educational purpose only , to help the people who willing to make a bigger projects