From e31f0b8c44d5e832decf91d5d262dfcd51dceeab Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Mon, 22 Jun 2015 15:11:21 +0000 Subject: [PATCH] use localhost for integration tests --- 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 0b4ec4984..7e3ce5a00 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -6,8 +6,8 @@ BEEF_TEST_DIR = "/tmp/beef-test/" # General constants -ATTACK_DOMAIN = "attacker.beefproject.com" -VICTIM_DOMAIN = "attacker.beefproject.com" +ATTACK_DOMAIN = "127.0.0.1" +VICTIM_DOMAIN = "127.0.0.2" ATTACK_URL = "http://" + ATTACK_DOMAIN + ":3000/ui/panel" VICTIM_URL = "http://" + VICTIM_DOMAIN + ":3000/demos/basic.html"