#
# 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:
        browser_fingerprinting:
            enable: true
            category: "Browser"
            name: "Fingerprint Browser (PoC)"
            description: "This module attempts to fingerprint the browser type and version using URI protocol handlers unique to Safari, Internet Explorer and Mozilla Firefox."
            authors: ["bcoles"]
            target:
                working: ["IE", "FF", "S"]
                not_working: ["ALL"]
