Projects STRLCPY csprecon Commits 276e5ce0
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 60 lines
    61 61  Examples :bulb:
    62 62  ----------
    63 63   
    64  -```console
    65  -...
     64 +Grab all possible results from single domain
     65 +```bash
     66 +csprecon -u http://edoardottt.com
     67 +```
     68 + 
     69 +Grab all possible results from a list of domains (protocols needed!)
     70 +```bash
     71 +csprecon -l targets.txt
     72 +```
     73 + 
     74 +```bash
     75 +echo targets.txt | csprecon
     76 +```
     77 + 
     78 +Grab all possible results belonging to a specific target from a list of domains (protocols needed!)
     79 +```bash
     80 +echo targets.txt | csprecon -d google.com
    66 81  ```
    67 82   
    68 83  Changelog 📌
    skipped 20 lines
Please wait...
Page is in error, reload to recover