https://github.com/breakpointhq/snoop
Secretly record audio and video with chromium based browsers.
https://github.com/breakpointhq/snoop
macos pentest pentesting redteam spy voodoo
Last synced: about 1 month ago
JSON representation
Secretly record audio and video with chromium based browsers.
- Host: GitHub
- URL: https://github.com/breakpointhq/snoop
- Owner: breakpointHQ
- Created: 2022-03-14T21:53:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T15:22:11.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:56:19.636Z (about 2 months ago)
- Topics: macos, pentest, pentesting, redteam, spy, voodoo
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 20
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snoop
TCC restricts access to the device camera and microphone to protect user data from unauthorized access.But... If you trusted your browser with your microphone or camera, Snoop can show you how a man-in-the-browser attack can secretly be recording you.
## Usage
If you don't have VOODOO installed
```sh
$: sudo gem install get-voodoo
```OR
```sh
$: gem install get-voodoo --user-install
```When installation without `sudo` make sure that `/Users/[user]/.gem/ruby/[version]/bin` is in your `PATH`.
Clone or download the repository, and run the `voodoo template` command.
```sh
$: git clone [email protected]:breakpointHQ/snoop.git
```Recording audio
```sh
$: voodoo template ./snoop -o play.webm
```The `save` parameter can be used to choose how often (in milliseconds) audio data will be saved to disk.
```sh
$: voodoo template ./snoop -o play.webm --params save:1000
```Taking a picture
```sh
$: voodoo template ./snoop/camera -o you.jpg
```The `size` parameter can be used to set the size in pixels of the captured picture.
```sh
$: voodoo template ./snoop/camera -o you2.jpg --params size:1000
```## Legal Disclaimer
Usage of this code for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.