diff --git a/test/common/test_constants.rb b/test/common/test_constants.rb index e909afec3..a6d16b0ca 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -1 +1,4 @@ -BEEF_TEST_DIR = "/tmp/beef-test/" \ No newline at end of file +BEEF_TEST_DIR = "/tmp/beef-test/" + +ATTACK_DOMAIN = "attacker.beefproject.com" +VICTIM_DOMAIN = "victim.beefproject.com" \ No newline at end of file