Releases: Chleba/netscanner
Releases · Chleba/netscanner
v0.6.0
- added new tab -
Traffic
- change optimization of build
- update ports layout
- small bugfixes
v0.5.3
Netscanner v0.5.3
- fix small bugfixes
- add port's service name to the scanned ports
v0.5.2
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
- 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
- changed layout
- added tabs with or <1-3> num keys
- added open TCP ports scanning
- small design changes
- small bugfixes
v0.4.5
- 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
- add stop & start packet dumping
- add IPv6 packet handling
- show ICMP6 packet types logs
- small bug fixes
v0.4.3
- fix parsing IPv6 address as IPv4 (happen on interface without ipv4 address)
- disable auto-scanning
press s
to scan
v0.4.2
- 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
- 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