Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/social_engineering/firefox_extension_bindshell/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
firefox_extension_bindshell:
9
enable: true
10
category: ["Social Engineering"]
11
name: "Firefox Extension (Bindshell)"
12
description: "Create on the fly a malicious Firefox extension that binds a shell to a specified port.<br/><br/>The extension is based on the original work from Michael Schierl and his Metasploit module, and joev's Firefox payloads for Metasploit."
13
authors: ["antisnatchor", "bcoles"]
14
target:
15
user_notify:
16
FF:
17
min_ver: 1
18
max_ver: 56
19
not_working: ["All"]
20
21