Added IPEC Bindshell (POSIX) module
Fixes issue 476 git-svn-id: https://beef.googlecode.com/svn/trunk@1314 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
10
config.yaml
10
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:
|
||||
|
||||
Reference in New Issue
Block a user