Skip to content

Releases: Chleba/netscanner

v0.6.3

09 Mar 01:02
Compare
Choose a tag to compare
  • fixed switching active interface for packet dumping
    Issue was that thread was blocked by reciver channel that was, in some cases, blocking thread to not catching atomic bool to break the infinite loop.
    Also there was forgotten atomic bool break in that loop :)

v0.6.2

09 Dec 14:27
Compare
Choose a tag to compare
  • update README with windows installation steps
  • add hostname into a ports scanning tab next to IP
  • update layout of clients discovery
  • showing number of discovered clients

v0.6.1

30 Nov 13:31
Compare
Choose a tag to compare
  • fixed panic on port's scan when no clients is found
  • refactor of using clone() for references feat: @zanderlewis
  • fixed scrolling in traffic tab while it's not visible
  • add windows 11 support (working but need more testing for README update installation steps) kudos to @EphemeralSapient
  • fixed tokio-wifiscanner lib with MacOS support when airport tool is missing from v14.4>
  • refactor clients discovery on local network

v0.6.0

10 Oct 16:47
Compare
Choose a tag to compare
  • added new tab - Traffic traffic
  • change optimization of build
  • update ports layout
  • small bugfixes

v0.5.3

04 Sep 21:27
Compare
Choose a tag to compare

Netscanner v0.5.3

  • fix small bugfixes
  • add port's service name to the scanned ports

v0.5.2

03 Jul 19:18
Compare
Choose a tag to compare

What's Changed

  • Add export data (discovered clients, scanned opened ports & packet logs) into a user's home directory: ~/.netscanner/*
  • Exported data have timestamps in their file names
  • Add dependencies that support the loongarch64 architecture by @yzewei in #31
  • Deb Package Workflow (#29) by @DominicOrsi in #33

New Contributors

v0.5.1

21 May 12:49
Compare
Choose a tag to compare
  • fixed visible view key handling & actions
  • fixed scanning ports concurrency number (ulimit)
  • fixed crash when scanning over VPN does not have interface's mac address
  • add feature: filter of packet logs
  • small design changes & bugfixes

v0.5.0

13 May 01:05
Compare
Choose a tag to compare
  • changed layout
  • added tabs with or <1-3> num keys
  • added open TCP ports scanning
  • small design changes
  • small bugfixes

v0.4.5

03 May 23:58
Compare
Choose a tag to compare
  • fixed not starting scanning clients when on packets dump view s key is pressed
  • changed dump pause logic so that when IP scanning we get ARP packets for MAC & OUI
  • fix the wifi signal gauge crash bug (changes min/max: 0-100)
  • replace throbbed widget for simple spinner implementation
  • other small bugfixes and layout updates

v0.4.4

22 Apr 03:33
Compare
Choose a tag to compare
  • add stop & start packet dumping
  • add IPv6 packet handling
  • show ICMP6 packet types logs
  • small bug fixes