RGSecurityTeam / v0.1 / Camera Phishing Framework
Silent Camera Capture Framework
A modern, modular camera phishing tool that silently captures high-quality images through the victim's webcam using social engineering templates and an encrypted tunnel.
01 Overview
02 Templates
03 Installation
| Dependency | Purpose | Status |
|---|---|---|
| php | Built-in web server to serve templates | Required |
| php-cgi | Fallback CGI server (Parrot OS fix) | Required |
| curl | Network requests and health checks | Required |
| wget | Downloading cloudflared binary | Required |
| jq | JSON processing for secret message template | Required |
| cloudflared | Public HTTPS tunnel generation | Auto-Downloaded |
| lolcat | Colorful terminal banner output | Auto-Installed |
Download Evil-Eye from GitHub to your local machine.
git clone https://github.com/rgsecteam/evil-eye.git
cd evil-eye
Install required packages. Evil-Eye will auto-install most on first run, but pre-installing is recommended.
sudo apt update
sudo apt install -y php php-cgi curl wget jq
# lolcat and cloudflared are auto-installed on first run
brew install php curl wget jq
gem install lolcat
Give execution permission and launch Evil-Eye.
chmod +x evel.sh
bash evel.sh
04 Usage Guide
bash evel.sh — tool checks internet, verifies all dependencies.captured_imgs/ folder.Ctrl+C to terminate. Images auto-move to output folder.captured_imgs/ — JPEG images from target's camera, named with timestamp.captured_ip.txt — Target IP address and user-agent logged here.trycloudflare.com link. Works from any network. Recommended.127.0.0.1:9090 only. Useful for local testing on the same device or LAN.php-cgi is installed as a fallback server.05 Legal
Evil-Eye is developed strictly for educational purposes and authorized penetration testing only. This tool demonstrates how camera phishing attacks work so that security professionals and researchers can understand, detect, and defend against them.
This software is provided "as-is" with no warranty. RGSecurityTeam is not liable for any damages or legal issues resulting from misuse.