#
# Copyright (c) 2006-2024 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"]
