#
SIP - Port 5060
By
#
Concepts
Session Initiation Protocol (SIP) is a signaling protocol used for initiating, maintaining, and terminating real-time sessions that include voice, video and messaging applications.
Key Technical Details:
- Text-Based: Similar to HTTP, text-based messages (INVITE, ACK, BYE).
- Transport: TCP or UDP (often UDP 5060).
- Media: SIP handles setup; RTP (Real-time Transport Protocol) handles the actual voice/video stream usually on dynamic high ports.
#
SIP Vivious
Github Link : https://github.com/EnableSecurity/sipvicious
git clone https://github.com/EnableSecurity/sipvicious.git
#
Install
sudo python setup.py install
