Projects STRLCPY CamOver Commits 9e2f3abf
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 18 lines
    19 19  To use CamOver just type `camover` in your terminal.
    20 20   
    21 21  ```
    22  -usage: camover [-h] [--threads] [--output OUTPUT] [--input INPUT]
    23  - [--address ADDRESS] [--api API]
     22 +usage: camover [-h] [-t] [-o OUTPUT] [-i INPUT] [-a ADDRESS] [--api API]
    24 23   
    25 24  CamOver is a camera exploitation tool that allows to disclosure network camera
    26 25  admin password.
    27 26   
    28 27  optional arguments:
    29  - -h, --help show this help message and exit
    30  - --threads Use threads for fastest work.
    31  - --output OUTPUT Output result to file.
    32  - --input INPUT Input file of addresses.
    33  - --address ADDRESS Single address.
    34  - --api API Shodan API key for exploiting devices over Internet.
     28 + -h, --help show this help message and exit
     29 + -t, --threads Use threads for fastest work.
     30 + -o OUTPUT, --output OUTPUT
     31 + Output result to file.
     32 + -i INPUT, --input INPUT
     33 + Input file of addresses.
     34 + -a ADDRESS, --address ADDRESS
     35 + Single address.
     36 + --api API Shodan API key for exploiting devices over Internet.
    35 37  ```
    36 38   
    37 39  ### Examples
    skipped 78 lines
Please wait...
Page is in error, reload to recover