From 441620462d2428372ffe07852dd91b9aed364428 Mon Sep 17 00:00:00 2001 From: Francois van der Hoven Date: Wed, 28 Feb 2018 11:44:16 +1000 Subject: [PATCH] Restore original test constants --- test/common/test_constants.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/test_constants.rb b/test/common/test_constants.rb index 683409519..d5bca374c 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -12,8 +12,8 @@ ATTACK_URL = "http://" + ATTACK_DOMAIN + ":3000/ui/panel" VICTIM_URL = "http://" + VICTIM_DOMAIN + ":3000/demos/basic.html" # Credentials -BEEF_USER = "beefuser" -BEEF_PASSWD = "beefpass" +BEEF_USER = "beef" +BEEF_PASSWD = "test" # RESTful API root endpoints RESTAPI_HOOKS = "http://" + ATTACK_DOMAIN + ":3000/api/hooks"