This commit is contained in:
Ice3man543 2021-04-18 17:29:01 +05:30
parent e8747fc2da
commit 993416d77c

View File

@ -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),