SkillAgentSearch skills...

Nethoscope

Employ your built-in wetware pattern recognition and signal processing facilities to understand your network traffic

Install / Use

/learn @vvilhonen/Nethoscope
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nethoscope

Employ your built-in wetware pattern recognition and signal processing facilities to understand your network traffic.

Check video on how it works at https://www.youtube.com/watch?v=j1fqy6CmmeM

Installation with cargo

cargo install nethoscope

There are various dependencies on each platform described below:

macOS

Pcap should be included with the macOS so no extra steps required.

Linux

On debian based systems libpcap-dev package should be enough. More information here.

Windows

Windows requires pcap compatible library for which the npcap is the best option.

For using the binary you only need the npcap installer and for compiling from source, Lib/x64/wpcap.lib file needs to be copied to the project root from the npcap SDK, in addition.

Credits

This experiment was easily implemented building on these two excellent crates:

  • pcap to capture network traffic
  • cpal to output audio

Related Skills

View on GitHub
GitHub Stars91
CategoryDevelopment
Updated6mo ago
Forks0

Languages

Rust

Security Score

87/100

Audited on Sep 22, 2025

No findings