From 9b1cae67903407c118ce7f688962cb06e53c735d Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Fri, 31 Aug 2012 15:22:09 +0100 Subject: [PATCH] Added social_engineering extension to main BeEF config file. --- config.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 46c5e98c0..2c5939e42 100644 --- a/config.yaml +++ b/config.yaml @@ -20,12 +20,12 @@ beef: debug: false restrictions: - # subnet of browser ip addresses that can hook to the framework + # subnet of browser ip addresses that can hook to the framework permitted_hooking_subnet: "0.0.0.0/0" - # subnet of browser ip addresses that can connect to the UI + # subnet of browser ip addresses that can connect to the UI # permitted_ui_subnet: "127.0.0.1/32" permitted_ui_subnet: "0.0.0.0/0" - + http: debug: false #Thin::Logging.debug, very verbose. Prints also full exception stack trace. host: "0.0.0.0" @@ -69,7 +69,7 @@ beef: # db_file is only used for sqlite db_file: "beef.db" - + # db connection information is only used for mysql/postgres db_host: "localhost" db_name: "beef" @@ -87,11 +87,13 @@ beef: # You may override default extension configuration parameters here extension: requester: - enable: true + enable: true proxy: - enable: true + enable: true metasploit: enable: false + social_engineering: + enable: false console: shell: enable: false