diff --git a/cmd/shogo/commands/stats.go b/cmd/shogo/commands/stats.go index 0667c8a..8cc3efa 100644 --- a/cmd/shogo/commands/stats.go +++ b/cmd/shogo/commands/stats.go @@ -18,6 +18,7 @@ var statsCmd = &cobra.Command{ Args: cobra.MinimumNArgs(1), Run: func(_ *cobra.Command, args []string) { utils.CheckColor() + // Create flags & pool flags := &shodan.Flags{ Args: args,