moving these back to defaults
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -120,6 +120,3 @@ node_modules/
|
|||||||
# Generated files
|
# Generated files
|
||||||
out/
|
out/
|
||||||
doc/rdoc/
|
doc/rdoc/
|
||||||
|
|
||||||
# User-specific files
|
|
||||||
config.yaml
|
|
||||||
|
|||||||
@@ -69,13 +69,13 @@ beef:
|
|||||||
|
|
||||||
# Prefer WebSockets over XHR-polling when possible.
|
# Prefer WebSockets over XHR-polling when possible.
|
||||||
websocket:
|
websocket:
|
||||||
enable: true
|
enable: false
|
||||||
port: 61985 # WS: good success rate through proxies
|
port: 61985 # WS: good success rate through proxies
|
||||||
# Use encrypted 'WebSocketSecure'
|
# Use encrypted 'WebSocketSecure'
|
||||||
# NOTE: works only on HTTPS domains and with HTTPS support enabled in BeEF
|
# NOTE: works only on HTTPS domains and with HTTPS support enabled in BeEF
|
||||||
secure: true
|
secure: true
|
||||||
secure_port: 61986 # WSSecure
|
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
|
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)
|
# Imitate a specified web server (default root page, 404 default error page, 'Server' HTTP response header)
|
||||||
|
|||||||
Reference in New Issue
Block a user