Enumerate WordPress users by leveraging the /author/ endpoint.
This script follows HTTP redirects to identify valid user profiles on a WordPress site.
Features:
- Enumerates WordPress users efficiently without the need for external tools like WPScan.
- Follows HTTP redirects to detect valid author pages.
- Displays user IDs and names if found.
-
Clone the repository:
git clone https://github.com/volksec/UPEESCESS.git cd UPEESCESS -
Make the script executable:
chmod +x UPEESCESS.sh
-
Run the script with the target domain or IP:
./UPEESCESS.sh <target>
-
Example:
./UPEESCESS.sh example.com
