https://github.com/riz4d/scaneye
ScanEye designed to scan a range of IP addresses to detect security surveillance cameras that are streaming video over HTTP or RTSP. The tool sends HTTP requests to each IP address in the specified range and checks for active HTTP services and potential video streams.
https://github.com/riz4d/scaneye
cctv-detection exploit ipcamera python rtsp
Last synced: 4 months ago
JSON representation
ScanEye designed to scan a range of IP addresses to detect security surveillance cameras that are streaming video over HTTP or RTSP. The tool sends HTTP requests to each IP address in the specified range and checks for active HTTP services and potential video streams.
- Host: GitHub
- URL: https://github.com/riz4d/scaneye
- Owner: riz4d
- Created: 2024-09-05T12:38:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:53:44.000Z (over 1 year ago)
- Last Synced: 2025-12-09T08:23:04.655Z (6 months ago)
- Topics: cctv-detection, exploit, ipcamera, python, rtsp
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ScanEye is designed to scan a range of IP addresses to detect security surveillance cameras that are streaming video over HTTP or RTSP. The tool sends HTTP requests to each IP address in the specified range and checks for active HTTP services and potential video stream
### Features
- IP Range Scanning: Automatically checks each IP in the given range.
- Port Scanning: Detects open HTTP and RTSP ports.
- Stream Detection: Detects whether an IP address is hosting a video stream.
- Logs: Generates a log file with details about detected devices.
### Security Considerations
- Ensure you have permission to scan the IP addresses to avoid violating legal regulations.
- Some cameras may require authentication, which can be handled by sending appropriate HTTP headers with credentials.