{"id":15722859,"url":"https://github.com/bkbilly/network-scanner","last_synced_at":"2025-03-31T00:15:36.463Z","repository":{"id":115516789,"uuid":"75680357","full_name":"bkbilly/Network-Scanner","owner":"bkbilly","description":"Network intruder alert through mail notifications","archived":false,"fork":false,"pushed_at":"2018-03-09T22:12:54.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T05:24:37.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkbilly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-06T00:59:22.000Z","updated_at":"2024-06-01T21:40:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea7bee7e-015a-429e-bcf6-107b62da3f99","html_url":"https://github.com/bkbilly/Network-Scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2FNetwork-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2FNetwork-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2FNetwork-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkbilly%2FNetwork-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkbilly","download_url":"https://codeload.github.com/bkbilly/Network-Scanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395590,"owners_count":20770243,"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":[],"created_at":"2024-10-03T22:09:30.951Z","updated_at":"2025-03-31T00:15:36.437Z","avatar_url":"https://github.com/bkbilly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network Scanner\n\nThis application scans the network and sends an email when a new device is detected.\n\n## Installation\n```\ncd /opt/\nsudo git clone https://github.com/bkbilly/network_scanner.git\ncd /opt/network_scanner/\nsudo cp /opt/network_scanner/settings_template.json /opt/network_scanner/settings.json\nsudo pip install -r opt/network_scanner/requirements.txt\nsudo chmod +x /opt/network_scanner/networkscanner\nsudo ln -s /opt/network_scanner/networkscanner /etc/init.d/networkscanner\nsudo update-rc.d networkscanner defaults\nsudo service networkscanner start\n```\n\n## How to use settings.json\n\n* `mail.enable` (bool) Enable email alerts\n* `mail.username` (str) Username of your mail\n* `mail.password` (str) Password of your mail\n* `mail.smtpServer` (str) SMTP of your mail\n* `mail.smtpPort` (int) SMTP Port of your mail\n* `mail.recipients` (list str) List of recipents. eg. [\"mail1@example.com\", \"mail2@example.com\"]\n* `mail.messageSubject` (str) Subject of the sent mail\n* `options.hosts` (str) Network to scan in CIDR format\n* `options.scanInterval` (int) Set the scan interval in seconds\n* `options.orderBy` (str) For the UI, order hosts by name or ip\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkbilly%2Fnetwork-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkbilly%2Fnetwork-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkbilly%2Fnetwork-scanner/lists"}