see if there is output?

This commit is contained in:
Josh
2020-04-27 21:11:44 -07:00
parent 25e139d379
commit 23b53d3276

View File

@@ -103,7 +103,7 @@ RSpec.describe 'BeEF WebSockets: Browser Hooking', :run_on_browserstack => true
#prepare for the HTTP model
@hooks = JSON.parse(RestClient.get "#{RESTAPI_HOOKS}?token=#{@token}")
p @hooks
@session = @hooks['hooked-browsers']['online']
@session = @hooks['hooked-browsers']
p @session
end