Releases: hmz777/NetStalker
Releases · hmz777/NetStalker
NetStalker 4.1 Beta
(Beta, as in there are some features that i might change later but has the same stability as the non-beta one)
- Fully working dark mode + taking advantage of the immersive dark mode toggle in Windows 10.
- Add Block All/Redirect All toggles (both of them will also apply to all future detections).
- Add the ability to set friendly names for discovered devices, in order to better identify them (Saved as JSON in the app directory).
- Code refactorings.
- Minor visual improvements.
- Packaged setup included.
NetStalker 4.0
- Drop all the UI dependencies and re-create the whole UI from the original controls, in order for the app to be scaled properly by Windows on high DPI screens.
- Remove most icon resource files and store them as ImageList objects.
- Add
MessageBoxForm
dialog for displaying errors and info messages. - Move hardcoded messages to Resources.
Note: Dark mode isn't fully working yet, due to the UI change.
NetStalker 3.0.2
- DPI awareness added (Beta).
- Small visual updates.
- Add the ability to change the MAC Vendors API token to your own in order to avoid getting a 429 while fetching the device's manufacturer.
NetStalker 3.0.1
- Fix a
KeyNotFoundException
when the notification arguments didn't have aChoice
key.
NetStalker 3.0
- Major performance improvements from upgrading to the new SharpPcap v6.0 that uses the new libpcap driver,
(For a noticeable performance boost, upgrade to the latest Npcap driver (uses the new libpcap driver) (May be required for NetStalker to work properly)). - Implement the new Microsoft toast notifications API (ver 7.0.2).
- Some code refactorings here and there for better performance and code clarity.
- Give most of the controls meaningful names for better code readability.
NetStalker 2.2.1
- Fixed a null reference exception in the on load driver check when the npcap driver wasn't installed.
NetStalker 2.2
- Switched driver from Winpcap to Npcap.
- Npcap driver check added.
- Code refactorings.
NetStalker 2.1
- Performance improvements.
- Code refactorings.
- A mechanism for reversing the effect of spoofing when releasing targets is added (beta).
NetStalker 2.0
- Major bug fixes and performance improvements.
- Updated dependencies.
- Cleaner codebase.
- Most of the codebase is now documented.
- Better threading work.
- Lower CPU consumption.
- Windows 10 toast notifications updated.
- Faster device discovery.
- No need for loading dialogs anymore.
- Packet sniffer can keep running while other devices are being blocked/redirected.
- Upgraded the project to .Net Framework 4.7.2.
- Included a packaged installer.
NetStalker 1.6
- Speedy improvements