CamPhish : Grab Cam Shots From Target’S Phone Front Camera Or PC Webcam Just Sending A Link.

CamPhish is techniques to take cam shots of target’s phone fornt camera or PC webcam. CamPhish Hosts a fake website on in built PHP server and uses ngrok & serveo to generate a link which we will forward to the target, which can be used on over internet. website asks for camera permission and if the target allows it, this tool grab camshots of target’s device

Features

In this tool I added two automatic webpage templates for engaged target on webpage to get more picture of cam

  • Festival Wishing
  • Live YouTube TV

simply enter festival name or youtube’s video ID

This Tool Tested On

  • Kali Linux
  • Termux
  • MacOS
  • Ubuntu
  • Perrot Sec OS

Installing And Requirements

This tool require PHP for webserver, SSH or serveo link. First run following command on your terminal

apt-get -y install php openssh git wget

Installing (Kali Linux/Termux)

git clone https://github.com/techchipnet/CamPhish
cd CamPhish
bash camphish.sh

R K

Recent Posts

Understanding the Model Context Protocol (MCP) and How It Works

Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

6 days ago

The file Command – Quickly Identify File Contents in Linux

While file extensions in Linux are optional and often misleading, the file command helps decode what a…

6 days ago

How to Use the touch Command in Linux

The touch command is one of the quickest ways to create new empty files or update timestamps…

6 days ago

How to Search Files and Folders in Linux Using the find Command

Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

6 days ago

How to Move and Rename Files in Linux with the mv Command

Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

6 days ago

How to Create Directories in Linux with the mkdir Command

Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…

6 days ago