Skip to content

zmap/zmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

324a89a · May 11, 2025
Apr 29, 2025
Jul 9, 2020
Sep 11, 2023
Mar 2, 2025
Jul 9, 2024
Jul 31, 2021
Mar 16, 2025
Dec 10, 2024
Mar 25, 2024
Jul 31, 2021
Nov 16, 2023
Jul 6, 2020
Mar 19, 2024
Apr 29, 2025
May 3, 2024
Mar 26, 2025
Nov 13, 2021
Jul 10, 2024
Apr 16, 2025
Aug 16, 2013
May 11, 2025
Mar 7, 2024
May 10, 2018
May 10, 2018
Mar 23, 2023

Repository files navigation

ZMap: The Internet Scanner

Build Status

ZMap is a fast stateless single packet network scanner designed for Internet-wide network surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap is capable of scanning the entire public IPv4 address space on a single port in under 45 minutes. For example, sending a TCP SYN packet to every IPv4 address on port 25 to find potential SMTP servers. With a 10gigE connection and either netmap or PF_RING, ZMap can scan the IPv4 address space in under 5 minutes.

ZMap operates on GNU/Linux, Mac OS, and BSD. ZMap currently has fully implemented probe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send a large number of UDP probes. If you are looking to do more involved scans (e.g., banner grab or TLS handshake), take a look at ZGrab 2, ZMap's sister project that performs stateful application-layer handshakes.

Using ZMap

If you haven't used ZMap before, we have a step-by-step 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. For best practices, see Scanning Best Practices.

If you have questions, please first check our FAQ. Still have questions? Ask the community in Github Discussions. Please do not create an Issue for usage or support questions.

Installation

The latest stable release of ZMap is 4.3.3 and supports Linux, macOS, and BSD. See INSTALL for instructions on to install ZMap through a package manager or from source.

Architecture

More information about ZMap's architecture and a comparison with other tools can be found in these research papers:

If you use ZMap for published research, please cite the original research paper:

@inproceedings{durumeric2013zmap,
  title={{ZMap}: Fast Internet-wide scanning and its security applications},
  author={Durumeric, Zakir and Wustrow, Eric and Halderman, J Alex},
  booktitle={22nd USENIX Security Symposium},
  year={2013}
}

Citing the ZMap paper helps us to track ZMap usage within the research community and to pursue funding for continued development.

License and Copyright

ZMap Copyright 2024 Regents of the University of Michigan

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See LICENSE for the specific language governing permissions and limitations under the License.

About

ZMap is a fast single packet network scanner designed for Internet-wide network surveys.

Topics

Resources

License

Citation

Stars

Watchers

Forks