{"id":44620680,"url":"https://github.com/sameeralam3127/ipmg","last_synced_at":"2026-02-14T14:00:43.953Z","repository":{"id":289539963,"uuid":"971569082","full_name":"sameeralam3127/ipmg","owner":"sameeralam3127","description":"IPMG is a modular, enterprise-ready IP management and ping monitoring CLI tool written in Python. It provides high-performance parallel network scanning, subnet auto-discovery, hostname resolution, scheduled monitoring, and multi-format reporting (XLSX/CSV/JSON) with a clean, testable architecture.","archived":false,"fork":false,"pushed_at":"2026-01-24T17:32:19.000Z","size":196,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-25T06:36:47.595Z","etag":null,"topics":["excel","icmp-ping","json","macos","network","parser","ping","python","swift","thread-pool"],"latest_commit_sha":null,"homepage":"https://ipmgtool.github.io/","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/sameeralam3127.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-23T18:09:21.000Z","updated_at":"2026-01-17T12:30:13.000Z","dependencies_parsed_at":"2025-08-31T19:11:32.371Z","dependency_job_id":"a51f8cdb-4ff6-4085-821d-754092ce1988","html_url":"https://github.com/sameeralam3127/ipmg","commit_stats":null,"previous_names":["sameeralam3127/ip_management","sameeralam3127/ipmg"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sameeralam3127/ipmg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameeralam3127%2Fipmg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameeralam3127%2Fipmg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameeralam3127%2Fipmg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameeralam3127%2Fipmg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameeralam3127","download_url":"https://codeload.github.com/sameeralam3127/ipmg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameeralam3127%2Fipmg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29446280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["excel","icmp-ping","json","macos","network","parser","ping","python","swift","thread-pool"],"created_at":"2026-02-14T14:00:18.355Z","updated_at":"2026-02-14T14:00:43.947Z","avatar_url":"https://github.com/sameeralam3127.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPMG — IP Management \u0026 Ping Monitoring Tool\n\n![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)\n![License](https://img.shields.io/badge/license-MIT-green)\n![Platform](https://img.shields.io/badge/platform-Mac%20%7C%20Linux%20%7C%20Windows-lightgrey)\n![CLI](https://img.shields.io/badge/tool-ipmg-orange)\n![CI Ready](https://img.shields.io/badge/formatting-ruff%20%7C%20black-yellow)\n![Tests](https://img.shields.io/badge/tests-pytest-brightgreen)\n\n---\n\n**IPMG (IP Management Tool)** is a modern, modular, enterprise-ready network scanner and monitoring utility.\nIt replaces the legacy `ip_pinger.py` script with a **clean package architecture**, CLI tooling, and automated workflows.\n\nDesigned for:\n\n- Network administrators\n- Systems engineers\n- Cybersecurity teams\n- DevOps and SREs\n\nIPMG supports:\n\n- **Subnet auto-discovery**\n- **Parallel pinging with thread pools**\n- **Hostname resolution**\n- **Multi-format reporting (XLSX/CSV/JSON)**\n- **Scheduled recurrent scans**\n- **Auto-generated sample Excel input**\n- **Colorized CLI output**\n- **Modular testable architecture**\n\n---\n\n## ⚠️ Security Disclaimer\n\n\u003e **Do NOT use this tool on networks without explicit authorization.**\n\u003e Always obtain written approval from your organization's **Cybersecurity / Network Security team**.\n\u003e Unauthorized scanning may violate internal policies or law.\n\nIPMG includes a built-in disclaimer shown at runtime (`security.py`).\n\n---\n\n## Features\n\n- Fully modular Python package (`src/ipmg`)\n- System-wide CLI command: `ipmg`\n- Test coverage via `pytest`\n- Formatting and linting via `ruff` and `black`\n- CI-friendly project structure\n\n---\n\n# Installation\n\n## Option 1 — Install from PyPI (recommended for most users)\n\nInstall the latest stable release (**ipmg 1.0.2**) from PyPI:\n\n```bash\npip install ipmg\n```\n\nVerify installation:\n\n```bash\nipmg --help\n```\n\n---\n\n## Option 2 — Install via uv (recommended for isolated global install)\n\n```bash\nuv tool install git+https://github.com/sameeralam3127/ipmg.git\n```\n\nTest:\n\n```bash\nipmg --help\n```\n\n---\n\n## Option 3 — Install via pip (editable, development mode)\n\n```bash\ngit clone https://github.com/sameeralam3127/ipmg.git\ncd IP_Management\npip install -e .\n```\n\nVerify:\n\n```bash\nipmg --help\n```\n\n---\n\n## Option 4 — Install using curl installer\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/sameeralam3127/ipmg/main/install.sh | bash\n```\n\nThis script:\n\n- Installs **uv** if missing\n- Installs **ipmg** globally using uv\n\nVerify:\n\n```bash\nipmg --help\n```\n\n---\n\n| Use Case                        | Command                             | Description                                                                  |\n| ------------------------------- | ----------------------------------- | ---------------------------------------------------------------------------- |\n| Basic Example (Default Input)   | `ipmg`                              | Runs with default config. Creates `ip_list.xlsx` with sample IPs if missing. |\n| Scan a Custom Input File        | `ipmg --input network_devices.xlsx` | Scans IPs from the specified Excel file.                                     |\n| Auto-discover LAN Subnet        | `ipmg --discover`                   | Automatically detects and scans devices in the local subnet.                 |\n| Export Results to CSV + XLSX    | `ipmg --formats csv xlsx`           | Exports scan results in CSV and Excel formats.                               |\n| Resolve Hostnames (PTR Records) | `ipmg --resolve`                    | Performs reverse DNS (PTR) lookups for hostnames.                            |\n| Run Every 10 Minutes            | `ipmg --interval 10`                | Repeats the scan every 10 minutes.                                           |\n\nIf `ip_list.xlsx` does not exist → it will be created with sample IPs.\n\n---\n\n# Sample Output Summary\n\n```\n=== IPMG Summary ===\nActive: 132\nInactive: 12\nUnreachable: 4\nTimeout: 2\n\nSuccess Rate: 88.00%\n```\n\n---\n\n# Input File Format (Excel or CSV)\n\nExample:\n\n| IP Address  |\n| ----------- |\n| 192.168.1.1 |\n| 10.0.0.1    |\n| 8.8.8.8     |\n\n---\n\n# Output File Format\n\n| IP Address | Status | Latency | Hostname   | Timestamp           |\n| ---------- | ------ | ------- | ---------- | ------------------- |\n| 8.8.8.8    | Active | 12.5 ms | dns.google | 2025-10-12 18:40:15 |\n\n---\n\n# Troubleshooting\n\n### **Command not found: ipmg**\n\nSolution:\n\n```\npip install -e .\n```\n\n### **Permission denied output folder**\n\nRun inside a writeable directory or use:\n\n```\nsudo ipmg ...\n```\n\n### **Hostname Unresolvable**\n\nLikely missing DNS PTR records.\n\n---\n\n# macOS GUI (PingMonitorApp – Beta)\n\nA native macOS interface for IPMG is under active development.\n\nDownload Beta:\n\n👉 [https://github.com/sameeralam3127/IP_Management/releases/tag/macOS](https://github.com/sameeralam3127/IP_Management/releases/tag/macOS)\n\n---\n\n# License\n\nMIT License — free for commercial and personal use.\n\n---\n\nMade with ❤️ using Python \u0026 uv.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameeralam3127%2Fipmg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameeralam3127%2Fipmg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameeralam3127%2Fipmg/lists"}