Skip to content

Releases: deluxesande/network-scanner

v0.2.0

23 May 11:39
Compare
Choose a tag to compare

Changelog

  • 79f0efe Add Debian package configuration for archives release
  • 106159e Add UDP scanning functionality and service detection
  • 8469aa0 Added TCP port and service detection
  • e44efa3 Changes in the changelog file
  • a17e62e Refactor TCP package to use common service info struct and common ports map
  • c2f0a17 Refactor display and scanning functions to use separate utility package for better code organization
  • af32ae9 Refactor renamed subnet_scanner to netscanner
  • 783b26c Refactor subnet package to separate functions in separate files
  • 0f1806d Refactor user input handling to remove default output file and unnecessary return statement
  • eeacc3f Refactor user input handling with flag package and add interactive help and credits display
  • ec69446 Refactor user interaction loop for better user experience
  • 789d4b2 Refactor user interaction loop to prompt for program exit instead of offering rerun options

Credits to deluxesande for the code.

v0.1.1

22 May 01:40
Compare
Choose a tag to compare

Changelog

  • c5e218f Add Contributing guidelines, Changelog, and License information to README.md
  • 30262e9 Add README.md with detailed information on NetScanner project features, usage instructions, prerequisites, and example terminal session.
  • 7583644 Add initial version of Changelog and Contributing guidelines
  • c682c0c Add interactive menu for rerunning the scanner or exiting the program
  • 075b5c6 Create LICENSE
  • bd0cce5 Merge branch 'main' of https://github.com/deluxesande/network-scanner

Credits to deluxesande for the code.

v0.1.0

22 May 00:51
Compare
Choose a tag to compare

Changelog

  • d651bd3 Optimize subnet scanning by tracking unique subnets to prevent duplicates
  • b1d533b Refactor gitignore to include all json files and remove unused scanner.go file
  • 2655e78 Refactor subnet_scanner.go to dynamically handle different operating systems for ping and ARP commands
  • 45943c9 Stop tracking results.json
  • 85f6734 Update .gitignore to include all json files and add dist/ directory exclusion Add .goreleaser.yaml file with default configurations and credits Update module path in go.mod to github.com/deluxesande/network-scanner and add require directive for github.com/fatih/color v1.18.0
  • 6a28eba first commit
  • 7eeec11 first commit

Credits to deluxesande for the code.