Merge pull request #1904 from beefproject/fix_default_values

moving these back to defaults
This commit is contained in:
jcrew99
2020-04-09 13:45:20 +10:00
committed by GitHub
2 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View File

@@ -120,6 +120,3 @@ node_modules/
# Generated files
out/
doc/rdoc/
# User-specific files
config.yaml

View File

@@ -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)