Projects STRLCPY csprecon Commits eec902a2
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 51 lines
    52 52   
    53 53  Flags:
    54 54  INPUT:
    55  - -u string Input domain
    56  - -l string File containing input domains
     55 + -u, -url string Input domain
     56 + -l, -list string File containing input domains
    57 57   
    58 58  CONFIGURATIONS:
    59  - -d string[] Filter results belonging to these domains (comma separated)
    60  - -c int Concurrency level (default 100)
    61  - -t int Connection timeout in seconds (default 10)
     59 + -d, -domain string[] Filter results belonging to these domains (comma separated)
     60 + -c, -concurrency int Concurrency level (default 100)
     61 + -t, -timeout int Connection timeout in seconds (default 10)
    62 62   
    63 63  OUTPUT:
    64  - -o string File to write output results
    65  - -v Verbose output
    66  - -s Print only results
    67  - 
    68  - 
     64 + -o, -output string File to write output results
     65 + -v, -verbose Verbose output
     66 + -s, -silent Silent output. Print only results
    69 67  ```
    70 68   
    71 69  Examples :bulb:
    skipped 43 lines
Please wait...
Page is in error, reload to recover