Skip to content

Basic arguments

Zixuan Xie edited this page Mar 1, 2025 · 44 revisions

Use the order xmap --help(or more concise,xmap -h),you can see a brief introduction of basic arguments as follows: Basic arguments: -6, --ipv6 Scanning the IPv6 networks (default) -4, --ipv4 Scanning the IPv4 networks -x, --max-len=len Max IP bit length to scan (default=32') -p, --target-port=port|range Port(s) number to scan (for TCP and UDP scans), use ,' and -', with this option, one target is a <ip/x, port> -P, --target-index=num Payload number to scan, with this option, one target is a <ip/x, (port), index> (default=0') -o, --output-file=name Output file, use `-' for stdout -b, --blacklist-file=path File of subnets to exclude, in CIDR notation, e.g., 2001::/64, 192.168.0.0/16, www.qq.com/32 (max len of domain: 256) -w, --whitelist-file=path File of subnets to include, in CIDR notation, e.g., 2001::/64, 192.168.0.0/16, www.qq.com/32 (max len of domain: 256) -I, --list-of-ips-file=path List of individual addresses to scan in random order, e.g., 2001:db8::1, 192.168.0.1

Clone this wiki locally