Table of Contents
CCTV camera
Protocols used by CCTV:
Service | Protocols | Port |
TCP | TCP | 25001 |
UDP | UDP | 25002 |
HTTP | TCP | 80 |
HTTPS | TCP | 443 |
RTSP | TCP/UDP | 554 |
SNMP | UDP | 161 |
SMTP | TCP | 25 |
Vulnerabilities in CCTV:
1: SNMP: Enumeration.
2: HTTP: Login.
3: RTSP: Brute force and live streaming (Real-time streaming protocol).
4: FTP: Brute force and Enumeration.
5: DDnS: Dynamic domain name system.
Network Scanning (NMAP):
1: Host status.
2: Open ports.
3: Services.
4: Software versions.
5: Operating System (OS).
Network Scanning:
Types of scans:
1: TCP:
-sT nmap -sT 192.168.12.1
2: UDP:
-sU namp -sU 192.168.12.1
3: SYN:
-sS nmap -sS 192.168.12.1
4: ACK:
-sA nmap -sA 192.168.12.1