17 lines
747 B
YAML
17 lines
747 B
YAML
#
|
|
# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
browser_fingerprinting:
|
|
enable: true
|
|
category: "Browser"
|
|
name: "Fingerprint Browser"
|
|
description: "This module attempts to fingerprint the browser type and version using URI handlers unique to Safari, Internet Explorer and Mozilla Firefox. This method does not rely on JavaScript objects which may have been modified by the user or browser compatibility mode."
|
|
authors: ["bcoles"]
|
|
target:
|
|
working: ["IE", "FF", "S"]
|
|
not_working: ["ALL"]
|