16 lines
837 B
YAML
16 lines
837 B
YAML
#
|
|
# Copyright (c) 2006-2022 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
webcam_flash:
|
|
enable: true
|
|
category: "Browser"
|
|
name: "Webcam (Flash)"
|
|
description: "This module will show the Adobe Flash 'Allow Webcam' dialog to the user. The user has to click the allow button, otherwise this module will not return pictures.<br />The title/text to convince the user can be customised. You can customise how many pictures you want to take and in which interval (default will take 20 pictures, 1 picture per second). The picture is sent as a base64 encoded JPG string."
|
|
authors: ["floyd @floyd_ch"]
|
|
target:
|
|
working: ["All"]
|