Remove experimental extensions from config.yaml

This commit is contained in:
Brendan Coles
2017-12-08 18:14:32 +00:00
parent 946f593b5e
commit 903d364450
16 changed files with 30 additions and 27 deletions

View File

@@ -147,24 +147,26 @@ beef:
enable: false
# You may override default extension configuration parameters here
# Note: additional experimental extensions are available in the 'extensions' directory
# and can be enabled via their respective 'config.yaml' file
extension:
admin_ui:
enable: true
demos:
enable: true
events:
enable: true
evasion:
enable: false
requester:
enable: true
proxy:
enable: true
key: "beef_key.pem"
cert: "beef_cert.pem"
network:
enable: true
metasploit:
enable: false
social_engineering:
enable: true
evasion:
enable: false
ipec:
xssrays:
enable: true
# this is still experimental..
dns:
enable: false
# this is still experimental..
dns_rebinding:
enable: false

View File

@@ -7,7 +7,7 @@ beef:
extension:
admin_ui:
name: 'Admin UI'
enable: true
enable: false
favicon_file_name: "favicon.ico"
favicon_dir: "/images"
login_fail_delay: 1

View File

@@ -6,6 +6,6 @@
beef:
extension:
autoloader:
enable: true
enable: false
name: 'Autoloader'

View File

@@ -6,7 +6,7 @@
beef:
extension:
demos:
enable: true
enable: false
name: 'Demos'
demo_path: "/demos/basic.html"

View File

@@ -6,7 +6,7 @@
beef:
extension:
dns:
enable: true
enable: false
name: 'DNS Server'
authors: ['soh_cah_toa']
protocol: 'udp'

View File

@@ -1,7 +1,7 @@
beef:
extension:
dns_rebinding:
enable: true
enable: false
name: 'DNS Rebinding'
authors: ['Milovanov T.I.']
#Addresses are split into internal/external for more convenient attack

View File

@@ -6,7 +6,7 @@
beef:
extension:
evasion:
enable: true
enable: false
name: 'Evasion'
authors: ["antisnatchor"]
exclude_core_js: ["lib/jquery-1.12.4.min.js", "lib/json2.js", "lib/jools.min.js", "lib/mdetect.js"]

View File

@@ -6,6 +6,6 @@
beef:
extension:
events:
enable: true
enable: false
name: 'Events'

View File

@@ -6,6 +6,6 @@
beef:
extension:
ipec:
enable: true
enable: false
name: 'Inter-Protocol Exploitation'
authors: ["antisnatchor"]

View File

@@ -20,7 +20,7 @@ beef:
extension:
metasploit:
name: 'Metasploit'
enable: true
enable: false
# Metasploit msgrpc connection options
host: "127.0.0.1"
port: 55552

View File

@@ -7,7 +7,7 @@ beef:
extension:
network:
name: 'Network'
enable: true
enable: false
authors: ["bcoles"]
description: "This extension facilitates interaction with hosts on a zombie browser's local area network(s). It provides a point and click interface for performing a variety of actions including host discovery, fingerprinting and exploitation. Identified network hosts are available in the Network -> Hosts panel. Identified network services are available in the Network -> Services panel. Right-click a host or service for more options."
# enable this option to record private network hosts and services only (RFC1918 IPv4, private IPv6, localhost)

View File

@@ -7,8 +7,9 @@ beef:
extension:
proxy:
name: 'Proxy'
enable: true
enable: false
address: "127.0.0.1"
port: 6789
authors: ["antisnatchor", "scotty"]
key: "beef_key.pem"
cert: "beef_cert.pem"

View File

@@ -7,5 +7,5 @@ beef:
extension:
requester:
name: 'Requester'
enable: true
enable: false
authors: ["antisnatchor", "scotty"]

View File

@@ -6,7 +6,7 @@
beef:
extension:
social_engineering:
enable: true
enable: false
name: 'Social Engineering'
authors: ["antisnatchor"]
web_cloner:

View File

@@ -7,7 +7,7 @@ beef:
extension:
webrtc:
name: 'WebRTC'
enable: true
enable: false
authors: ["xntrik"]
stunservers: '["stun:stun.l.google.com:19302","stun:stun1.l.google.com:19302","turn:numb.viagenie.ca:3478"]'
# stunservers: '["stun:stun.l.google.com:19302"]'

View File

@@ -6,7 +6,7 @@
beef:
extension:
xssrays:
enable: true
enable: false
name: 'XSSRays'
authors: ["antisnatchor"]
clean_timeout: 3000