Projects STRLCPY shodanidb Commits 89d435fa
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 12 lines
    13 13  ## Usage
    14 14   
    15 15  ```shell
    16  -echo [ip] | shodanidb [options]
     16 +echo <ip> | shodanidb [options]
    17 17   
    18 18   
    19 19  Options:
    skipped 6 lines
    26 26   -compare Compare new results with a JSON file
    27 27   -url Show only IP and Port
    28 28   -v Verbose mode
     29 + -c Concurrency (default 5)
    29 30   
    30 31   
    31 32  # Simple Usage:
    skipped 25 lines
  • ■ ■ ■ ■ ■
    shodanidb.go
    skipped 53 lines
    54 54   flag.IntVar(&concurrency, "c", 5, "Concurrency")
    55 55   flag.Parse()
    56 56   
    57  - 
    58 57   var inputs, targets []string
    59 58   
    60 59   if flag.NArg() > 0 {
    skipped 278 lines
Please wait...
Page is in error, reload to recover