{"id":18887484,"url":"https://github.com/pdrb/nwscan","last_synced_at":"2025-04-14T22:34:03.017Z","repository":{"id":57447416,"uuid":"81599059","full_name":"pdrb/nwscan","owner":"pdrb","description":"Scan networks for alive hosts","archived":false,"fork":false,"pushed_at":"2019-01-09T15:29:27.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T10:54:21.046Z","etag":null,"topics":["alive-check","hosts","network","network-discovery","python","scan","scanner"],"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/pdrb.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-02-10T19:25:09.000Z","updated_at":"2023-03-27T07:44:53.000Z","dependencies_parsed_at":"2022-09-16T14:20:31.649Z","dependency_job_id":null,"html_url":"https://github.com/pdrb/nwscan","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/pdrb%2Fnwscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Fnwscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Fnwscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Fnwscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdrb","download_url":"https://codeload.github.com/pdrb/nwscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774988,"owners_count":21159534,"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":["alive-check","hosts","network","network-discovery","python","scan","scanner"],"created_at":"2024-11-08T07:38:01.388Z","updated_at":"2025-04-14T22:33:57.989Z","avatar_url":"https://github.com/pdrb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|Downloads|\n\nnwscan\n======\n\nScan networks for alive hosts, uses CIDR notation.\n\nSimple example::\n\n    $ nwscan 192.168.1.1/24\n    Scanning 254 hosts...\n\n    192.168.1.1 is alive\n    192.168.1.10 is alive\n    192.168.1.12 is alive\n    192.168.1.23 is alive\n    192.168.1.104 is alive\n\n    Finished: 254 hosts scanned\n    Alive hosts: 5\n\n\nNotes\n=====\n\n- Works on Python 2 and Python 3\n- Tested on Linux and Windows (Cygwin)\n\n\nInstall\n=======\n\nInstall using pip::\n\n    pip install nwscan\n\n\nUsage\n=====\n\n::\n\n    Usage: nwscan network [options]\n\n    scan network for alive hosts, uses CIDR notation\n\n    Options:\n    --version       show program's version number and exit\n    -h, --help      show this help message and exit\n    -r, --reverse   print not responding hosts rather than alive\n    -w WORKERS      number of workers threads to use (default: 8)\n    -t TIMEOUT      timeout of each ping request in seconds (default: 1)\n    -n COUNT        number of ping requests to send (default: 1)\n    -i INPUT_FILE   scan networks from input file (one network per line)\n    -o OUTPUT_FILE  save sorted ips output to file\n\n\nExamples\n========\n\nScan all 254 usable IPs of network '192.168.0.*'::\n\n    $ nwscan 192.168.0.0/24\n\nScan networks from 'networks.txt' file using 16 workers::\n\n    $ nwscan -i networks.txt -w 16\n\nScan not responding hosts and save ips to file 'ips.txt'::\n\n    $ nwscan 192.168.0.0/24 -r -o ips.txt\n\n\n.. |Downloads| image:: https://pepy.tech/badge/nwscan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdrb%2Fnwscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdrb%2Fnwscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdrb%2Fnwscan/lists"}