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,