Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/browser/detect_extensions/config.yaml
1154 views
1
#
2
# Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
beef:
7
module:
8
detect_extensions:
9
enable: true
10
category: "Browser"
11
name: "Detect Extensions"
12
description: "This module detects extensions installed in Google Chrome and Mozilla Firefox."
13
authors: ["koto", "bcoles", "nbblrr"]
14
target:
15
working:
16
FF:
17
min_ver: 1
18
max_ver: 50
19
C:
20
min_ver: 1
21
max_ver: 18
22
not_working: ["All"]
23
24