Skip to content

A network scanning CLI, UI, and Rust Package that makes it easy to perform ARP & SYN scanning for a LAN

Notifications You must be signed in to change notification settings

robgonnella/r-lanscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARP and SYN network scanning library, cli, and ui written in rust! This is the rust version of go-lanscan

Table of contents

Packages

Testing

Prerequisites

  • install llvm-cov
cargo +stable install cargo-llvm-cov --locked

Run tests

# Run all tests
cargo test

# Run all tests and print coverage
cargo llvm-cov

# Run all tests and generate html report
cargo llvm-cov --html

# Run tests for specific project
cargo test -p r-lanlib

About

A network scanning CLI, UI, and Rust Package that makes it easy to perform ARP & SYN scanning for a LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages