Skip to content

Command dump

Jose Luis Verdeguer edited this page May 16, 2024 · 1 revision

SIPPTS dump extracts SIP Digest authentications from a PCAP file.

Usage

$ sippts dump -h

Options:
  -f FILE     PCAP file to analyze
  -o FILE     Save digest to file in SipCrack format
  -h, --help  Show this help

Example

$ sippts dump -f captura3.pcap -o data.txt

[!] Input file: captura3.pcap ...
[!] Output file: data.txt ...


[192.168.2.100->192.168.2.120] test201:8fc3017399843f85624f64b8fe362452
[192.168.2.100->192.168.2.120] test202:4fa59b5fe2127856eda31a4f2dcd41d1

The found data has been saved
Clone this wiki locally