← Port Encyclopedia
5005
RTP-Alt
UDP
Streaming
Medium Risk
RTP alternative — media streaming
🔍 How to Scan Port 5005
nmap -sV -p 5005 target
nmap -sV -sC --script=banner -p 5005 target
nc -zv target 5005
🛡️ Security Considerations
- Scan port 5005 with
nmap -sVto identify the exact service and version - If RTP-Alt is not needed, close or firewall this port immediately
- Check for default credentials if a management interface runs on this port
- Use
searchsploit rtp-altto find known exploits - Monitor traffic on port 5005 with Wireshark or tcpdump for anomalies
- Ensure the service is patched to the latest version to prevent known CVE exploitation