Skip to content

brandonsr/saycheese

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Spanish

SayCheese v1.0

Take webcam shots from target just sending a malicious link

cheese

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):

git clone https://github.com/thelinuxchoice/saycheese
cd saycheese
bash saycheese

Installing (Termux)

pkg install root-repo
pkg install php
pkg install git (if you don't have)
pkg install wget

SayCheese v1.0 (Espanol)

Toma fotografias de la webcam con un enlace malicioso.

cheese

Como funciona?

La herramienta genera un HTTPS page usando Serveo o Ngrok utilizando el reenvio de puertos, y un codigo Javascript para la camara usando: MediaDevices.getUserMedia.

El método MediaDevices.getUserMedia () solicita al usuario permiso para usar una entrada de medios que produce un MediaStream con pistas que contienen los tipos de medios solicitados. Esa transmisión puede incluir, por ejemplo, una pista de video (producida por un hardware o una fuente de video virtual, como una cámara, un dispositivo de grabación de video, un servicio para compartir pantalla, etc.), una pista de audio (de manera similar, producida por un dispositivo físico o fuente de audio virtual como un micrófono, A

Ver mas acerca de: MediaDEvices.getUserMedia() here

Instalacion (Kali Linux):

git clone https://github.com/thelinuxchoice/saycheese
cd saycheese
bash saycheese

Instalacion (Termux)

pkg install root-repo
pkg install php
pkg install git (if you don't have)
pkg install wget

About

Grab target's webcam shots by link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 49.1%
  • HTML 26.2%
  • JavaScript 9.0%
  • CSS 8.2%
  • PHP 7.5%