From c815f53e672e0b45a1f6cabc86dbbc0fa8f9afa6 Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 4 Aug 2022 19:37:33 +0530 Subject: [PATCH] interactsh test domain update --- v2/pkg/testutils/testutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/testutils/testutils.go b/v2/pkg/testutils/testutils.go index 732825ce6..d28ebeb63 100644 --- a/v2/pkg/testutils/testutils.go +++ b/v2/pkg/testutils/testutils.go @@ -58,7 +58,7 @@ var DefaultOptions = &types.Options{ Templates: []string{}, ExcludedTemplates: []string{}, CustomHeaders: []string{}, - InteractshURL: "https://interact.sh", + InteractshURL: "https://oast.me", InteractionsCacheSize: 5000, InteractionsEviction: 60, InteractionsCoolDownPeriod: 5,