{"id":13438508,"url":"https://github.com/zmap/zmap","last_synced_at":"2025-05-13T00:20:14.246Z","repository":{"id":6524430,"uuid":"7765403","full_name":"zmap/zmap","owner":"zmap","description":"ZMap is a fast single packet network scanner designed for Internet-wide network surveys.","archived":false,"fork":false,"pushed_at":"2025-05-11T20:52:40.000Z","size":6697,"stargazers_count":5761,"open_issues_count":9,"forks_count":940,"subscribers_count":233,"default_branch":"main","last_synced_at":"2025-05-11T21:28:33.866Z","etag":null,"topics":["internet-measurement","internet-scanning","port-scanner","research"],"latest_commit_sha":null,"homepage":"https://zmap.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-01-23T01:30:09.000Z","updated_at":"2025-05-11T20:52:44.000Z","dependencies_parsed_at":"2023-02-14T13:02:33.643Z","dependency_job_id":"c86d6ab5-e461-41c0-b263-920a0f883da6","html_url":"https://github.com/zmap/zmap","commit_stats":{"total_commits":1182,"total_committers":95,"mean_commits":"12.442105263157895","dds":0.688663282571912,"last_synced_commit":"d3ef2192575111046addb5ac69f96cafe16cef25"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmap%2Fzmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmap%2Fzmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmap%2Fzmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmap%2Fzmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmap","download_url":"https://codeload.github.com/zmap/zmap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843691,"owners_count":21972946,"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":["internet-measurement","internet-scanning","port-scanner","research"],"created_at":"2024-07-31T03:01:06.116Z","updated_at":"2025-05-13T00:20:14.233Z","avatar_url":"https://github.com/zmap.png","language":"C","funding_links":[],"categories":["Asset Discovery","\u003ca id=\"8f92ead9997a4b68d06a9acf9b01ef63\"\u003e\u003c/a\u003e扫描器\u0026\u0026安全扫描\u0026\u0026App扫描\u0026\u0026漏洞扫描","C","others","[↑](#contents)Network / Port Scanning","C (61)","Related Lists","\u003ca id=\"132036452bfacf61471e3ea0b7bf7a55\"\u003e\u003c/a\u003e工具"],"sub_categories":["Network/Port Scanning","\u003ca id=\"de63a029bda6a7e429af272f291bb769\"\u003e\u003c/a\u003e未分类-Scanner"],"readme":"ZMap: The Internet Scanner\n==========================\n\n![Build Status](https://github.com/zmap/zmap/actions/workflows/cmake.yml/badge.svg)\n\nZMap is a fast stateless single packet network scanner designed for Internet-wide network\nsurveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap\nis capable of scanning the entire public IPv4 address space on a single port in \nunder 45 minutes. For example, sending a TCP SYN packet to every IPv4 address\non port 25 to find potential SMTP servers. With a \n10gigE connection and either [netmap](http://info.iet.unipi.it/~luigi/netmap/) or \n[PF_RING](http://www.ntop.org/products/packet-capture/pf_ring/), ZMap can scan \nthe IPv4 address space in under 5 minutes.\n\nZMap operates on GNU/Linux, Mac OS, and BSD. ZMap currently has fully implemented\nprobe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send a\nlarge number of [UDP probes](https://github.com/zmap/zmap/blob/master/examples/udp-probes/README).\nIf you are looking to do more involved scans (e.g., banner grab or TLS handshake), \ntake a look at [ZGrab 2](https://github.com/zmap/zgrab2), ZMap's sister project \nthat performs stateful application-layer handshakes.\n\n\nUsing ZMap\n----------\n\nIf you haven't used ZMap before, we have a step-by-step [Getting Started Guide](https://github.com/zmap/zmap/wiki/Getting-Started-Guide) that details how to perform basic scans. Documentation about all of ZMap's options and more advanced functionality can be found in our [Wiki](https://github.com/zmap/zmap/wiki). For best practices, see [Scanning Best Practices](https://github.com/zmap/zmap/wiki/Scanning-Best-Practices). \n\nIf you have questions, please first check our [FAQ](https://github.com/zmap/zmap/wiki/FAQ). Still have questions? Ask the community in [Github Discussions](https://github.com/zmap/zmap/discussions/categories/q-a). Please do not create an Issue for usage or support questions.\n\nInstallation\n------------\n\nThe latest stable release of ZMap is  [4.3.3](https://github.com/zmap/zmap/releases/tag/v4.3.3) and supports Linux, macOS, and\nBSD. See [INSTALL](INSTALL.md) for instructions on to install ZMap through a package manager or from source.\n\nArchitecture\n------------\n\nMore information about ZMap's architecture and a comparison with other tools can be found in these research papers:\n\n * [ZMap: Fast Internet-Wide Scanning and its Security Applications](https://zmap.io/paper.pdf)\n * [Zippier ZMap: Internet-Wide Scanning at 10 Gbps](https://jhalderm.com/pub/papers/zmap10gig-woot14.pdf)\n * [Ten Years of ZMap](https://arxiv.org/pdf/2406.15585)\n\nIf you use ZMap for published research, please cite the original research paper:\n\n```\n@inproceedings{durumeric2013zmap,\n  title={{ZMap}: Fast Internet-wide scanning and its security applications},\n  author={Durumeric, Zakir and Wustrow, Eric and Halderman, J Alex},\n  booktitle={22nd USENIX Security Symposium},\n  year={2013}\n}\n```\n\nCiting the ZMap paper helps us to track ZMap usage within the research community and to pursue funding for continued development.\n\n\nLicense and Copyright\n---------------------\n\nZMap Copyright 2024 Regents of the University of Michigan\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See LICENSE for the specific\nlanguage governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmap%2Fzmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmap%2Fzmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmap%2Fzmap/lists"}