Skip to content

A network scanning CLI, TUI, 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

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

Libs

Bin

Testing

Prerequisites

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

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, TUI, and Rust Package that makes it easy to perform ARP & SYN scanning for a LAN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages