Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Project-Eyes-On — Project Eyes On is a high-speed, multi-threaded surveillance tool by Y0oshi (@rde0) for locating open IP cameras worldwide. Unifies Google Dorking and Directory Scraping into a single OSINT engine. | Kitploit
Tools/GitHubGitHub/y0oshi/project-eyes-on
OSINT (Open Source Intelligence)ReconnaissanceVulnerability ScannersDNS & Subdomain EnumerationInformation GatheringPenetration TestingCrawler
GitHuby0oshi/project-eyes-on

Project-Eyes-On

Project Eyes On is a high-speed, multi-threaded surveillance tool by Y0oshi (@rde0) for locating open IP cameras worldwide. Unifies Google Dorking and Directory Scraping into a single OSINT engine.

View Repository
128147 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Project Eyes On v3.0 (Global Surveillance)

Coded by: Y0oshi (IG: @rde0)

"The unified intelligence tool for mass IP camera scanning."

Banner Python License

Screenshot

Overview

Project Eyes On is a hyper-fast, multi-threaded surveillance tool designed to locate open IP cameras across the globe. It combines two powerful engines:

  1. Directory Scraper: Harvests feeds from Insecam.
  2. Deep Web Dorking: Uses Google & Yahoo search dorks to find hidden cameras not listed in public directories.

Features

  • Parallel Engine: Queries Yahoo and Startpage simultaneously for maximum speed and results.
  • GeoIP Enrichment: Automatically resolves camera IP locations to City, Country (e.g., "New York, United States").
  • Smart Deduplication: Merges results from multiple engines to ensure unique feeds.
  • Direct Connection: Optimized for speed without unreliable proxies.
  • Country Targeting: Target specific regions (e.g., /country US, /country RU).
  • Live Verification: Automatically detects stream types (MJPEG, JPEG, Video).

Installation

Prerequisites

  • Python 3.x
  • Pip

macOS / Linux

  1. Clone the Repository:
root@kitploit:~
git clone https://github.com/Y0oshi/Project-Eyes-On.git
cd Project-Eyes-On
  1. Install Global Command: The installer script sets up dependencies and creates the eyeson command.
root@kitploit:~
chmod +x install.sh
sudo ./install.sh
  1. Run:
root@kitploit:~
sudo eyeson

Windows

  1. Clone the Repository:
root@kitploit:~
git clone https://github.com/Y0oshi/Project-Eyes-On.git
cd Project-Eyes-On
  1. Automated Install: Just double-click install.bat or run:
root@kitploit:~
install.bat
  1. Run:
root@kitploit:~
eyeson.bat

Usage

Commands

Disclaimer

This tool is for educational purposes and security auditing only. The author (Y0oshi) is not responsible for any misuse of this software.

Notice to Camera Owners: If your device is found by this tool, it is not the developer's fault. It means your stream is public. Don't be dumb put a password on your camera.


Follow on Instagram: @rde0

Download Tool
CommandDescriptionExample
/scrape [Pages]Scrape Insecam (Public Directory)/scrape 5
/scan [Pages]Google Dork Search (Deep Web)/scan 50
/country [Code]Target Logic (e.g., US, JP, RU)/country US
/mode [Type]Filter (ALL, STREAM, SNAPSHOT)/mode STREAM
/exitQuit Tool/exit