wwmap

Crates.iowwmap
lib.rswwmap
version0.1.0
sourcesrc
created_at2022-08-25 23:14:37.352728
updated_at2022-08-25 23:14:37.352728
descriptionWorld Wide Map, a IPv4 mapping tool to find specific ports in any given IPv4 range (CIDR range).
homepage
repositoryhttps://github.com/E-Almqvist/wwmap
max_upload_size
id652462
size41,077
E. Almqvist (E-Almqvist)

documentation

README

wwmap

Scan a IPv4 range for a certain port.

Usage

$ wwmap --help for 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

Examples

You can scan the whole internet for a HTTP server using this command: $ wwmap 80 0.0.0.0/0.

It is recommended to use a large amount threads for large IPv4 ranges (like the whole internet).

Commit count: 77

cargo fmt