{"id":20164515,"url":"https://github.com/allglorytothehypnotoad/netscan2","last_synced_at":"2026-03-06T07:01:33.981Z","repository":{"id":36918915,"uuid":"41225976","full_name":"AllGloryToTheHypnotoad/netscan2","owner":"AllGloryToTheHypnotoad","description":"active / passive network scanner","archived":false,"fork":false,"pushed_at":"2023-11-08T02:20:57.000Z","size":864,"stargazers_count":32,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T00:51:38.399Z","etag":null,"topics":["cybersecurity","passive-vulnerability-scanner","python2"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/AllGloryToTheHypnotoad.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-22T22:00:18.000Z","updated_at":"2024-09-11T10:38:38.000Z","dependencies_parsed_at":"2024-11-14T00:35:00.332Z","dependency_job_id":"0d65224c-8841-408b-b906-b334697e9343","html_url":"https://github.com/AllGloryToTheHypnotoad/netscan2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AllGloryToTheHypnotoad/netscan2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllGloryToTheHypnotoad%2Fnetscan2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllGloryToTheHypnotoad%2Fnetscan2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllGloryToTheHypnotoad%2Fnetscan2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllGloryToTheHypnotoad%2Fnetscan2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllGloryToTheHypnotoad","download_url":"https://codeload.github.com/AllGloryToTheHypnotoad/netscan2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllGloryToTheHypnotoad%2Fnetscan2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cybersecurity","passive-vulnerability-scanner","python2"],"created_at":"2024-11-14T00:34:52.832Z","updated_at":"2026-03-06T07:01:33.934Z","avatar_url":"https://github.com/AllGloryToTheHypnotoad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Network Scanner\n=================\n\n.. figure:: https://imgs.xkcd.com/comics/map_of_the_internet.jpg\n\t:target: https://xkcd.com/195/\n\t:align: center\n\n\n.. image:: https://travis-ci.org/AllGloryToTheHypnotoad/netscan2.svg?branch=master\n\t:target: https://travis-ci.org/walchko/netscan2\n.. image:: https://img.shields.io/pypi/v/netscan.svg\n\t:target: https://pypi.python.org/pypi/netscan/\n\t:alt: Latest Version\n.. image:: https://img.shields.io/pypi/l/netscan.svg\n\t:target: https://pypi.python.org/pypi/netscan/\n\t:alt: License\n.. image:: https://landscape.io/github/walchko/netscan2/master/landscape.svg?style=flat\n\t:target: https://landscape.io/github/walchko/netscan2/master\n\t:alt: Code Health\n\nSimple python script which uses pcap, arp-scan, and `avahi \u003chttp://www.avahi.org\u003e`__ to:\n\n1. Find hosts that are on the LAN passively\n2. Uses an arp-ping to actively identify hosts\n3. Scan each host to determine open ports and services\n4. Store record of hosts in JSON file, html webpage, or prints to screen\n\n**Note:** Since IP addresses can change, the hosts are finger printed via their MAC address.\n\nAlternatives\n--------------\n\n`Fing \u003chttp://www.overlooksoft.com/fing\u003e`__ is a great and fast network scanner, I have\ntheir app on my iPad. However, when using the ``fing`` commandline tool for\nRPi I have noticed that there are errors in the MAC address and therefore don't trust it for this\napplication.\n\nInstall\n--------\n\nPre-requisites::\n\n\tbrew install pcap arp-scan\n\nor\n\n::\n\n\tsudo apt-get install libpcap-dev arp-scan\n\nDownload and unzip, then from inside the package::\n\n\tpython setup.py install\n\nIf you are working on it::\n\n\tpip install -e .\n\nRun\n------------\n\nTo run::\n\n\tnetscan\n\tascan\n\tpscan\n\tgethostname\n\tgetvendor\n\tipwhois\n\n\nLicense\n----------\n\n**The MIT License (MIT)**\n\nCopyright (c) 2015 Kevin J. Walchko\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallglorytothehypnotoad%2Fnetscan2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallglorytothehypnotoad%2Fnetscan2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallglorytothehypnotoad%2Fnetscan2/lists"}