Skip to content
/ xmap Public

XMap is a fast network scanner designed for performing Internet-wide IPv6 & IPv4 network research scanning.

License

Notifications You must be signed in to change notification settings

idealeer/xmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6f0561 · Sep 20, 2024

History

75 Commits
Apr 2, 2021
Apr 2, 2021
Apr 2, 2021
Aug 16, 2024
Apr 2, 2021
Aug 16, 2024
Apr 2, 2021
Apr 2, 2021
Apr 2, 2021
Apr 2, 2021
Apr 2, 2021
Sep 10, 2022
Jun 28, 2023
Aug 16, 2024
Apr 2, 2021
Apr 2, 2021
Jun 6, 2023
Apr 2, 2021
Sep 20, 2024
Apr 2, 2021
Apr 2, 2021

Repository files navigation

XMap: The Internet Scanner

Build Status

XMap is a fast network scanner designed for performing Internet-wide IPv6 & IPv4 network research scanning.

XMap is reimplemented and improved thoroughly from ZMap and is fully compatible with ZMap, armed with the "5 minutes" probing speed and novel scanning techniques. XMap is capable of scanning the 32-bits address space in under 45 minutes. With a 10 gigE connection and PF_RING, XMap can scan the 32-bits address space in under 5 minutes. Moreover, leveraging the novel IPv6 scanning approach, XMap can discover the IPv6 Network Periphery fast. Furthermore, XMap can scan the network space randomly with any length and at any position, such as 2001:db8::/32-64 and 192.168.0.1/16-20. Besides, XMap can probe multiple ports simultaneously.

XMap operates on GNU/Linux, macOS, and BSD. XMap currently has implemented probe modules for ICMP Echo scans, TCP SYN scans, UDP probes, and DNS scans (stateless, stateful, or address-spoofing).

With banner grab and TLS handshake tool, ZGrab2, more involved scans could be performed.

Installation

The latest stable release of XMap is version 2.0.2 and supports Linux, macOS, and BSD. We recommend installing XMap from HEAD rather than using a distro package manager (not supported yet).

Instructions on building XMap from source can be found in INSTALL.

Installing from docker: docker pull liii/xmap:latest

Installing from ArchLinux Package

Usage

A guide to using XMap can be found in our GitHub Wiki.

Simple commands and options to using XMap can be found in USAGE.

Check how to use DNS probing modules in Issue #11.

Watch the description video at Pentester Academy TV.

Star History

Star History Chart

Paper

License and Copyright

XMap Copyright 2021-2024 Xiang Li from All-in-One Security and Privacy Lab (AOSP Lab) Nankai University

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.