Skip to content

A powerful and efficient cPanel checker tool for bulk validation in PHP. This software allows users to input multiple cPanel credentials, process them accurately, and retrieve valid results seamlessly.

Notifications You must be signed in to change notification settings

Dutty95/cPanel-checker-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Mass PHP cPanel Checker v3

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.

Features

  • 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.

Requirements

  • PHP 7.x or 8.x with cURL extension enabled.
  • Write permissions for the directory containing v3_*.txt.

Installation

  1. Clone or download this repository:
    git clone https://github.com/yourusername/cpanel-checker-api.git
  2. Host the web_interface.php to your website or localhost
  3. If you're good with only php then run the cli.php

Web Interface

Alt text

PHP Cli (Terminal)

Alt text

About

A powerful and efficient cPanel checker tool for bulk validation in PHP. This software allows users to input multiple cPanel credentials, process them accurately, and retrieve valid results seamlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%