Skip to content

spark404/ccsniffer-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCSniffer

This cli is an interface for Zigbee sniffing firmware. The combination is developed for use with the Zigbee Dongle based on the CC2531 chip. The required firmware is based on the bumblebee project and can be found here

Usage: ccsniffer-rust [OPTIONS]

Options:
  -c, --channel <CHANNEL>            [default: 13]
  -f, --capture-file <CAPTURE_FILE>  [default: capture.pcap]
  -d, --debug                        
  -h, --help                         Print help
  -V, --version                      Print version

Permissions

Ubuntu:

By default the sniffer needs root access to access the usb device. To make it work you can add the following udev rule

'SUBSYSTEM=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="16a8", GROUP="plugdev", TAG+="uaccess"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages