← Port Encyclopedia
1935
RTMP
TCP
Streaming
Medium Risk
Real-Time Messaging Protocol — Adobe Flash streaming, live video
🔍 How to Scan Port 1935
nmap -sV -p 1935 target
nmap -sV -sC --script=banner -p 1935 target
nc -zv target 1935
🛡️ Security Considerations
- Scan port 1935 with
nmap -sVto identify the exact service and version - If RTMP is not needed, close or firewall this port immediately
- Check for default credentials if a management interface runs on this port
- Use
searchsploit rtmpto find known exploits - Monitor traffic on port 1935 with Wireshark or tcpdump for anomalies
- Ensure the service is patched to the latest version to prevent known CVE exploitation