CamPhish – Grab Cam Shots From a Target’s Phone Front Camera

Hello everyone. Welcome to this post about CamPhish, a Termux tool for capturing screenshots from a target’s phone’s front camera.

Termux is the best app for fun for curious Android users, but if you are an advanced user, you can do many things with it. To learn more about Termux, sign up for our newsletter to receive updates on our best techniques, which we share every week:

What is CamPhish?

CamPhish is a termux tool that uses a technique to take cam shots of a target’s phone front camera or PC webcam.

How CamPhish works?

CamPhish hosts a fake website on an in-built PHP server and uses ngrok and serveo to generate a link that will be forwarded to the target, and it can be used all over the internet.

The website asks for camera permission and waits for the targeted device to allow the request. The tool then automatically captures screenshots of the target’s device if the target allows it.

Features

Here is a list of some of the features that Camphish offers. It contains two automatic webpage templates for the engaged target on the webpage to get more pictures of the camera.

  • Festival Wishing
  • Live on YouTube TV
  • Online Meeting [Beta]

Who can install this tool?

This tool was tested On some different Linux distributions, any Linux user can use this tool.

In this post, we’ll look at how to get and install CamPhish in Termux. Although the installation process is similar in any Linux distribution,

Installation requirements

When you want to install any tool in Termux, you have to first install some tools to avoid errors during the installation process. This tool requires PHP for the web server, SSH, or serveo link.

Before we can install any tool in Termux, we must first update and upgrade our Termux repository with the following command:

pkg update && upgrade

After that, we can then continue the installation of the requirements. As the tool requires the installation of PHP, openssh and wget. We are going to start by installing them by using the command:

pkg -y install php openssh wget

And then, the following step is to install git so that we can get CamPhish from GitHub. We can also use the command:

pkg install git

Now, after we have done installing all the requirements, we can then get CamPhish from GitHub using the command:

git clone https://github.com/techchipnet/CamPhish

Once the cloning process is done, we can then move into the CamPhish folder using the command:

cd CamPhish

Then, the last process is to run CamPhish script using the command:

bash camphish.sh
camphish

Well, done. We can now start using CamPhish without any problems.

If you got any error during the installation process, you can restart the process and if the error persists, you can leave us a comment to assist you. Thanks

You may also like...

1 Response

  1. 20 September 2023

    […] CamPhish – Grab Cam Shots From a Target’s Phone Front Camera […]

Leave a Reply