Skip to content

Releases: hmz777/NetStalker

NetStalker 4.1 Beta

10 Oct 00:23
Compare
Choose a tag to compare

(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

15 Sep 12:05
Compare
Choose a tag to compare
  • 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

09 Sep 18:44
Compare
Choose a tag to compare
  • 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

01 Jun 15:35
Compare
Choose a tag to compare
  • Fix a KeyNotFoundException when the notification arguments didn't have a Choice key.

NetStalker 3.0

30 May 21:46
Compare
Choose a tag to compare
  • 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

16 Aug 11:26
Compare
Choose a tag to compare
  • Fixed a null reference exception in the on load driver check when the npcap driver wasn't installed.

NetStalker 2.2

14 Aug 20:45
Compare
Choose a tag to compare
  • Switched driver from Winpcap to Npcap.
  • Npcap driver check added.
  • Code refactorings.

NetStalker 2.1

06 Aug 19:59
Compare
Choose a tag to compare
  • Performance improvements.
  • Code refactorings.
  • A mechanism for reversing the effect of spoofing when releasing targets is added (beta).

NetStalker 2.0

03 Aug 20:28
Compare
Choose a tag to compare
  • 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

22 Aug 00:51
Compare
Choose a tag to compare
  • Speedy improvements