From 698e01bb834b9cee3439f42764148280b2714c9d Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sun, 4 Mar 2012 16:36:08 +0100 Subject: [PATCH] reverted back test_contants definition. --- 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 bb25aed5b..b7390f0ae 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -1,6 +1,6 @@ BEEF_TEST_DIR = "/tmp/beef-test/" -ATTACK_DOMAIN = "127.0.0.1" -VICTIM_DOMAIN = "127.0.0.1" +ATTACK_DOMAIN = "attacker.beefproject.com" +VICTIM_DOMAIN = "attacker.beefproject.com" ATTACK_URL = "http://" + ATTACK_DOMAIN + ":3000/ui/panel" VICTIM_URL = "http://" + VICTIM_DOMAIN + ":3000/demos/basic.html"