Skip to content
Miiden edited this page Jan 9, 2026 · 4 revisions

EyeSpy

EyeSpy is a PowerShell tool for discovering and assessing IP cameras on a network.
It helps security researchers and penetration testers enumerate RTSP services, identify authentication requirements, and optionally perform credential testing (password spraying) against RTSP streams.

This tool is useful for:

  • Identifying hosts with open RTSP ports
  • Checking which RTSP Streams require authentication
  • Enumerating valid RTSP paths
  • Conducting credential spray attacks using default or custom credential lists

Key Features

  • Scan IP address or CIDR ranges for open RTSP ports
  • Detect RTSP services with and without authentication
  • Enumerate common and custom RTSP paths
  • Perform credential attacks (Basic/Digest) using default or user-provided lists
  • Output results including valid credentials if found

Disclaimer

EyeSpy is intended for authorized security assessments only.
Unauthorized scanning or access to devices you do not own or have permission to test may be illegal and unethical.

Clone this wiki locally