nscan

Network scan tool for host and service discovery. Written in Rust.

MIT License

Downloads
14K
Stars
17
Committers
1

Bot releases are hidden (Show)

nscan - v1.0.0

Published by shellrow 5 months ago

What's Changed

Full Changelog: https://github.com/shellrow/nscan/compare/v0.20.0...v1.0.0

nscan - v0.20.0

Published by shellrow 5 months ago

nscan - v0.18.0

Published by shellrow 10 months ago

nscan - v0.16.0

Published by shellrow 12 months ago

nscan - v0.15.0

Published by shellrow about 1 year ago

nscan - v0.14.0

Published by shellrow about 1 year ago

nscan - v0.14.0

Published by shellrow about 1 year ago

nscan - v0.11.0

Published by shellrow about 1 year ago

Some refactoring

nscan - v0.10.3

Published by shellrow over 1 year ago

nscan - v0.10.2

Published by shellrow over 1 year ago

nscan - v0.10.0

Published by shellrow over 1 year ago

nscan - v0.9.3

Published by shellrow over 2 years ago

  • Update dependencies

    • default-net 0.9.0
    • netscan 0.8.4
  • Change dataset format to json (for performance and maintainability)

nscan - v0.9.2

Published by shellrow over 2 years ago

  • Update dependencies
    • default-net v0.8.1 (Bug fix for Windows)
    • netscan v0.8.3
nscan - v0.9.1

Published by shellrow over 2 years ago

  • Update dependencies
    • default-net v0.8.0
    • netscan v0.8.2
  • Migration from tokio to async-io
  • Change rules for OS detection
nscan - v0.9.0

Published by shellrow almost 3 years ago

Support for netscan update

  • Add Features
    • Async Scan
    • Service Detection
    • TCP/IP Stack Fingerprinting
nscan - v0.8.0

Published by shellrow almost 3 years ago

  • Add OS detection
  • Add send rate option
  • Bug fix for service detection
nscan - v0.7.0

Published by shellrow almost 3 years ago

  • Add asynchronous scanning for Unix-Like OS
  • Change scanning in Windows to use pcap (winpcap or npcap)
  • Change output format
  • Refactoring and bug fixes
nscan - v0.6.0

Published by shellrow over 3 years ago

  • Support multi-threaded port scanning
nscan - v0.5.0

Published by shellrow over 3 years ago

  • Change output format
  • Add progress bar
nscan - v0.4.0

Published by shellrow over 3 years ago

  • Change TLS connection
  • Reduce size
  • Improved error handling
  • Publishing on crates.io