this should break

This commit is contained in:
Josh
2020-04-27 22:29:06 -07:00
parent 993b288c47
commit 3a46868386

View File

@@ -22,7 +22,7 @@ RSpec.describe 'Browser hooking with Websockets', :run_on_browserstack => true d
@config.set('beef.credentials.passwd', "beef")
@config.set('beef.http.websocket.secure', false)
@config.set('beef.http.websocket.enable', true)
@ws = BeEF::Core::Websocket::Websocket.instance
# @ws = BeEF::Core::Websocket::Websocket.instance
@username = @config.get('beef.credentials.user')
p "This is the /n #@username "
@password = @config.get('beef.credentials.passwd')