VOIP Protocols - H.323 - Can Initiate, authenticate, end a request. - Session Initiation Protocol (SIP) - ASCII protocol - reqeuest/response. - Real-Time Transport Protocol (RTP) - After connecting via VOIP, RTP is used - Secure Real time Transport Protocol (SRTP) #Nmap nmap -O -P0 10.10.10.0/23 #Ports UDP/TCP - 5060 & 5061 #Cisco SCCP Enabled ports UDP/TCP - 2000-2001 #UDP or TCP - VXWORKS remote debugging Port 17185 # cisco-audit-tool CAT -h ip -p 2000 -w /usr/share/wordlists/rockyou.txt # cisco-smart-install https://github.com/Sab0tag3d/SIET/ sudo python siet.py -g -i 192.168.0.1 Enumeration SIP - 'User Agent' & 'Server' SIP phone Extensions (usernames) TFTP Config files SNMP Config Using Netcat nc 10.10.10.10 5060 > OPTIONS sip:test@10.10.10.10 SIP/2.0 SNMP snmpwalk -c public -v 10.10.10.10 1.3.6.1.4.1.6889 SIPVicious Github python3 setup.py install #Scan a set of IP's concurrenrly for ip in $(cat $1); do sipvicious_svmap -p5060-5200 $ip &...