#ipv4 #tool #enumeration #masscan #port-scan

app wwmap

全球地图,一个用于在给定的IPv4范围内(CIDR范围)查找特定端口的IPv4映射工具

1 个不稳定版本

0.1.0 2022年8月25日

#17#port-scan

GPL-2.0 许可证

15KB
319

wwmap

扫描IPv4范围内的特定端口。

用法

$ wwmap --help 获取帮助。

USAGE:
	wwmap [OPTIONS] <PORT> [CIDR]

ARGS:
	<PORT>    Which port to scan for.
	<CIDR>    IPv4 subnet range (CIDR). Leave empty for the whole internet. [default: 0.0.0.0/0]

OPTIONS:
	-h, --help
			Print help information

	-i, --ignore-ip-list <IGNORELIST>
			A file containing ignored IPv4 addresses (seperated by linebreaks). [default:
			ignore-ips-list.txt]

	-n, --threads <THREADS>
			Amount of threads that will be used when scanning for the specified port. [default: 1]

	-v, --verbose
			Enable verbose (debug) output

	-V, --version
			Print version information

示例

您可以使用以下命令扫描整个互联网的HTTP服务器:$ wwmap 80 0.0.0.0/0

对于大型IPv4范围(如整个互联网),建议使用大量线程。

依赖关系

~6–15MB
~184K SLoC