netscan

Cross-platform network scan library. Written in Rust.

MIT License

Downloads
83.9K
Stars
40
Committers
1

Bot releases are hidden (Show)

netscan - v0.8.2

Published by shellrow over 2 years ago

  • Remove panic! code in receiver
  • Fix ScanStatus
  • Add docs
  • Remove extern crate in examples
netscan - v0.8.1

Published by shellrow over 2 years ago

  • Migration from tokio::io::unix::AsyncFd to async_io::Async (for cross-platform)
  • Windows support for Async scan
netscan - v0.8.0

Published by shellrow almost 3 years ago

  • Add Features
    • Async Scan
    • Service Detection
    • TCP/IP Stack Fingerprinting
netscan - v0.7.1

Published by shellrow almost 3 years ago

  • Fix send rate bug
netscan - v0.7.0

Published by shellrow almost 3 years ago

  • Improve performance
  • Add Destination structure for more flexible configuration.
  • Add scan type
  • Refactoring and bug fixes