Projects STRLCPY shodanidb Commits c54be13e
🤬
  • ■ ■ ■ ■ ■ ■
    shodanidb.go
    skipped 50 lines
    51 51   flag.BoolVar(&verbose, "v", false, "Verbose")
    52 52   
    53 53   var compareFile string
    54  - flag.StringVar(&compareFile, "compare", "", "Compare data with a JSON file")
     54 + flag.StringVar(&compareFile, "compare", "", "Compare new results with a JSON file")
    55 55   
    56 56   var url bool
    57  - flag.BoolVar(&url, "url", false, "Show URLs only")
     57 + flag.BoolVar(&url, "url", false, "Show only IP and Port")
    58 58   
    59 59   flag.Parse()
    60 60   
    skipped 287 lines
Please wait...
Page is in error, reload to recover