{"id":23357797,"url":"https://github.com/trixsec/adminprober","last_synced_at":"2025-10-28T23:31:42.915Z","repository":{"id":265030511,"uuid":"894913682","full_name":"TrixSec/AdminProber","owner":"TrixSec","description":"Fast Tool To Find Admin Panel Of Any Website","archived":false,"fork":false,"pushed_at":"2025-01-26T10:28:06.000Z","size":23,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T11:24:17.697Z","etag":null,"topics":["admin-login-finder","admin-panel","admin-panel-finder","admin-panel-finder-of-any-website","adminfinder","adminpanelfinder","cpanel-finder","dashboards-finder","directory-bruteforce","okadminfinder","pentest-tool","python"],"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-27T08:24:50.000Z","updated_at":"2025-01-26T10:28:10.000Z","dependencies_parsed_at":"2025-01-26T11:32:36.477Z","dependency_job_id":null,"html_url":"https://github.com/TrixSec/AdminProber","commit_stats":null,"previous_names":["trixsec/adminprober"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FAdminProber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FAdminProber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FAdminProber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FAdminProber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrixSec","download_url":"https://codeload.github.com/TrixSec/AdminProber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238741409,"owners_count":19522773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["admin-login-finder","admin-panel","admin-panel-finder","admin-panel-finder-of-any-website","adminfinder","adminpanelfinder","cpanel-finder","dashboards-finder","directory-bruteforce","okadminfinder","pentest-tool","python"],"created_at":"2024-12-21T10:32:03.600Z","updated_at":"2025-10-28T23:31:37.635Z","avatar_url":"https://github.com/TrixSec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdminProber\n\n**Current Version**: 1.1\n**Author**: Trix Cyrus  \n**Copyright**: © 2024 Trixsec Org  \n**Maintained**: Yes\n\n\n**AdminProber** is a Python-based tool designed to scan websites for potential admin panels using a wordlist of common admin paths. It can operate with multiple threads to speed up the process and provides an output file with the results.\n\n## Features\n\n- Scan websites for admin panels by testing a list of common admin paths.\n- Multi-threaded scanning for faster results.\n- Checks for internet connection before starting the scan.\n- Checks for updates and allows easy upgrading.\n- Saves results to an output file with status codes.\n- Customizable admin paths file.\n- Colored output for easier readability.\n\n## Requirements\n\n- Python 3.x\n- `requests` library\n- `termcolor` library\n- `urllib3` library\n\nYou can install the required dependencies by running:\n\n```bash\npip install -r requirements.txt\n```\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/TrixSec/AdminProber.git\n   ```\n\n2. Change into the project directory:\n\n   ```bash\n   cd AdminProber\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\nTo start scanning for admin panels on a target website, run the script with the required arguments. Here's an example:\n\n```bash\npython adminprober.py --target https://example.com --threads 10 --paths wordlist/admin_paths.txt --output results/admin_results.txt\n```\n\n### Command-line arguments:\n\n- `--target` or `-t`: **Required**. The target website URL (e.g., `https://example.com`).\n- `--threads` or `-th`: Number of threads to use (default: 5). More threads will speed up the scan.\n- `--paths` or `-p`: Path to the file containing admin paths (default: `wordlist/admin_paths.txt`).\n- `--output` or `-o`: The file where the results will be saved (default: `results/admin_results.txt`).\n- `--check-updates` or `-cu`: Check for the latest version and update if necessary.\n\n## Example\n\n### Running the tool:\n\n```bash\npython admin_prober.py --target https://example.com\n```\n\n## Update Check\n\nTo check if there is a new version of AdminProber available, use the `--check-updates` flag:\n\n```bash\npython admin_prober.py --check-updates\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fadminprober","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrixsec%2Fadminprober","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fadminprober/lists"}