All Projects → hmz777 → NetStalker

hmz777 / NetStalker

Licence: GPL-3.0 License
A network tool to control the bandwidth over your local network.

Programming Languages

C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to NetStalker

Jxnet
Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/winpcap/npcap) via JNI (Java Native Interface).
Stars: ✭ 26 (-62.32%)
Mutual labels:  libpcap, packet-sniffer, packet-capture, npcap
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+9946.38%)
Mutual labels:  packet-sniffer, network-analysis, packet-capture
WinDivertSharp
A minimal .NET binding over WinDivert
Stars: ✭ 91 (+31.88%)
Mutual labels:  packet-sniffer, packet-capture
sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
Stars: ✭ 1,054 (+1427.54%)
Mutual labels:  npcap, sharppcap
rvi capture
rvictl for Linux and Windows: capture packets sent/received by iOS devices
Stars: ✭ 124 (+79.71%)
Mutual labels:  packet-sniffer, packet-capture
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+801.45%)
Mutual labels:  network-analysis, packet-capture
Libpcap
the LIBpcap interface to various kernel packet capture mechanism
Stars: ✭ 1,785 (+2486.96%)
Mutual labels:  libpcap, packet-capture
Netvisix
Netvisix visualizes the network packet flow between hosts
Stars: ✭ 65 (-5.8%)
Mutual labels:  network-analysis, packet-capture
Tcpdump
the TCPdump network dissector
Stars: ✭ 1,731 (+2408.7%)
Mutual labels:  libpcap, packet-capture
xpcap
Cross-platform Packet Capture which supports Linux and macOS(BSD) in 1000 LOC without depending on libpcap.
Stars: ✭ 19 (-72.46%)
Mutual labels:  packet-sniffer, packet-capture
Divert.Net
.NET Wrapper for WinDivert
Stars: ✭ 51 (-26.09%)
Mutual labels:  packet-sniffer, packet-capture
arp-dns-attacks
ARP spoofing, HTTP redirection, DNS spoofing and DNS forging using pcap library
Stars: ✭ 25 (-63.77%)
Mutual labels:  packet-sniffer, packet-capture
WinDump
A user-mode packet dump software based on Npcap
Stars: ✭ 29 (-57.97%)
Mutual labels:  libpcap, npcap
DivertPInvoke
PInvoke wrapper for WinDivert
Stars: ✭ 22 (-68.12%)
Mutual labels:  packet-sniffer, packet-capture
tcpslice
tcpslice concatenates multiple pcap files together, or extracts time slices from one or more pcap files.
Stars: ✭ 48 (-30.43%)
Mutual labels:  libpcap, packet-capture
ModernUIDoneRight
A rewrite of my old theme library for WinForms
Stars: ✭ 22 (-68.12%)
Mutual labels:  winforms, windowsforms
speedtest
Simple bandwidth test in browser javascript
Stars: ✭ 41 (-40.58%)
Mutual labels:  bandwidth
MaterialSkin
Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
Stars: ✭ 209 (+202.9%)
Mutual labels:  winforms
SnifferUI
基于MFC和WinPcap库开发的网络抓包和协议分析软件
Stars: ✭ 86 (+24.64%)
Mutual labels:  packet-capture
SPYZIER-APP
Android spying app and Parental controller app.
Stars: ✭ 156 (+126.09%)
Mutual labels:  materialdesign

NetStalker

GitHub All Releases GitHub release (latest by date) GitHub Release Date GitHub GitHub last commit

NetStalker

A network tool to control the bandwidth over your local network, it can block internet access form any selected device, or limit its speed using packet redirection, in addition, it can log web activity for the targeted device using a built in packet sniffer.

Features

  • Background Scanning for newly connected devices.
  • Bandwidth limitation for better distribution of internet speed across devices, both upload and download speeds can be controlled for each device separately.
  • A Packet Sniffer that is intended to log addresses that each device on the network visits with the ability to decode Http headers for HTTP packets and resolve domains for HTTPS packets, also the packet direction can be chosen in order to capture requests only or requests and responses.
  • A packet viewer to view the properties of a selected packet in the Packet Sniffer with the ability to expand the viewer for better visibility.
  • Export the captured packets as a log file with the resolved domains included along with the timestamp for each packet.
  • Spoof protection in order not to get spoofed by the same tool or any other spoofing software.
  • Dark and light modes.
  • Get network card vendor for every device using MacVendors API for better device identification.
  • Can be locked with a password.
  • Can be minimized to tray if the option is chosen.
  • Integration with windows 10 notification system (works from build 17763).
  • When minimized it notifies the user of newly discovered devices using Windows 10 notification system with the ability to choose from multiple options on what actions to take.
  • Track disconnected devices with a timeout for each device.

Changelog

v4.1-beta

  • Fully working dark mode + taking advantage of the immersive dark mode toggle in Windows 10 (See updated images below).
  • 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.

v4.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.

v3.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.

v3.0.1

  • Fix a KeyNotFoundException when the notification arguments didn't have a Choice key.

v3.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.

v2.2

  • Switched driver from Winpcap to Npcap.
  • Npcap driver check added.
  • Code refactorings.

V2.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.

Binaries

Make sure you have the latest Npcap driver before installing NetStalker.

  • Npcap.
  • The latest stable version of NetStalker: Download Setup Package. (v4.0)
  • The latest packaged version of NetStalker: Download Setup Package. (v4.1 beta) (Beta, as in there are some features that i might change later but has the same stability as the non-beta one)

Notes

  • The app uses the Mac Vendors API to retrieve the device's manufacturer, but it only uses the OUI (Organizational Unique Identifier) aka, the first 6 digits of the MAC address.
  • The app is tested only on a small amount of network cards, so I can't guarantee it will work on yours.
  • The source code may contain experimental features, if you're looking for a stable version, refer to the binaries or the releases section.

Caveats

  • When releasing a device from redirection, it takes a couple of seconds for this device to regain internet access (Rediscovering the original gateway).

To Do

  • Add the ability to set friendly names for discovered devices.
  • Redirect IPV6 traffic.

Pictures (Might be different depending on your version)

Main Dark Mode

Main Dark Mode

Main Light Mode

Main Light Mode

Network Card Selection

Network Card Selection

Packet Sniffer

Packet Sniffer Dark

Speed Limiter

Speed Limiter Dark

Options

Options

Development Notes

  • The project references a modified version of the Windows API Code Pack (see here) in order to register the app for the Windows Notifications API. No longer needed since v3.0 (Uses the new toast notifications API).

Contributions

  • Before submitting a pull request, please take sometime to understand how NetStalker and the SharpPcap library work.

Issues

  • Before creating a new issue please make sure you have the latest release version or the latest compiled version if you're compiling the app your self.
  • Include the app version.
  • Include the full stacktrace.
  • I do not issue setup installers for every release, so if you're having a problem with a previous version try compiling the app your self first.
  • Follow the issue template.

Disclaimer

NetStalker is provided by Hamzi Alsheikh "as is" and "with all faults". The provider makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this software. There are inherent dangers in the use of any software, and you are solely responsible for determining whether NetStalker is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and the provider will not be liable for any damages you may suffer in connection with using, modifying, or distributing this software.

Additional Information

If you notice any errors or have a suggestion, you're free to email me or submit a pull request.

Author

Hamzi Alsheikh

Website: https://www.hamzialsheikh.tk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].