Skip to content

Releases: Chleba/netscanner

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

v0.4.3

18 Apr 02:00
Compare
Choose a tag to compare
  • fix parsing IPv6 address as IPv4 (happen on interface without ipv4 address)
  • disable auto-scanning
    press s to scan

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