{"id":23357794,"url":"https://github.com/trixsec/cpanel-checker","last_synced_at":"2026-01-28T16:01:29.582Z","repository":{"id":263643648,"uuid":"891034470","full_name":"TrixSec/cpanel-checker","owner":"TrixSec","description":"Tool To Check Cpanel Login Info Through Input File","archived":false,"fork":false,"pushed_at":"2024-11-19T16:30:37.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T20:17:55.842Z","etag":null,"topics":["cpanel","cpanel-check","cpanel-checker","cpanel-cracker","cybersecurity-tools","python-tool","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TrixSec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T16:00:36.000Z","updated_at":"2025-02-15T13:43:19.000Z","dependencies_parsed_at":"2024-11-20T06:00:58.470Z","dependency_job_id":null,"html_url":"https://github.com/TrixSec/cpanel-checker","commit_stats":null,"previous_names":["trixsec/cpanel-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TrixSec/cpanel-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2Fcpanel-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2Fcpanel-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2Fcpanel-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2Fcpanel-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrixSec","download_url":"https://codeload.github.com/TrixSec/cpanel-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2Fcpanel-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpanel","cpanel-check","cpanel-checker","cpanel-cracker","cybersecurity-tools","python-tool","python3"],"created_at":"2024-12-21T10:32:01.238Z","updated_at":"2026-01-28T16:01:29.566Z","avatar_url":"https://github.com/TrixSec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cPanel Checker\n\nA multi-threaded tool to check for cPanel accounts. This script allows you to quickly verify cPanel credentials \n\n## Features\n- Multi-threaded processing for faster execution.\n- Automatic login to cPanel accounts.\n- Detailed logs for successful and failed attempts.\n- Pause and resume functionality using `CTRL+C`.\n- Color-coded output for better readability.\n- Update checking capability.\n\n---\n\n## Prerequisites\n- Python 3.6 or higher\n- `colorama` library for colorful output\n- `requests` library for HTTP requests\n\nInstall the required dependencies using:\n```bash\npip install requests colorama\n```\n\n---\n\n## Usage\n\n### Command-Line Arguments\n| Argument           | Description                                   | Required/Default          |\n|--------------------|-----------------------------------------------|---------------------------|\n| `--file`           | Input file containing cPanel credentials (Format: `url|username|password`). | **Required**              |\n| `-o`               | Output file to save successful logins.        | Default: `\u003cfile\u003e_success.txt` |\n| `--threads`        | Number of threads to use for processing.      | Default: `10`             |\n| `--check-updates`  | Check for script updates and exit.            | Optional                  |\n\n### Input File Format\nThe input file should contain cPanel login details in the following format:\n```\nhttp://example.com:2082|username|password\nhttps://secure.example.com:2083|admin|password123\n```\n\n### Running the Script\nTo start the script, use:\n```bash\npython cpanel-checker.py --file cpanel.txt -o results.txt --threads 20\n```\n\n- Replace `cpanel.txt` with your input file containing credentials.\n- Use the `-o` flag to specify an output file. Default is `\u003cinput_file\u003e_success.txt`.\n- Adjust the `--threads` parameter to control concurrency.\n\n### Pausing and Resuming\nPress `CTRL+C` during execution to pause the script. You will be prompted to:\n- Enter `e` to exit.\n- Enter `r` to resume.\n\n---\n\n## Notes\n- This tool suppresses SSL warnings for secure URLs.\n- Make sure your input file is properly formatted (`url|username|password`).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fcpanel-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrixsec%2Fcpanel-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fcpanel-checker/lists"}