Camphish – All Android devices and Windows computers have a front camera on this camera. We are used to taking selfies or video calls, but hackers use this camera to view them. Yes, every hacker has hacked your front camera through the post link
What is CamPhish?
CamPhish is a technology for taking pictures of the target cell phone camera or computer web camera. CamPhish hosts a fake website on an embedded PHP server and uses ngrok and Servo to generate a link, which we send to a destination that can be used over the Internet. The website will ask for camera permission, if the target allows, this tool will take pictures from the camera of the target device.
Requirements
- PHP
- Git
- OpenSSH
- wget
How to install the requirements?
Termux
pkg install phppkg install gitpkg install opensshpkg install wget
Linux
sudo apt-get install phpsudo apt-get install gitsudo apt-get install opensshsudo apt-get install wget
Tested Platform
- Kali Linux
- Termux
- macOS
- Ubuntu
- Parrot Sec OS
How to install the Camphish Tool?
Step 1:
First of all, we need to download the tool so type the below command on your terminal
git clone https://github.com/techchipnet/CamPhish.git
Step 2:
Now change the directory to Camphish so type the following
cd CamPhish
Step 3:
Permit to read write and execute camephish.sh scripts so type the below commands
chmod +x camphish.sh
Step 4:
After that run the camphish.sh bash scripts so type this below command
bash camphish.sh
Choose port forwarding option any one of two ngrok and servo.net. After that choose templates
Step 5:
After completing all the above operations, you will get a ngrok link for sharing. Share this link on your target. If your target clicks on this link, it means you will get a front camera shot every 2 seconds.
Post a Comment