Projects STRLCPY csprecon Commits 95c88d51
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 46 lines
    47 47  ----------
    48 48   
    49 49  ```console
    50  -Usage of csprecon:
    51  - -c int
    52  - Concurrency level (default 100)
    53  - -d string
    54  - Filter results belonging to this domain
    55  - -l string
    56  - File containing input domains
    57  - -o string
    58  - File to write output results
    59  - -s Print only results
    60  - -t int
    61  - Connection timeout in seconds (default 10)
    62  - -u string
    63  - Input domain
    64  - -v Verbose output
     50 +Usage:
     51 + csprecon [flags]
     52 + 
     53 +Flags:
     54 +INPUT:
     55 + -u string Input domain
     56 + -l string File containing input domains
     57 + 
     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)
     62 + 
     63 +OUTPUT:
     64 + -o string File to write output results
     65 + -v Verbose output
     66 + -s Print only results
     67 + 
     68 + 
    65 69  ```
    66 70   
    67 71  Examples :bulb:
    skipped 13 lines
    81 85  echo targets.txt | csprecon
    82 86  ```
    83 87   
    84  -Grab all possible results belonging to a specific target from a list of domains (protocols needed!)
     88 +Grab all possible results belonging to a specific target(s) from a list of domains (protocols needed!)
    85 89  ```bash
    86 90  echo targets.txt | csprecon -d google.com
    87 91  ```
    skipped 23 lines
Please wait...
Page is in error, reload to recover