portscan 0.1.1

A repository to provide port scanning capabilities to VAPT tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[lib]
name = "portscan"
path = "src/lib.rs"

[package]
authors = ["Srikanth Suresh <4140019+srikwit@users.noreply.github.com>"]
description = "A repository to provide port scanning capabilities to VAPT tools"
edition = "2018"
license = "MIT"
name = "portscan"
version = "0.1.1"