This is a simple PHP-based API that checks the validity of cPanel login credentials by attempting to log in and analyzing the response. When valid credentials are found, they are saved to a v3_*.txt file.
- Validates cPanel credentials in the format
https://domain.com:2083|username|password. - Returns JSON responses with status and debug information.
- Saves working credentials to
v3_*.txt. - Handles CORS for cross-origin requests.
- PHP 7.x or 8.x with cURL extension enabled.
- Write permissions for the directory containing
v3_*.txt.
- Clone or download this repository:
git clone https://github.com/yourusername/cpanel-checker-api.git
- Host the web_interface.php to your website or localhost
- If you're good with only php then run the cli.php

