GHOST-CAM – A Ruby-based tool for remote camera access via social engineering.
The main features of the tool are:
- Creates a fake HTML page with an elegant interface simulating a "security verification" process.
- Automatically activates the victim’s camera via
JavaScript. - Captures images repeatedly and sends them to the server every 0.5 seconds.
- Runs a local server using the
WEBricklibrary in Ruby to receive images through the/uploadpath.
|
git clone https://github.com/AL-MARID/GHOST-CAM.git
Enter the tool directory
cd GHOST-CAM
Give execute permission to the install script
chmod +x install.sh
Run the install script
./install.sh
Give execute permission to the tool file
chmod +x bin/GHOST-CAM.rb
Run the tool directly (make sure it has execute permission)
./bin/GHOST-CAM.rb
Run the tool using Ruby interpreter (no execute permission needed)
ruby bin/GHOST-CAM.rb

