Scan a IPv4 range for a certain port
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wwmap/Cargo.toml

25 lines
690 B

2 years ago
[package]
2 years ago
name = "wwmap"
2 years ago
version = "0.1.0"
edition = "2021"
2 years ago
license-file = "LICENSE"
license = "GPL-2.0"
readme = "README.md"
repository = "https://github.com/E-Almqvist/wwmap"
include = ["src/", "LICENSE-*", "README.md"]
description = """
World Wide Map, a IPv4 mapping tool to find specific ports in any given IPv4 range (CIDR range).
"""
keywords = ["wwmap", "masscan", "tool", "enumeration", "ipv4"]
authors = ["Elias Almqvist"]
2 years ago
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2 years ago
anyhow = "1"
log = "0.4"
convert-base = "1.1.2"
2 years ago
clap = { version = "3.2.16", features = ["derive"] }
cidr-utils = "0.5.7"
2 years ago
env_logger = "0.9.0"