Skip to content

AL-MARID/GHOST-CAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHOST-CAM

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 WEBrick library in Ruby to receive images through the /upload path.
GHOST-CAM

Download

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

About

A Ruby-based tool for remote camera access via social engineering, creating fake HTML pages and capturing images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors