moving these back to defaults

This commit is contained in:
Josh
2020-04-08 20:26:15 -07:00
parent e5381e3c93
commit 4e0a2bb465
2 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View File

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

View File

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