Skip to content

Releases: Chleba/netscanner

v0.4.2

17 Apr 00:43
Compare
Choose a tag to compare
  • default subnet for initial scan set from active interface
  • revert packet logs adding into a table array
  • sort discovered IP addresses
  • sort wifi networks by it's signal strength
  • small bugfixes

v0.4.1

11 Mar 21:05
Compare
Choose a tag to compare
  • update layout & design
  • fixed some minor bugs (usually unwraping None value)
  • add throbber
  • add state for scanning
  • add cidr count
  • add graceful exit when panic

netscanner v0.4.0

17 Feb 12:13
Compare
Choose a tag to compare
  • add discovery table scrollbar
  • add select option into a discovery table
  • add packetdump view
  • small bugfixing
  • small design changes
  • add multiple packet types filter for packetdump

netscanner v0.3.7

10 Feb 02:44
Compare
Choose a tag to compare
  • fix getting arp packets
  • switch tokio for thread (getting mac addr)
  • fix failing example
  • fix crashing when more then 8.wifis (kudos - @joshka)
  • add switching active interfaces
  • few layout changes

netscanner v0.3.5

08 Jan 04:58
Compare
Choose a tag to compare
  • add sending arp packages to get mac address
  • add oui DB for getting vendor informations
  • all async green threads loops without too much performance on CPU
  • prepare packetdump component

netscanner v0.3.1

14 Dec 18:58
Compare
Choose a tag to compare
  • new layout
  • added local network ping discovery
  • getting dns hostnames for scanned ips
  • input/normal mode

netscanner

11 Dec 22:35
Compare
Choose a tag to compare
  • periodically scan wifi networks
  • show table of scanned networks
  • show gauge with signal strength
  • show chart of signals strength
  • show interfaces with mac & ip addr