CAMPHISH - thrisha-001/Cyber-Security-Placement-Training GitHub Wiki
What is CamPhish?
CamPhish is techniques to take cam shots of target's phone front 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
STEP 1 : Use this commands -
"git clone https://github.com/techchipnet/CamPhish" : Run this command to download the CamPhish project repository from GitHub. This will create a new directory named CamPhish
containing the project's files.
"cd CamPhish" : This command changes the current directory to the CamPhish
directory.
"bash camphish.sh" : Run this command to execute the camphish.sh
script, which starts the main functionality of the CamPhish project.
STEP 2 : Select the server and the template.
STEP 3 : Send the link to the target, if needed shorten the url using bitly
. If the target, gives the permission for camera access then the images are captured or else it's a failure.