23 lines
741 B
YAML
23 lines
741 B
YAML
#
|
|
# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
detect_extensions:
|
|
enable: true
|
|
category: "Browser"
|
|
name: "Detect Chrome/Firefox Extensions"
|
|
description: "This module detects Extensions in Chrome and Firefox "
|
|
authors: ["koto", "bcoles", "nbblrr"]
|
|
target:
|
|
working:
|
|
FF:
|
|
min_ver: 1
|
|
max_ver: latest
|
|
C:
|
|
min_ver: 1
|
|
max_ver: 18
|
|
not_working: ["All"]
|