Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

babariviere/port_scanner-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A port scanner library

This is a simple library to scan open port and to scan available port on localhost.

Documentation

Features

  • Scan port with a different ip.
  • Scan available port on localhost.

Usage

Add port_scanner dependency to Cargo.toml.

[depedencies]
port_scanner = "*"

Add extern crate port_scanner; to your main.rs or lib.rs.

Now run cargo build and you can use the library.

About

A port scanner lib written in the Rust language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages