netscan Crates.io License

Cross-platform network scan library
with the aim of being lightweight and fast.

Features

Usage

Add netscan to your dependencies
toml:Cargo.toml [dependencies] netscan = "0.16"

Example

See Examples

Feature flags

The following feature flags can be used to enable/disable specific features.

--feature service

Enable service detection. (Experimental)

--feature os

Enable TCP/IP Stack Fingerprinting. (Experimental)

--feature full

Enable all of the above.

For more details see Examples

Supported platform

Note for Windows users

To build libpnet on Windows, follow the instructions below.

Windows

Source

Additional Notes

This library requires the ability to create raw sockets. Execute with administrator privileges.