Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:53:44.000Z (5 months ago)
- Last Synced: 2025-01-30T12:16:21.291Z (13 days ago)
- Topics: cctv-detection, exploit, ipcamera, python, rtsp
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- 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.