19 lines
608 B
YAML
19 lines
608 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
detect_google_desktop:
|
|
enable: true
|
|
category: "Host"
|
|
name: "Detect Google Desktop"
|
|
description: "This module attempts to detect Google Desktop running on the default port 4664."
|
|
authors: ["bcoles"]
|
|
target:
|
|
not_working:
|
|
ALL:
|
|
os: ["iOS"]
|
|
working: ["ALL"]
|