轻松监测你的网络流量 🕵️‍♂️
Go to file
2026-05-06 17:23:55 +02:00
.design Revert "use sniffnet.app domain" 2025-11-27 20:12:40 +01:00
.github add winget.yml draft 2026-05-06 17:23:55 +02:00
.well-known Revert "use sniffnet.app domain" 2025-11-27 20:12:40 +01:00
resources add greek among the fully translated languages 2026-05-05 22:29:58 +02:00
src add greek among the fully translated languages 2026-05-05 22:29:58 +02:00
.all-contributorsrc docs: add GeorgeLS as a contributor for translation (#1177) 2026-05-05 22:35:40 +02:00
.dockerignore update .dockerignore to include embedded icons 2026-04-14 14:17:45 +02:00
.editorconfig ignore pdf files in .editorconfig 2023-11-29 10:41:47 +01:00
.gitattributes pdf files marked as binary in .gitattributes 2023-11-29 10:34:03 +01:00
.gitignore upload flowchart outlining process identification strategy 2026-02-16 00:50:50 +01:00
.imgbotconfig updated README and pics 2024-03-29 16:50:58 +01:00
adsfund.json add verification for ads.fund 2025-07-12 03:19:34 +02:00
build.rs update services list and embedded MMDBs 2026-04-05 15:16:57 +02:00
Cargo.lock update deps 2026-05-02 17:45:09 +02:00
Cargo.toml update deps 2026-05-02 17:45:09 +02:00
CHANGELOG.md add greek among the fully translated languages 2026-05-05 22:29:58 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-09-10 22:25:21 +02:00
CONTRIBUTING.md update README header picture 2025-11-10 19:48:56 +01:00
CONTRIBUTORS.md docs: add GeorgeLS as a contributor for translation (#1177) 2026-05-05 22:35:40 +02:00
Cross.toml install gcc-10 in Cross.toml pre-buil to fix aws-lc-sys error 2026-04-12 22:36:11 +02:00
Dockerfile use rust:1.88-slim for building Docker image 2025-06-27 22:53:35 +02:00
giscus.json Revert "use sniffnet.app domain" 2025-11-27 20:12:40 +01:00
INCIDENT_RESPONSE.md add THREAT_MODEL.md 2026-04-23 11:38:30 +02:00
LICENSE-APACHE Create LICENSE-APACHE 2022-08-22 15:19:11 +02:00
LICENSE-MIT added footer, added bordered containers, fixed output report write after reinitialization 2022-10-28 18:09:24 +02:00
README.md Update README.md social links to fix GitHub broken rendering 2026-04-20 10:51:29 +02:00
ROADMAP.md Update ROADMAP.md 2025-07-10 01:39:12 +02:00
SECURITY.md add THREAT_MODEL.md 2026-04-23 11:38:30 +02:00
services.txt update services list and embedded MMDBs 2026-04-05 15:16:57 +02:00
THREAT_MODEL.md add THREAT_MODEL.md 2026-04-23 11:38:30 +02:00

Application to comfortably monitor your Internet traffic.
Cross-platform. Intuitive. Reliable.

Translated in:
🇨🇳 🇩🇪 🇫🇷 🇷🇺 🇵🇹 🇪🇦 🇮🇹 🇵🇱 + 16 more languages

Support Sniffnet's development 💖

Sniffnet is completely free, open-source software which needs lots of effort and time to develop and maintain.

If you appreciate Sniffnet, sponsor the project to support its growth.

A special shout-out to these awesome organizations and folks who are sponsoring Sniffnet:


Processing over 3TB/s of video at peak load, now hiring in SF

NLnet   ADS Fund   IPinfo   Cthulu201   ZEROF   Jan Walter

Download

Windows x64 | arm64 | x86
macOS Intel | Apple silicon
Linux AppImage: amd64 | arm64 | i386 | armhf
DEB: amd64 | arm64 | i386 | armhf
RPM: x86_64 | aarch64

Links in the table above will download the latest version of Sniffnet directly from GitHub releases.
Not what you're looking for? Check out alternative installation methods.

Note

Remember to also install the required dependencies for your operating system.

Features

  • 💻 choose a network adapter of your PC to inspect
  • 🏷️ select a set of filters to apply to the observed traffic
  • 📁 import and export comprehensive capture reports as PCAP files
  • 📊 view overall statistics about your Internet traffic
  • 📈 view real-time charts about traffic intensity
  • 🏠 identify connections in your local network
  • 🌍 discover the geographical location of remote hosts
  • 🌐 find out domain name and ASN of the hosts you are exchanging traffic with
  • 📖 identify 6000+ upper layer services, protocols, trojans, and worms
  • 🎮 see which programs are generating network traffic
  • save your favorite network hosts, services, and programs
  • 📌 keep an eye on your network even when the application is minimized
  • 🔎 search and inspect each of your network connections in real time
  • 🔉 set custom notifications to inform you when defined network events occur
  • 🚫 import custom IP blacklists to highlight potentially dangerous connections
  • 🎨 choose the style that fits you the most, including custom themes support
  • ...and more!

User manual

Do you want to learn more?
Check out the Sniffnet Wiki, a comprehensive manual to help you thoroughly master the application from a basic setup to the most advanced functionalities.
The Wiki includes step-by-step guides, tips, examples of usage, and answers to frequent questions.

Troubleshooting

See details

Missing dependencies

Most of the errors that may arise are likely due to your system missing dependencies required to correctly analyze a network adapter.
Check the required dependencies page for instructions on how to proceed depending on your operating system.

Rendering problems

In some circumstances, especially if you are running on an old architecture or your graphical drivers are not updated, the wgpu default renderer used by iced may manifest bugs (the interface glitches, color gradients are unsupported, or some icons are completely black).
In these cases you can set an environment variable to switch to the tiny-skia renderer, a CPU-only software renderer that should work properly on every environment:

ICED_BACKEND=tiny-skia

In any case, don't hesitate to open an issue, and I will do my best to help you!

Acknowledgements

  • A big shout-out to all the contributors of Sniffnet!
  • The graphical user interface has been realized with iced, a cross-platform GUI library for Rust focused on simplicity and type-safety
  • IP geolocation and ASN data are provided by MaxMind
  • Free code signing for Windows Installer is provided by SignPath.io, certificate by SignPath Foundation
  • Sniffnet project is supported by ADS.FUND
  • Last but not least, thanks to every single stargazer: all forms of support made it possible to keep improving Sniffnet!

Stay in the loop

Wait... there's more!
Sniffnet is rapidly evolving, and new features are added on a regular basis.
Follow the news and Sniffnet socials to never miss an update.

Bluesky LinkedIn Mastodon Telegram Twitter / X