
Hi there, HowToKR Readers, Hope everyone is fine in this Corona Pandemic. Today in this post am going to tell you how to Hack Someone's Front Camera Using Termux, and take some selfies without knowing them. The script is based on phishing attack, which will work on an android when a victim open a link and then the script automatically take some snaps from the front camera and send it back to your device. Isn’t it interesting, so let’s dive into the main part.
Stay Tuned – Stay Curious with How To KR So here is the scenario to hack Someone's Smartphone's Front Camera
Firstly you have to install a tool called Saycheese in Termux
Then Configure it with Ngrok
Now everything is ready, just start the Ngrok servers and you have to send the link to the victim
When they open the link, if they allow permission for the camera then you will get the pictures
This is not gonna be a long tutorial, am going to make it too short and understand by everyone. So just follow these steps to get started.
For beginners, ngrok is a cross-platform program that allows developers to expose local development servers to the Internet with minimal effort. The program makes the locally installed web server appear to be installed on the ngrok.com subdomain, meaning that no public IP or domain name is needed on the local computer. Firstly you have to install The Termux App, and learn some basic commands, as I have posted about termux and termux commands in previous posts. If installed then open the app and type below commands
apt update && apt upgrade
Then type
termux-setup-storage
Then give storage access. Now type below command to install git, in the meanwhile, we have already shared all basic Termux Commands list here
pkg install git
After that type this command to install Saycheese
git clone https://github.com/thelinuxchoice/saycheese
Now type
cd saycheese
Then type
bash saycheese.sh

If it asks for Ngrok install, just enter Yes. You will see an interface like this, Just select Ngrok or Servero by typing 1 or 2 (Mostly Use 1 – As it work always). Now you will get a direct link which can be sent to the victim now.
In case if your direct link is blank then turn on mobile hotspot and try again. If your victim opens the link and gives access to the camera, then you will receive the captured photos of his/her front camera.
Now you can stop the program by CTRL+C

and type ls to see the received files on Saycheese. You will see something like this
cam10mar2020....xxx.png
Once you have received these image file you need to copy them in your storage so that you can view them. Just type
cp <file name> /data/data/com.termux/files/home/storage/downloads

Now, open file manager, you will see the photos That's all, this is one of the easier ways to Hack Someone's Smartphone's front camera Note: This tutorial is only for educational purposes only, we are not responsible for any misuse
I did it to my frnd, and now he is shocked, that how did I took pictures of him. without him knowing. hahahaah lol. By the Way - Thanks a Lot