sngrep

Tool for displaying SIP calls message flows from terminal. More information: <https://github.com/irontec/sngrep>.

Install

All systems
curl cmd.cat/sngrep.sh
Debian Debian
apt-get install sngrep
Ubuntu
apt-get install sngrep
Alpine
apk add sngrep
image/svg+xml Kali Linux
apt-get install sngrep
Windows (WSL2)
sudo apt-get update sudo apt-get install sngrep
OS X
brew install sngrep
Raspbian
apt-get install sngrep
Docker
docker run cmd.cat/sngrep sngrep powered by Commando

Tool for displaying SIP calls message flows from terminal. More information: <https://github.com/irontec/sngrep>.

  • Visualize SIP packets from a PCAP file:
    sngrep -I path/to/file.pcap
  • Visualize only dialogs starting with INVITE packets with RTP packets from a PCAP file:
    sngrep -crI path/to/file.pcap
  • Real-time interface with only dialogs starting with INVITE packets with RTP packets:
    sngrep -cr
  • Only capture packets without interface to a file:
    sngrep -NO path/to/file.pcap

© tl;dr; authors and contributors