Merge pull request #1904 from beefproject/fix_default_values
moving these back to defaults
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -120,6 +120,3 @@ node_modules/
|
||||
# Generated files
|
||||
out/
|
||||
doc/rdoc/
|
||||
|
||||
# User-specific files
|
||||
config.yaml
|
||||
|
||||
@@ -69,13 +69,13 @@ beef:
|
||||
|
||||
# Prefer WebSockets over XHR-polling when possible.
|
||||
websocket:
|
||||
enable: true
|
||||
enable: false
|
||||
port: 61985 # WS: good success rate through proxies
|
||||
# Use encrypted 'WebSocketSecure'
|
||||
# NOTE: works only on HTTPS domains and with HTTPS support enabled in BeEF
|
||||
secure: true
|
||||
secure_port: 61986 # WSSecure
|
||||
ws_poll_timeout: 60000 # poll BeEF every 60 second
|
||||
ws_poll_timeout: 5000 # poll BeEF every x second, this affects how often the browser can have a command execute on it
|
||||
ws_connect_timeout: 500 # useful to help fingerprinting finish before establishing the WS channel
|
||||
|
||||
# Imitate a specified web server (default root page, 404 default error page, 'Server' HTTP response header)
|
||||
|
||||
Reference in New Issue
Block a user