From f3094414069ce23365e5fdfac3c54df1485d3bb9 Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Wed, 28 Sep 2011 15:11:00 +0000 Subject: [PATCH] Added IPEC Bindshell (POSIX) module Fixes issue 476 git-svn-id: https://beef.googlecode.com/svn/trunk@1314 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 05ca0157a..b45dd68bb 100644 --- a/config.yaml +++ b/config.yaml @@ -27,11 +27,11 @@ beef: permitted_ui_subnet: "0.0.0.0/0" http: - host: "0.0.0.0" - port: "3000" + host: "whatweb.net" + port: "31777" # if running behind a nat set the public ip address here #public: "" - dns: "localhost" + dns: "127.0.0.1" panel_path: "/ui/panel" hook_file: "/hook.js" hook_session_name: "BEEFHOOK" @@ -58,6 +58,10 @@ beef: # You may override default extension configuration parameters here extension: + admin_ui: + enable: true + username: "beef" + password: "beef" requester: enable: true proxy: