{"id":51075278,"url":"https://github.com/kljama/netscan","last_synced_at":"2026-06-23T13:34:28.133Z","repository":{"id":319473711,"uuid":"1075739374","full_name":"kljama/netscan","owner":"kljama","description":"A tool for scanning defined network ranges and querying sysName and sysDescr","archived":false,"fork":false,"pushed_at":"2026-03-20T11:55:08.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T04:18:46.595Z","etag":null,"topics":["network-monitoring","network-monitoring-tool","network-scanner","network-scanning"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kljama.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-13T23:34:09.000Z","updated_at":"2026-03-20T11:55:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ed03ed1-955b-4a0d-a310-b1ffa25b4add","html_url":"https://github.com/kljama/netscan","commit_stats":null,"previous_names":["extkljajicm/netscan","kljama/netscan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kljama/netscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljama%2Fnetscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljama%2Fnetscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljama%2Fnetscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljama%2Fnetscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kljama","download_url":"https://codeload.github.com/kljama/netscan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kljama%2Fnetscan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34692120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["network-monitoring","network-monitoring-tool","network-scanner","network-scanning"],"created_at":"2026-06-23T13:34:23.699Z","updated_at":"2026-06-23T13:34:28.122Z","avatar_url":"https://github.com/kljama.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netscan\n\n![Go Version](https://img.shields.io/badge/go-1.26-00ADD8?style=flat\u0026logo=go)\n![Docker](https://img.shields.io/badge/docker-v20.10+-2496ED?style=flat\u0026logo=docker)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n\n---\n\n## Key Features\n\n*   **Automated Discovery**: Randomized ICMP sweeps across multiple subnets to automatically find new devices.\n*   **Real-Time Monitoring**\n*   **Optional SNMP Enrichment**\n*   **InfluxDB Integration**: Native support for InfluxDB v2, separating operational metrics from health telemetry.\n*   **Secure Deployment**: Native systemd installation supports rootless execution via capability-based security (`CAP_NET_RAW`), while Docker orchestration simplifies local evaluation.\n\n---\n\n## Docker Quick Start\n\nGet up and running in minutes with the pre-configured Docker stack.\n\n### Prerequisites\n*   Docker Engine 20.10+\n*   Docker Compose V2\n\n### 1. Clone \u0026 Configure\n```bash\ngit clone https://github.com/kljama/netscan.git\ncd netscan\n\n# Create config files\ncp config.yml.example config.yml\ncp .env.example .env\n```\n\n### 2. Set Your Network Range\nOpen `config.yml` and set your **actual** network CIDR.\n```yaml\nnetworks:\n  - \"192.168.1.0/24\"  # \u003c--- Change this to your network!\n```\n\n### 3. Launch\n```bash\ndocker compose up -d\n```\nAccess the **InfluxDB UI** at `https://localhost` (User: `admin`, Pass: `admin123`).\n\n---\n\n## Deployment Options\n\n| Method | Best For | Description |\n|--------|----------|-------------|\n| **Docker Compose** | Testing \u0026 Small Prod | Easiest setup. Orchestrates netscan + InfluxDB together. |\n| **Native Systemd** | Production Security | Runs as dedicated user with minimal capabilities. |\n\n\u003e See **[MANUAL.md](MANUAL.md)** for detailed deployment guides, security hardening, and configuration references.\n\n---\n\n## Verification\n\nCheck if the service is running correctly:\n\n```bash\n# View live logs\ndocker compose logs -f netscan\n\n# Check health endpoint\ncurl http://localhost:8080/health\n```\n\n---\n\n## License\n\nMIT License - See [LICENSE.md](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkljama%2Fnetscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkljama%2Fnetscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkljama%2Fnetscan/lists"}