{ "info": { "author": "Pedro Buteri Gonring", "author_email": "pedro@bigode.net", "bugtrack_url": null, "classifiers": [], "description": "|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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pdrb/nwscan", "keywords": "scan scanner network networks ip ips host hosts alive nwscan", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nwscan", "package_url": "https://pypi.org/project/nwscan/", "platform": "", "project_url": "https://pypi.org/project/nwscan/", "project_urls": { "Homepage": "https://github.com/pdrb/nwscan" }, "release_url": "https://pypi.org/project/nwscan/0.3/", "requires_dist": null, "requires_python": "", "summary": "Scan networks for alive hosts", "version": "0.3" }, "last_serial": 4677287, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0373e20ebc2ddd0ac35d59ac105faa47", "sha256": "59b21fc85c09e00307efc4b5f5424b89c2c48d3ff5e82974ffa72b885a20a751" }, "downloads": -1, "filename": "nwscan-0.1.tar.gz", "has_sig": false, "md5_digest": "0373e20ebc2ddd0ac35d59ac105faa47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3521, "upload_time": "2017-02-10T19:39:11", "url": "https://files.pythonhosted.org/packages/bd/5b/21dfc841a343b2190053cac42ffb24366c783468eb60f1d13478b065f428/nwscan-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "753eb19f9f5285d114f2db71d290d0d9", "sha256": "c4a7d38e3527dc71cdc2164ddd34cf0433610ee855606071de7d1a0c60a97bbd" }, "downloads": -1, "filename": "nwscan-0.2.tar.gz", "has_sig": false, "md5_digest": "753eb19f9f5285d114f2db71d290d0d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3565, "upload_time": "2017-10-28T19:16:42", "url": "https://files.pythonhosted.org/packages/95/fe/bfc5d461ae7077717a835255e513211ad949f518f1ebca345afb2784ef2e/nwscan-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "94afb62540adb36274f276edddcbb21e", "sha256": "c57dd6426404eb03588e11f7c0979a4ce10d89d442433d4316dfe5b798ab3cb2" }, "downloads": -1, "filename": "nwscan-0.3.tar.gz", "has_sig": false, "md5_digest": "94afb62540adb36274f276edddcbb21e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3704, "upload_time": "2019-01-09T15:30:45", "url": "https://files.pythonhosted.org/packages/1e/9a/8825478fec917439cb0f8201b278ece615d175bd4dd5dad7f3a5d0e52af7/nwscan-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94afb62540adb36274f276edddcbb21e", "sha256": "c57dd6426404eb03588e11f7c0979a4ce10d89d442433d4316dfe5b798ab3cb2" }, "downloads": -1, "filename": "nwscan-0.3.tar.gz", "has_sig": false, "md5_digest": "94afb62540adb36274f276edddcbb21e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3704, "upload_time": "2019-01-09T15:30:45", "url": "https://files.pythonhosted.org/packages/1e/9a/8825478fec917439cb0f8201b278ece615d175bd4dd5dad7f3a5d0e52af7/nwscan-0.3.tar.gz" } ] }