Skip to content

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

License

Notifications You must be signed in to change notification settings

vvilhonen/nethoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Languages