update config to allow for metasploit connectivity
git-svn-id: https://beef.googlecode.com/svn/trunk@644 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -7,7 +7,7 @@ permitted_hooking_subnet = "0.0.0.0/0"
|
||||
#permitted_ui_subnet = "127.0.0.1/32"
|
||||
permitted_ui_subnet = "0.0.0.0/0"
|
||||
|
||||
http_host = "127.0.0.1"
|
||||
http_host = "74.63.253.9"
|
||||
http_port = "3000"
|
||||
http_dns = "localhost"
|
||||
|
||||
@@ -33,3 +33,10 @@ favicon_file_name = "favicon.ico"
|
||||
favicon_dir = "/public/images"
|
||||
|
||||
|
||||
enable_msf = 0
|
||||
msf_host = "127.0.0.1"
|
||||
msf_path = "/RPC2"
|
||||
msf_port = 55553
|
||||
msf_user = "msf"
|
||||
msf_pass = "abc123"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user