{"id":19381619,"url":"https://github.com/hoshigakikisame/hostprobe","last_synced_at":"2026-05-16T03:44:44.828Z","repository":{"id":193623956,"uuid":"689192227","full_name":"hoshigakikisame/hostprobe","owner":"hoshigakikisame","description":"Host Probe is a Python script that simplifies host discovery using ICMP ping. It enables users to determine the status of a list of IP addresses or domain names, helping identify hosts that are online (UP) or offline (DOWN).","archived":false,"fork":false,"pushed_at":"2023-09-09T03:47:47.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T06:36:20.230Z","etag":null,"topics":["bugbounty","cybersecurity","prober"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hoshigakikisame.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}},"created_at":"2023-09-09T03:45:15.000Z","updated_at":"2024-01-12T10:31:36.000Z","dependencies_parsed_at":"2023-09-09T04:43:18.240Z","dependency_job_id":null,"html_url":"https://github.com/hoshigakikisame/hostprobe","commit_stats":null,"previous_names":["hoshigakikisame/hostprobe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoshigakikisame%2Fhostprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoshigakikisame%2Fhostprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoshigakikisame%2Fhostprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoshigakikisame%2Fhostprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoshigakikisame","download_url":"https://codeload.github.com/hoshigakikisame/hostprobe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240518005,"owners_count":19814316,"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":["bugbounty","cybersecurity","prober"],"created_at":"2024-11-10T09:17:44.309Z","updated_at":"2026-05-16T03:44:39.809Z","avatar_url":"https://github.com/hoshigakikisame.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Host Probe\n\nHost Probe is a Python script that performs host discovery using ICMP ping. It allows you to determine which hosts are up and which are down from a list of IP addresses or domain names.\n\n## Installation\n\nYou can use [pipenv](https://pipenv.pypa.io/en/latest/) to create a virtual environment and install the required dependencies. If you don't have pipenv installed, you can install it using pip:\n\n```bash\npip install pipenv\n```\n\nOnce pipenv is installed, navigate to the project directory and run:\n\n```bash\npipenv install\n```\n\nThis will create a virtual environment and install the required dependencies listed in the `Pipfile`.\n\n## Usage\n\n```bash\npipenv run python hostprobe.py [OPTIONS]\n```\n\n## Options\n- `-f, --file FILE`: Input file containing a list of host IP addresses or domain names (one per line). (Required)\n- `-r, --retry INT`: Number of ping retries for each host (default: 3).\n- `-t, --timeout FLOAT`: Timeout (in seconds) for each ping request (default: 2.0).\n- `-o, --output FILE`: Output file for results.\n- `-v, --verbose:` Enable verbose output (real-time).\n- `-s, --sleep FLOAT`: Sleep interval (in seconds) between probes (default: 0.0).\n\n## Example\nPerform host discovery using a host list file named `hostlist.txt`, save the results to `output.txt`, enable verbose (real-time) output, and add a 1-second sleep interval between probes:\n\n```bash\npipenv run python hostprobe.py -f hostlist.txt -o output.txt -v -s 1.0\n```\n\n## Dependencies\n- [ping3](https://pypi.org/project/ping3/): Python 3 ICMP ping implementation.\n- [colorama](https://pypi.org/project/colorama/): Library for colored text output.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoshigakikisame%2Fhostprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoshigakikisame%2Fhostprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoshigakikisame%2Fhostprobe/lists"}