diff --git a/v2/internal/runner/runner.go b/v2/internal/runner/runner.go index 839acc6f8..7b7590a89 100644 --- a/v2/internal/runner/runner.go +++ b/v2/internal/runner/runner.go @@ -199,7 +199,7 @@ func New(options *types.Options) (*Runner, error) { } } - if options.Interactsh { + if !options.NoInteractsh { interactshClient, err := interactsh.New(&interactsh.Options{ ServerURL: options.InteractshURL, CacheSize: int64(options.InteractionsCacheSize),