nscan

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

MIT License

Downloads
14K
Stars
17
Committers
1

Bot releases are visible (Hide)

nscan - v1.2.0 Latest Release

Published by github-actions[bot] 3 months ago

Install nscan 1.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/shellrow/nscan/releases/download/v1.2.0/nscan-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/shellrow/nscan/releases/download/v1.2.0/nscan-installer.ps1 | iex

Install prebuilt binaries via Homebrew

brew install shellrow/tap-nscan/nscan

Download nscan 1.2.0

File Platform Checksum
nscan-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nscan-x86_64-apple-darwin.tar.xz Intel macOS checksum
nscan-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
nscan-x86_64-pc-windows-msvc.zip Windows x64 checksum
nscan - v1.1.0

Published by github-actions[bot] 4 months ago

Install nscan 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/shellrow/nscan/releases/download/v1.1.0/nscan-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install shellrow/tap-nscan/nscan

Download nscan 1.1.0

File Platform Checksum
nscan-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nscan-x86_64-apple-darwin.tar.xz Intel macOS checksum
nscan-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
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