{ "info": { "author": "sirpsycho", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# pingsweep\nLightweight Pingsweeper - quickly ping many hosts\n\n# Description\n\nThis utility provides a simple interface allowing a user to quickly ping a large group of hosts by IPv4 address or by hostname.\n\n============================================\n\n - begin enumeration on unknown networks\n - check connectivity of a list of networked devices\n - define a custom ping timeout for faster or more thorough scans\n - default output is in a list-friendly format\n\n\n# Usage\n\npingsweep [options] ip_range\n\n=============================\n\n```\npingsweep -h\n\nUsage: pingsweep [options] ip_range\n\nExamples:\n pingsweep 10.0.0.0/24\n pingsweep 10.0.0.0-255\n pingsweep 10.0.0.0 10.0.0.255\n\n\nOptions:\n -h, --help show this help message and exit\n -d, --debug display all pings, failed and successful\n -l IP_FILE, --list=IP_FILE define a text file of one IP per line to ping\n -n, --hostnames Attempt to resolve hostnames for successful pings\n -r, --reverse display failed pings instead of successful pings\n -t TIMEOUT, --timeout=TIMEOUT define a ping timeout in miliseconds (default is 200)\n -v, --verbose include fping statistics for each ping\n ```\n\n# Installation\npingsweep is available as an installable python module. Try running:\n```\npip install pingsweep\n```\nOr you can download and run pingsweep.py from this repo.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sirpsycho/pingsweep", "keywords": "pingsweep,scan,icmp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pingsweep", "package_url": "https://pypi.org/project/pingsweep/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pingsweep/", "project_urls": { "Homepage": "https://github.com/sirpsycho/pingsweep" }, "release_url": "https://pypi.org/project/pingsweep/0.1.2/", "requires_dist": [ "netaddr (>=0.7.18)" ], "requires_python": "", "summary": "IPv4 Ping Sweep Scan Utility", "version": "0.1.2" }, "last_serial": 2687361, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "acc3e5af9db80fefafc01974ecb62697", "sha256": "8eb621a9cbf764b60dea25682be81a7f2e753f87a9a998d4060a5392f27c2a85" }, "downloads": -1, "filename": "pingsweep-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "acc3e5af9db80fefafc01974ecb62697", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6040, "upload_time": "2017-01-20T17:36:04", "url": "https://files.pythonhosted.org/packages/65/c3/9f8552a70fc52b3d92dc18ce79e122c2e30cdee7c5990c37e9dd87bc9464/pingsweep-0.1.1-py2-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7d019ae84b9432678d67a10048f2ad4f", "sha256": "860d393dae37c779341638f73e8e6b4314da2fcb5931fdd546d16f207220abe2" }, "downloads": -1, "filename": "pingsweep-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7d019ae84b9432678d67a10048f2ad4f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6379, "upload_time": "2017-03-06T22:44:03", "url": "https://files.pythonhosted.org/packages/d3/6d/50ebb0d99cfe441b8a45a59abaa6ee2fa35cceeccb22db63ae77dc308914/pingsweep-0.1.2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d019ae84b9432678d67a10048f2ad4f", "sha256": "860d393dae37c779341638f73e8e6b4314da2fcb5931fdd546d16f207220abe2" }, "downloads": -1, "filename": "pingsweep-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7d019ae84b9432678d67a10048f2ad4f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6379, "upload_time": "2017-03-06T22:44:03", "url": "https://files.pythonhosted.org/packages/d3/6d/50ebb0d99cfe441b8a45a59abaa6ee2fa35cceeccb22db63ae77dc308914/pingsweep-0.1.2-py2-none-any.whl" } ] }